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> |
---|
9 | <width>441</width> |
---|
10 | <height>439</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>OpenCL Test Results</string> |
---|
15 | </property> |
---|
16 | <property name="windowIcon"> |
---|
17 | <iconset> |
---|
18 | <normaloff>../../../UI/res/ball.ico</normaloff>../../../UI/res/ball.ico</iconset> |
---|
19 | </property> |
---|
20 | <widget class="QDialogButtonBox" name="okButton"> |
---|
21 | <property name="geometry"> |
---|
22 | <rect> |
---|
23 | <x>10</x> |
---|
24 | <y>400</y> |
---|
25 | <width>411</width> |
---|
26 | <height>32</height> |
---|
27 | </rect> |
---|
28 | </property> |
---|
29 | <property name="orientation"> |
---|
30 | <enum>Qt::Horizontal</enum> |
---|
31 | </property> |
---|
32 | <property name="standardButtons"> |
---|
33 | <set>QDialogButtonBox::Ok</set> |
---|
34 | </property> |
---|
35 | <property name="centerButtons"> |
---|
36 | <bool>false</bool> |
---|
37 | </property> |
---|
38 | </widget> |
---|
39 | <widget class="QLabel" name="falingTestsNoOpenCL"> |
---|
40 | <property name="geometry"> |
---|
41 | <rect> |
---|
42 | <x>20</x> |
---|
43 | <y>330</y> |
---|
44 | <width>401</width> |
---|
45 | <height>31</height> |
---|
46 | </rect> |
---|
47 | </property> |
---|
48 | <property name="text"> |
---|
49 | <string>If tests fail on OpenCL devices, please select the No OpenCL option.</string> |
---|
50 | </property> |
---|
51 | <property name="alignment"> |
---|
52 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
---|
53 | </property> |
---|
54 | </widget> |
---|
55 | <widget class="QLabel" name="howToReportIssues"> |
---|
56 | <property name="geometry"> |
---|
57 | <rect> |
---|
58 | <x>20</x> |
---|
59 | <y>360</y> |
---|
60 | <width>401</width> |
---|
61 | <height>41</height> |
---|
62 | </rect> |
---|
63 | </property> |
---|
64 | <property name="text"> |
---|
65 | <string>In the case where many tests are failing, please consider sending the above report to help@sasview.org.</string> |
---|
66 | </property> |
---|
67 | <property name="alignment"> |
---|
68 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
---|
69 | </property> |
---|
70 | <property name="wordWrap"> |
---|
71 | <bool>true</bool> |
---|
72 | </property> |
---|
73 | </widget> |
---|
74 | <widget class="QGroupBox" name="TestResultsBox"> |
---|
75 | <property name="geometry"> |
---|
76 | <rect> |
---|
77 | <x>20</x> |
---|
78 | <y>10</y> |
---|
79 | <width>401</width> |
---|
80 | <height>321</height> |
---|
81 | </rect> |
---|
82 | </property> |
---|
83 | <property name="sizePolicy"> |
---|
84 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
85 | <horstretch>0</horstretch> |
---|
86 | <verstretch>0</verstretch> |
---|
87 | </sizepolicy> |
---|
88 | </property> |
---|
89 | <property name="title"> |
---|
90 | <string>OpenCL test results</string> |
---|
91 | </property> |
---|
92 | <widget class="QLabel" name="resultsText"> |
---|
93 | <property name="geometry"> |
---|
94 | <rect> |
---|
95 | <x>10</x> |
---|
96 | <y>20</y> |
---|
97 | <width>381</width> |
---|
98 | <height>291</height> |
---|
99 | </rect> |
---|
100 | </property> |
---|
101 | <property name="sizePolicy"> |
---|
102 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
103 | <horstretch>0</horstretch> |
---|
104 | <verstretch>0</verstretch> |
---|
105 | </sizepolicy> |
---|
106 | </property> |
---|
107 | <property name="frameShape"> |
---|
108 | <enum>QFrame::StyledPanel</enum> |
---|
109 | </property> |
---|
110 | <property name="frameShadow"> |
---|
111 | <enum>QFrame::Sunken</enum> |
---|
112 | </property> |
---|
113 | <property name="text"> |
---|
114 | <string>TextLabel</string> |
---|
115 | </property> |
---|
116 | <property name="alignment"> |
---|
117 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
---|
118 | </property> |
---|
119 | <property name="wordWrap"> |
---|
120 | <bool>true</bool> |
---|
121 | </property> |
---|
122 | </widget> |
---|
123 | </widget> |
---|
124 | </widget> |
---|
125 | <resources/> |
---|
126 | <connections> |
---|
127 | <connection> |
---|
128 | <sender>okButton</sender> |
---|
129 | <signal>accepted()</signal> |
---|
130 | <receiver>GPUTestResults</receiver> |
---|
131 | <slot>accept()</slot> |
---|
132 | <hints> |
---|
133 | <hint type="sourcelabel"> |
---|
134 | <x>228</x> |
---|
135 | <y>414</y> |
---|
136 | </hint> |
---|
137 | <hint type="destinationlabel"> |
---|
138 | <x>157</x> |
---|
139 | <y>274</y> |
---|
140 | </hint> |
---|
141 | </hints> |
---|
142 | </connection> |
---|
143 | <connection> |
---|
144 | <sender>okButton</sender> |
---|
145 | <signal>rejected()</signal> |
---|
146 | <receiver>GPUTestResults</receiver> |
---|
147 | <slot>reject()</slot> |
---|
148 | <hints> |
---|
149 | <hint type="sourcelabel"> |
---|
150 | <x>296</x> |
---|
151 | <y>420</y> |
---|
152 | </hint> |
---|
153 | <hint type="destinationlabel"> |
---|
154 | <x>286</x> |
---|
155 | <y>274</y> |
---|
156 | </hint> |
---|
157 | </hints> |
---|
158 | </connection> |
---|
159 | </connections> |
---|
160 | </ui> |
---|