source: sasview/src/sas/qtgui/UI/SlitSizeCalculator.ui @ 253e7170

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 253e7170 was d1fb22ee, checked in by wojciech, 8 years ago

Adding slit size calculator

  • Property mode set to 100644
File size: 4.0 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="readOnly">
55           <bool>true</bool>
56          </property>
57         </widget>
58        </item>
59       </layout>
60      </item>
61     </layout>
62    </widget>
63   </item>
64   <item row="3" column="0">
65    <widget class="QPushButton" name="closeButton">
66     <property name="toolTip">
67      <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>
68     </property>
69     <property name="text">
70      <string>Close</string>
71     </property>
72    </widget>
73   </item>
74   <item row="1" column="0" colspan="2">
75    <widget class="QGroupBox" name="groupBox_2">
76     <property name="title">
77      <string>Output</string>
78     </property>
79     <layout class="QGridLayout" name="gridLayout_2">
80      <item row="0" column="0">
81       <layout class="QHBoxLayout" name="horizontalLayout_2">
82        <item>
83         <widget class="QLabel" name="label_3">
84          <property name="text">
85           <string>Slit Size (FWHM/2):</string>
86          </property>
87         </widget>
88        </item>
89        <item>
90         <widget class="QLineEdit" name="lengthscale_out">
91          <property name="readOnly">
92           <bool>true</bool>
93          </property>
94         </widget>
95        </item>
96       </layout>
97      </item>
98      <item row="0" column="1">
99       <layout class="QHBoxLayout" name="horizontalLayout_3">
100        <item>
101         <widget class="QLabel" name="label_2">
102          <property name="text">
103           <string>Unit:</string>
104          </property>
105         </widget>
106        </item>
107        <item>
108         <widget class="QLineEdit" name="lineEdit"/>
109        </item>
110       </layout>
111      </item>
112     </layout>
113    </widget>
114   </item>
115   <item row="0" column="1">
116    <widget class="QPushButton" name="browseButton">
117     <property name="toolTip">
118      <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>
119     </property>
120     <property name="text">
121      <string>Browse</string>
122     </property>
123    </widget>
124   </item>
125   <item row="3" column="1">
126    <widget class="QPushButton" name="helpButton">
127     <property name="toolTip">
128      <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>
129     </property>
130     <property name="text">
131      <string>Help</string>
132     </property>
133    </widget>
134   </item>
135  </layout>
136 </widget>
137 <resources>
138  <include location="main_resources.qrc"/>
139 </resources>
140 <connections/>
141</ui>
Note: See TracBrowser for help on using the repository browser.