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

Enable OpenCL tests and display results in new window.

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