source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.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.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GPUOptions</class>
4 <widget class="QDialog" name="GPUOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>424</width>
10    <height>245</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>OpenCL Options</string>
21  </property>
22  <property name="windowIcon">
23   <iconset>
24    <normaloff>../../../../../../../../../../../Users/UI/res/ball.ico</normaloff>../../../../../../../../../../../Users/UI/res/ball.ico</iconset>
25  </property>
26  <layout class="QGridLayout" name="gridLayout_2">
27   <item row="0" column="0">
28    <layout class="QGridLayout" name="gridLayout">
29     <item row="0" column="0" colspan="2">
30      <widget class="QGroupBox" name="openCLCheckBoxGroup">
31       <property name="sizePolicy">
32        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
33         <horstretch>0</horstretch>
34         <verstretch>0</verstretch>
35        </sizepolicy>
36       </property>
37       <property name="minimumSize">
38        <size>
39         <width>300</width>
40         <height>150</height>
41        </size>
42       </property>
43       <property name="title">
44        <string>Available OpenCL Options</string>
45       </property>
46       <widget class="QWidget" name="verticalLayoutWidget">
47        <property name="geometry">
48         <rect>
49          <x>10</x>
50          <y>20</y>
51          <width>391</width>
52          <height>141</height>
53         </rect>
54        </property>
55        <layout class="QVBoxLayout" name="optionsLayout">
56         <property name="sizeConstraint">
57          <enum>QLayout::SetMinimumSize</enum>
58         </property>
59         <property name="bottomMargin">
60          <number>0</number>
61         </property>
62        </layout>
63       </widget>
64      </widget>
65     </item>
66     <item row="2" column="1">
67      <layout class="QHBoxLayout" name="horizontalLayout">
68       <property name="sizeConstraint">
69        <enum>QLayout::SetMinimumSize</enum>
70       </property>
71       <item>
72        <widget class="QPushButton" name="okButton">
73         <property name="text">
74          <string>OK</string>
75         </property>
76        </widget>
77       </item>
78       <item>
79        <widget class="QPushButton" name="resetButton">
80         <property name="text">
81          <string>Reset</string>
82         </property>
83        </widget>
84       </item>
85       <item>
86        <widget class="QPushButton" name="testButton">
87         <property name="text">
88          <string>Test</string>
89         </property>
90        </widget>
91       </item>
92       <item>
93        <widget class="QPushButton" name="helpButton">
94         <property name="text">
95          <string>Help</string>
96         </property>
97         <property name="autoDefault">
98          <bool>true</bool>
99         </property>
100        </widget>
101       </item>
102      </layout>
103     </item>
104     <item row="2" column="0">
105      <spacer name="horizontalSpacer">
106       <property name="orientation">
107        <enum>Qt::Horizontal</enum>
108       </property>
109       <property name="sizeHint" stdset="0">
110        <size>
111         <width>78</width>
112         <height>20</height>
113        </size>
114       </property>
115      </spacer>
116     </item>
117     <item row="1" column="0" colspan="2">
118      <widget class="QLabel" name="warningMessage">
119       <property name="sizePolicy">
120        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
121         <horstretch>0</horstretch>
122         <verstretch>0</verstretch>
123        </sizepolicy>
124       </property>
125       <property name="font">
126        <font>
127         <pointsize>8</pointsize>
128        </font>
129       </property>
130       <property name="text">
131        <string>WARNING: Running tests can take a few minutes!</string>
132       </property>
133       <property name="alignment">
134        <set>Qt::AlignCenter</set>
135       </property>
136      </widget>
137     </item>
138    </layout>
139   </item>
140  </layout>
141 </widget>
142 <resources/>
143 <connections>
144  <connection>
145   <sender>resetButton</sender>
146   <signal>clicked()</signal>
147   <receiver>GPUOptions</receiver>
148   <slot>reject()</slot>
149   <hints>
150    <hint type="sourcelabel">
151     <x>266</x>
152     <y>183</y>
153    </hint>
154    <hint type="destinationlabel">
155     <x>219</x>
156     <y>88</y>
157    </hint>
158   </hints>
159  </connection>
160  <connection>
161   <sender>okButton</sender>
162   <signal>clicked()</signal>
163   <receiver>GPUOptions</receiver>
164   <slot>accept()</slot>
165   <hints>
166    <hint type="sourcelabel">
167     <x>66</x>
168     <y>183</y>
169    </hint>
170    <hint type="destinationlabel">
171     <x>219</x>
172     <y>88</y>
173    </hint>
174   </hints>
175  </connection>
176 </connections>
177</ui>
Note: See TracBrowser for help on using the repository browser.