source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.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, 7 years ago

Address issues outlined in SVCC-79.

  • Property mode set to 100644
File size: 3.1 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>438</width>
10    <height>206</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>OpenCL Options</string>
21  </property>
22  <widget class="QPushButton" name="testButton">
23   <property name="geometry">
24    <rect>
25     <x>120</x>
26     <y>170</y>
27     <width>93</width>
28     <height>28</height>
29    </rect>
30   </property>
31   <property name="text">
32    <string>Test</string>
33   </property>
34  </widget>
35  <widget class="QPushButton" name="helpButton">
36   <property name="geometry">
37    <rect>
38     <x>320</x>
39     <y>170</y>
40     <width>93</width>
41     <height>28</height>
42    </rect>
43   </property>
44   <property name="text">
45    <string>Help</string>
46   </property>
47   <property name="autoDefault">
48    <bool>true</bool>
49   </property>
50  </widget>
51  <widget class="QGroupBox" name="openCLCheckBoxGroup">
52   <property name="geometry">
53    <rect>
54     <x>20</x>
55     <y>20</y>
56     <width>391</width>
57     <height>111</height>
58    </rect>
59   </property>
60   <property name="title">
61    <string>Available OpenCL Options</string>
62   </property>
63  </widget>
64  <widget class="QPushButton" name="resetButton">
65   <property name="geometry">
66    <rect>
67     <x>220</x>
68     <y>170</y>
69     <width>93</width>
70     <height>28</height>
71    </rect>
72   </property>
73   <property name="text">
74    <string>Reset</string>
75   </property>
76  </widget>
77  <widget class="QPushButton" name="okButton">
78   <property name="geometry">
79    <rect>
80     <x>20</x>
81     <y>170</y>
82     <width>93</width>
83     <height>28</height>
84    </rect>
85   </property>
86   <property name="text">
87    <string>OK</string>
88   </property>
89  </widget>
90  <widget class="QLabel" name="warningMessage">
91   <property name="geometry">
92    <rect>
93     <x>20</x>
94     <y>132</y>
95     <width>391</width>
96     <height>37</height>
97    </rect>
98   </property>
99   <property name="font">
100    <font>
101     <pointsize>8</pointsize>
102    </font>
103   </property>
104   <property name="text">
105    <string>WARNING: Running tests can take a few minutes!</string>
106   </property>
107   <property name="alignment">
108    <set>Qt::AlignCenter</set>
109   </property>
110  </widget>
111 </widget>
112 <resources/>
113 <connections>
114  <connection>
115   <sender>okButton</sender>
116   <signal>clicked()</signal>
117   <receiver>GPUOptions</receiver>
118   <slot>accept()</slot>
119   <hints>
120    <hint type="sourcelabel">
121     <x>66</x>
122     <y>183</y>
123    </hint>
124    <hint type="destinationlabel">
125     <x>219</x>
126     <y>88</y>
127    </hint>
128   </hints>
129  </connection>
130  <connection>
131   <sender>resetButton</sender>
132   <signal>clicked()</signal>
133   <receiver>GPUOptions</receiver>
134   <slot>reject()</slot>
135   <hints>
136    <hint type="sourcelabel">
137     <x>266</x>
138     <y>183</y>
139    </hint>
140    <hint type="destinationlabel">
141     <x>219</x>
142     <y>88</y>
143    </hint>
144   </hints>
145  </connection>
146 </connections>
147</ui>
Note: See TracBrowser for help on using the repository browser.