source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/GPUTestResultsUI.ui @ ced1bff

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since ced1bff was ced1bff, checked in by krzywon, 6 years ago

Enable OpenCL tests and display results in new window.

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