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

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since aa88b76 was 1543f0c, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Updated GPUOptions for py3/qt5

  • Property mode set to 100644
File size: 4.2 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>487</width>
10    <height>532</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  <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>
113 </widget>
114 <resources/>
115 <connections>
116  <connection>
117   <sender>okButton</sender>
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>
133   <sender>okButton</sender>
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>
Note: See TracBrowser for help on using the repository browser.