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

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 9863343 was 9863343, checked in by krzywon, 6 years ago

Address issues outlined in SVCC-79.

  • Property mode set to 100644
File size: 3.8 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>OpenCL Test Results</string>
15  </property>
16  <widget class="QDialogButtonBox" name="okButton">
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="falingTestsNoOpenCL">
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="howToReportIssues">
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="sizePolicy">
80    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
81     <horstretch>0</horstretch>
82     <verstretch>0</verstretch>
83    </sizepolicy>
84   </property>
85   <property name="title">
86    <string>OpenCL test results</string>
87   </property>
88   <widget class="QLabel" name="resultsText">
89    <property name="geometry">
90     <rect>
91      <x>10</x>
92      <y>20</y>
93      <width>381</width>
94      <height>291</height>
95     </rect>
96    </property>
97    <property name="sizePolicy">
98     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
99      <horstretch>0</horstretch>
100      <verstretch>0</verstretch>
101     </sizepolicy>
102    </property>
103    <property name="frameShape">
104     <enum>QFrame::StyledPanel</enum>
105    </property>
106    <property name="frameShadow">
107     <enum>QFrame::Sunken</enum>
108    </property>
109    <property name="text">
110     <string>TextLabel</string>
111    </property>
112    <property name="alignment">
113     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
114    </property>
115    <property name="wordWrap">
116     <bool>true</bool>
117    </property>
118   </widget>
119  </widget>
120 </widget>
121 <resources/>
122 <connections>
123  <connection>
124   <sender>okButton</sender>
125   <signal>accepted()</signal>
126   <receiver>GPUTestResults</receiver>
127   <slot>accept()</slot>
128   <hints>
129    <hint type="sourcelabel">
130     <x>228</x>
131     <y>414</y>
132    </hint>
133    <hint type="destinationlabel">
134     <x>157</x>
135     <y>274</y>
136    </hint>
137   </hints>
138  </connection>
139  <connection>
140   <sender>okButton</sender>
141   <signal>rejected()</signal>
142   <receiver>GPUTestResults</receiver>
143   <slot>reject()</slot>
144   <hints>
145    <hint type="sourcelabel">
146     <x>296</x>
147     <y>420</y>
148    </hint>
149    <hint type="destinationlabel">
150     <x>286</x>
151     <y>274</y>
152    </hint>
153   </hints>
154  </connection>
155 </connections>
156</ui>
Note: See TracBrowser for help on using the repository browser.