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

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

Expand horizontal window size with size of input text.

  • Property mode set to 100644
File size: 4.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>432</width>
10    <height>241</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  <property name="windowIcon">
23   <iconset>
24    <normaloff>../../../UI/res/ball.ico</normaloff>../../../UI/res/ball.ico</iconset>
25  </property>
26  <widget class="QWidget" name="verticalLayoutWidget_2">
27   <property name="geometry">
28    <rect>
29     <x>0</x>
30     <y>0</y>
31     <width>431</width>
32     <height>241</height>
33    </rect>
34   </property>
35   <layout class="QVBoxLayout" name="verticalLayout" stretch="5,1,0">
36    <property name="sizeConstraint">
37     <enum>QLayout::SetMinimumSize</enum>
38    </property>
39    <property name="margin">
40     <number>10</number>
41    </property>
42    <item>
43     <widget class="QGroupBox" name="openCLCheckBoxGroup">
44      <property name="title">
45       <string>Available OpenCL Options</string>
46      </property>
47      <widget class="QWidget" name="verticalLayoutWidget">
48       <property name="geometry">
49        <rect>
50         <x>0</x>
51         <y>10</y>
52         <width>411</width>
53         <height>131</height>
54        </rect>
55       </property>
56       <layout class="QVBoxLayout" name="optionsLayout">
57        <property name="sizeConstraint">
58         <enum>QLayout::SetMinimumSize</enum>
59        </property>
60        <property name="bottomMargin">
61         <number>0</number>
62        </property>
63       </layout>
64      </widget>
65     </widget>
66    </item>
67    <item>
68     <widget class="QLabel" name="warningMessage">
69      <property name="sizePolicy">
70       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
71        <horstretch>0</horstretch>
72        <verstretch>0</verstretch>
73       </sizepolicy>
74      </property>
75      <property name="font">
76       <font>
77        <pointsize>8</pointsize>
78       </font>
79      </property>
80      <property name="text">
81       <string>WARNING: Running tests can take a few minutes!</string>
82      </property>
83      <property name="alignment">
84       <set>Qt::AlignCenter</set>
85      </property>
86     </widget>
87    </item>
88    <item>
89     <layout class="QHBoxLayout" name="horizontalLayout">
90      <property name="sizeConstraint">
91       <enum>QLayout::SetMinimumSize</enum>
92      </property>
93      <item>
94       <widget class="QPushButton" name="okButton">
95        <property name="text">
96         <string>OK</string>
97        </property>
98       </widget>
99      </item>
100      <item>
101       <widget class="QPushButton" name="resetButton">
102        <property name="text">
103         <string>Reset</string>
104        </property>
105       </widget>
106      </item>
107      <item>
108       <widget class="QPushButton" name="testButton">
109        <property name="text">
110         <string>Test</string>
111        </property>
112       </widget>
113      </item>
114      <item>
115       <widget class="QPushButton" name="helpButton">
116        <property name="text">
117         <string>Help</string>
118        </property>
119        <property name="autoDefault">
120         <bool>true</bool>
121        </property>
122       </widget>
123      </item>
124     </layout>
125    </item>
126   </layout>
127  </widget>
128 </widget>
129 <resources/>
130 <connections>
131  <connection>
132   <sender>okButton</sender>
133   <signal>clicked()</signal>
134   <receiver>GPUOptions</receiver>
135   <slot>accept()</slot>
136   <hints>
137    <hint type="sourcelabel">
138     <x>66</x>
139     <y>183</y>
140    </hint>
141    <hint type="destinationlabel">
142     <x>219</x>
143     <y>88</y>
144    </hint>
145   </hints>
146  </connection>
147  <connection>
148   <sender>resetButton</sender>
149   <signal>clicked()</signal>
150   <receiver>GPUOptions</receiver>
151   <slot>reject()</slot>
152   <hints>
153    <hint type="sourcelabel">
154     <x>266</x>
155     <y>183</y>
156    </hint>
157    <hint type="destinationlabel">
158     <x>219</x>
159     <y>88</y>
160    </hint>
161   </hints>
162  </connection>
163 </connections>
164</ui>
Note: See TracBrowser for help on using the repository browser.