source: sasview/src/sas/qtgui/UI/SlitSizeCalculator.ui @ 6b9d41d

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 6b9d41d was 6b9d41d, checked in by wojciech, 8 years ago

Defining fields sizes

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SlitSizeCalculator</class>
4 <widget class="QDialog" name="SlitSizeCalculator">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>496</width>
10    <height>253</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="main_resources.qrc">
18    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
19  </property>
20  <property name="toolTip">
21   <string/>
22  </property>
23  <layout class="QGridLayout" name="gridLayout_3">
24   <item row="2" column="0">
25    <spacer name="verticalSpacer_2">
26     <property name="orientation">
27      <enum>Qt::Vertical</enum>
28     </property>
29     <property name="sizeHint" stdset="0">
30      <size>
31       <width>20</width>
32       <height>40</height>
33      </size>
34     </property>
35    </spacer>
36   </item>
37   <item row="0" column="0">
38    <widget class="QGroupBox" name="groupBox">
39     <property name="title">
40      <string>Input</string>
41     </property>
42     <layout class="QGridLayout" name="gridLayout">
43      <item row="0" column="0">
44       <layout class="QHBoxLayout" name="horizontalLayout">
45        <item>
46         <widget class="QLabel" name="label">
47          <property name="text">
48           <string>Data</string>
49          </property>
50         </widget>
51        </item>
52        <item>
53         <widget class="QLineEdit" name="deltaq_in">
54          <property name="minimumSize">
55           <size>
56            <width>300</width>
57            <height>21</height>
58           </size>
59          </property>
60          <property name="readOnly">
61           <bool>true</bool>
62          </property>
63         </widget>
64        </item>
65       </layout>
66      </item>
67     </layout>
68    </widget>
69   </item>
70   <item row="3" column="0">
71    <widget class="QPushButton" name="closeButton">
72     <property name="toolTip">
73      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Close this window.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
74     </property>
75     <property name="text">
76      <string>Close</string>
77     </property>
78    </widget>
79   </item>
80   <item row="1" column="0" colspan="2">
81    <widget class="QGroupBox" name="groupBox_2">
82     <property name="title">
83      <string>Output</string>
84     </property>
85     <layout class="QGridLayout" name="gridLayout_2">
86      <item row="0" column="0">
87       <layout class="QHBoxLayout" name="horizontalLayout_2">
88        <item>
89         <widget class="QLabel" name="label_3">
90          <property name="text">
91           <string>Slit Size (FWHM/2):</string>
92          </property>
93         </widget>
94        </item>
95        <item>
96         <widget class="QLineEdit" name="lengthscale_out">
97          <property name="minimumSize">
98           <size>
99            <width>125</width>
100            <height>21</height>
101           </size>
102          </property>
103          <property name="readOnly">
104           <bool>true</bool>
105          </property>
106         </widget>
107        </item>
108       </layout>
109      </item>
110      <item row="0" column="1">
111       <layout class="QHBoxLayout" name="horizontalLayout_3">
112        <item>
113         <widget class="QLabel" name="label_2">
114          <property name="text">
115           <string>Unit:</string>
116          </property>
117         </widget>
118        </item>
119        <item>
120         <widget class="QLineEdit" name="lineEdit">
121          <property name="minimumSize">
122           <size>
123            <width>120</width>
124            <height>21</height>
125           </size>
126          </property>
127         </widget>
128        </item>
129       </layout>
130      </item>
131     </layout>
132    </widget>
133   </item>
134   <item row="0" column="1">
135    <widget class="QPushButton" name="browseButton">
136     <property name="toolTip">
137      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Compute the thickness or diameter.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
138     </property>
139     <property name="text">
140      <string>Browse</string>
141     </property>
142    </widget>
143   </item>
144   <item row="3" column="1">
145    <widget class="QPushButton" name="helpButton">
146     <property name="toolTip">
147      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Help using the Kiessing fringe calculator.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
148     </property>
149     <property name="text">
150      <string>Help</string>
151     </property>
152    </widget>
153   </item>
154  </layout>
155 </widget>
156 <resources>
157  <include location="main_resources.qrc"/>
158 </resources>
159 <connections/>
160</ui>
Note: See TracBrowser for help on using the repository browser.