source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.ui @ a6cd8d1

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

GUI hooks added, but not all working.

  • Property mode set to 100644
File size: 2.5 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>178</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>220</x>
20     <y>140</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>140</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>120</x>
62     <y>140</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>140</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>
85 <resources/>
86 <connections>
87  <connection>
88   <sender>okButton</sender>
89   <signal>clicked()</signal>
90   <receiver>GPUOptions</receiver>
91   <slot>accept()</slot>
92   <hints>
93    <hint type="sourcelabel">
94     <x>66</x>
95     <y>153</y>
96    </hint>
97    <hint type="destinationlabel">
98     <x>219</x>
99     <y>88</y>
100    </hint>
101   </hints>
102  </connection>
103  <connection>
104   <sender>resetButton</sender>
105   <signal>clicked()</signal>
106   <receiver>GPUOptions</receiver>
107   <slot>reject()</slot>
108   <hints>
109    <hint type="sourcelabel">
110     <x>166</x>
111     <y>153</y>
112    </hint>
113    <hint type="destinationlabel">
114     <x>219</x>
115     <y>88</y>
116    </hint>
117   </hints>
118  </connection>
119 </connections>
120</ui>
Note: See TracBrowser for help on using the repository browser.