[ced1bff] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>GPUTestResults</class> |
---|
| 4 | <widget class="QDialog" name="GPUTestResults"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
[1543f0c] | 9 | <width>487</width> |
---|
| 10 | <height>532</height> |
---|
[ced1bff] | 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
[9863343] | 14 | <string>OpenCL Test Results</string> |
---|
[ced1bff] | 15 | </property> |
---|
[c31d41e7] | 16 | <property name="windowIcon"> |
---|
| 17 | <iconset> |
---|
| 18 | <normaloff>../../../UI/res/ball.ico</normaloff>../../../UI/res/ball.ico</iconset> |
---|
| 19 | </property> |
---|
[1543f0c] | 20 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
| 21 | <item row="0" column="0"> |
---|
| 22 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 23 | <item row="0" column="0"> |
---|
| 24 | <widget class="QGroupBox" name="TestResultsBox"> |
---|
| 25 | <property name="sizePolicy"> |
---|
| 26 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
| 27 | <horstretch>0</horstretch> |
---|
| 28 | <verstretch>0</verstretch> |
---|
| 29 | </sizepolicy> |
---|
| 30 | </property> |
---|
| 31 | <property name="title"> |
---|
| 32 | <string>OpenCL test results</string> |
---|
| 33 | </property> |
---|
| 34 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 35 | <item row="0" column="0"> |
---|
| 36 | <widget class="QTextEdit" name="resultsText"> |
---|
| 37 | <property name="sizePolicy"> |
---|
| 38 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
| 39 | <horstretch>0</horstretch> |
---|
| 40 | <verstretch>0</verstretch> |
---|
| 41 | </sizepolicy> |
---|
| 42 | </property> |
---|
| 43 | <property name="minimumSize"> |
---|
| 44 | <size> |
---|
| 45 | <width>300</width> |
---|
| 46 | <height>300</height> |
---|
| 47 | </size> |
---|
| 48 | </property> |
---|
| 49 | <property name="readOnly"> |
---|
| 50 | <bool>true</bool> |
---|
| 51 | </property> |
---|
| 52 | </widget> |
---|
| 53 | </item> |
---|
| 54 | </layout> |
---|
| 55 | </widget> |
---|
| 56 | </item> |
---|
| 57 | <item row="1" column="0"> |
---|
| 58 | <widget class="QLabel" name="falingTestsNoOpenCL"> |
---|
| 59 | <property name="text"> |
---|
| 60 | <string>If tests fail on OpenCL devices, please select the No OpenCL option.</string> |
---|
| 61 | </property> |
---|
| 62 | <property name="alignment"> |
---|
| 63 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
---|
| 64 | </property> |
---|
| 65 | </widget> |
---|
| 66 | </item> |
---|
| 67 | <item row="2" column="0"> |
---|
| 68 | <widget class="QLabel" name="howToReportIssues"> |
---|
| 69 | <property name="text"> |
---|
| 70 | <string>In the case where many tests are failing, please consider sending the above report to help@sasview.org.</string> |
---|
| 71 | </property> |
---|
| 72 | <property name="alignment"> |
---|
| 73 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
---|
| 74 | </property> |
---|
| 75 | <property name="wordWrap"> |
---|
| 76 | <bool>true</bool> |
---|
| 77 | </property> |
---|
| 78 | </widget> |
---|
| 79 | </item> |
---|
| 80 | <item row="3" column="0"> |
---|
| 81 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
| 82 | <item> |
---|
| 83 | <spacer name="horizontalSpacer"> |
---|
| 84 | <property name="orientation"> |
---|
| 85 | <enum>Qt::Horizontal</enum> |
---|
| 86 | </property> |
---|
| 87 | <property name="sizeHint" stdset="0"> |
---|
| 88 | <size> |
---|
| 89 | <width>218</width> |
---|
| 90 | <height>20</height> |
---|
| 91 | </size> |
---|
| 92 | </property> |
---|
| 93 | </spacer> |
---|
| 94 | </item> |
---|
| 95 | <item> |
---|
| 96 | <widget class="QDialogButtonBox" name="okButton"> |
---|
| 97 | <property name="orientation"> |
---|
| 98 | <enum>Qt::Horizontal</enum> |
---|
| 99 | </property> |
---|
| 100 | <property name="standardButtons"> |
---|
| 101 | <set>QDialogButtonBox::Ok</set> |
---|
| 102 | </property> |
---|
| 103 | <property name="centerButtons"> |
---|
| 104 | <bool>false</bool> |
---|
| 105 | </property> |
---|
| 106 | </widget> |
---|
| 107 | </item> |
---|
| 108 | </layout> |
---|
| 109 | </item> |
---|
| 110 | </layout> |
---|
| 111 | </item> |
---|
| 112 | </layout> |
---|
[ced1bff] | 113 | </widget> |
---|
| 114 | <resources/> |
---|
| 115 | <connections> |
---|
| 116 | <connection> |
---|
[9863343] | 117 | <sender>okButton</sender> |
---|
[ced1bff] | 118 | <signal>accepted()</signal> |
---|
| 119 | <receiver>GPUTestResults</receiver> |
---|
| 120 | <slot>accept()</slot> |
---|
| 121 | <hints> |
---|
| 122 | <hint type="sourcelabel"> |
---|
| 123 | <x>228</x> |
---|
| 124 | <y>414</y> |
---|
| 125 | </hint> |
---|
| 126 | <hint type="destinationlabel"> |
---|
| 127 | <x>157</x> |
---|
| 128 | <y>274</y> |
---|
| 129 | </hint> |
---|
| 130 | </hints> |
---|
| 131 | </connection> |
---|
| 132 | <connection> |
---|
[9863343] | 133 | <sender>okButton</sender> |
---|
[ced1bff] | 134 | <signal>rejected()</signal> |
---|
| 135 | <receiver>GPUTestResults</receiver> |
---|
| 136 | <slot>reject()</slot> |
---|
| 137 | <hints> |
---|
| 138 | <hint type="sourcelabel"> |
---|
| 139 | <x>296</x> |
---|
| 140 | <y>420</y> |
---|
| 141 | </hint> |
---|
| 142 | <hint type="destinationlabel"> |
---|
| 143 | <x>286</x> |
---|
| 144 | <y>274</y> |
---|
| 145 | </hint> |
---|
| 146 | </hints> |
---|
| 147 | </connection> |
---|
| 148 | </connections> |
---|
| 149 | </ui> |
---|