source: sasview/src/sas/qtgui/Calculators/UI/KiessigPanel.ui @ 457d961

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 457d961 was 457d961, checked in by Celine Durniak <celine.durniak@…>, 7 years ago

Corrected bugs in display of new GUI (angstrom, size of line edit)

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KiessigPanel</class>
4 <widget class="QDialog" name="KiessigPanel">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>365</width>
10    <height>193</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <property name="windowIcon">
17   <iconset>
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="0" column="0" colspan="3">
25    <widget class="QGroupBox" name="groupBox">
26     <property name="title">
27      <string>Input</string>
28     </property>
29     <layout class="QGridLayout" name="gridLayout">
30      <item row="0" column="0">
31       <layout class="QHBoxLayout" name="horizontalLayout">
32        <item>
33         <widget class="QLabel" name="label">
34          <property name="text">
35           <string>Kiessig Fringe Width (Delta Q)</string>
36          </property>
37         </widget>
38        </item>
39        <item>
40         <widget class="QLineEdit" name="deltaq_in">
41          <property name="minimumSize">
42           <size>
43            <width>77</width>
44            <height>21</height>
45           </size>
46          </property>
47          <property name="baseSize">
48           <size>
49            <width>77</width>
50            <height>21</height>
51           </size>
52          </property>
53         </widget>
54        </item>
55        <item>
56         <widget class="QLabel" name="label_2">
57          <property name="text">
58           <string>1/Å</string>
59          </property>
60         </widget>
61        </item>
62       </layout>
63      </item>
64     </layout>
65    </widget>
66   </item>
67   <item row="1" column="0" colspan="3">
68    <widget class="QGroupBox" name="groupBox_2">
69     <property name="title">
70      <string>Output</string>
71     </property>
72     <layout class="QGridLayout" name="gridLayout_2">
73      <item row="0" column="0">
74       <layout class="QHBoxLayout" name="horizontalLayout_2">
75        <item>
76         <widget class="QLabel" name="label_3">
77          <property name="text">
78           <string>Thickness (or Diameter)               </string>
79          </property>
80         </widget>
81        </item>
82        <item>
83         <widget class="QLineEdit" name="lengthscale_out">
84          <property name="minimumSize">
85           <size>
86            <width>77</width>
87            <height>21</height>
88           </size>
89          </property>
90          <property name="baseSize">
91           <size>
92            <width>77</width>
93            <height>21</height>
94           </size>
95          </property>
96          <property name="readOnly">
97           <bool>true</bool>
98          </property>
99         </widget>
100        </item>
101        <item>
102         <widget class="QLabel" name="label_4">
103          <property name="text">
104           <string>   Ã…</string>
105          </property>
106         </widget>
107        </item>
108       </layout>
109      </item>
110     </layout>
111    </widget>
112   </item>
113   <item row="2" column="2">
114    <spacer name="verticalSpacer">
115     <property name="orientation">
116      <enum>Qt::Vertical</enum>
117     </property>
118     <property name="sizeHint" stdset="0">
119      <size>
120       <width>20</width>
121       <height>40</height>
122      </size>
123     </property>
124    </spacer>
125   </item>
126   <item row="3" column="1">
127    <widget class="QPushButton" name="closeButton">
128     <property name="toolTip">
129      <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>
130     </property>
131     <property name="text">
132      <string>Close</string>
133     </property>
134    </widget>
135   </item>
136   <item row="3" column="2">
137    <widget class="QPushButton" name="helpButton">
138     <property name="toolTip">
139      <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>
140     </property>
141     <property name="text">
142      <string>Help</string>
143     </property>
144    </widget>
145   </item>
146   <item row="3" column="0">
147    <widget class="QPushButton" name="computeButton">
148     <property name="toolTip">
149      <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>
150     </property>
151     <property name="text">
152      <string>Compute</string>
153     </property>
154    </widget>
155   </item>
156  </layout>
157 </widget>
158 <resources/>
159 <connections/>
160</ui>
Note: See TracBrowser for help on using the repository browser.