source: sasview/src/sas/qtgui/UI/KiessigPanel.ui @ 363fbfa

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 363fbfa was 363fbfa, checked in by trnielsen, 7 years ago

Add new Kiessing Calculator

  • Property mode set to 100644
File size: 3.5 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>416</width>
10    <height>193</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_3">
17   <item row="0" column="0" colspan="3">
18    <widget class="QGroupBox" name="groupBox">
19     <property name="title">
20      <string>Input</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout">
23      <item row="0" column="0">
24       <layout class="QHBoxLayout" name="horizontalLayout">
25        <item>
26         <widget class="QLabel" name="label">
27          <property name="text">
28           <string>Kiessing Fringe Width (Delta Q)</string>
29          </property>
30         </widget>
31        </item>
32        <item>
33         <widget class="QLineEdit" name="deltaq_in"/>
34        </item>
35        <item>
36         <widget class="QLabel" name="label_2">
37          <property name="text">
38           <string>1/Å</string>
39          </property>
40         </widget>
41        </item>
42       </layout>
43      </item>
44     </layout>
45    </widget>
46   </item>
47   <item row="1" column="0" colspan="3">
48    <widget class="QGroupBox" name="groupBox_2">
49     <property name="title">
50      <string>Output</string>
51     </property>
52     <layout class="QGridLayout" name="gridLayout_2">
53      <item row="0" column="0">
54       <layout class="QHBoxLayout" name="horizontalLayout_2">
55        <item>
56         <widget class="QLabel" name="label_3">
57          <property name="text">
58           <string>Thickness (or Diameter)               </string>
59          </property>
60         </widget>
61        </item>
62        <item>
63         <widget class="QLineEdit" name="lengthscale_out"/>
64        </item>
65        <item>
66         <widget class="QLabel" name="label_4">
67          <property name="text">
68           <string>   Ã…</string>
69          </property>
70         </widget>
71        </item>
72       </layout>
73      </item>
74     </layout>
75    </widget>
76   </item>
77   <item row="2" column="2">
78    <spacer name="verticalSpacer">
79     <property name="orientation">
80      <enum>Qt::Vertical</enum>
81     </property>
82     <property name="sizeHint" stdset="0">
83      <size>
84       <width>20</width>
85       <height>40</height>
86      </size>
87     </property>
88    </spacer>
89   </item>
90   <item row="3" column="0">
91    <widget class="QPushButton" name="helpButton">
92     <property name="toolTip">
93      <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>
94     </property>
95     <property name="text">
96      <string>Help</string>
97     </property>
98    </widget>
99   </item>
100   <item row="3" column="1">
101    <widget class="QPushButton" name="computeButton">
102     <property name="toolTip">
103      <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>
104     </property>
105     <property name="text">
106      <string>Compute</string>
107     </property>
108    </widget>
109   </item>
110   <item row="3" column="2">
111    <widget class="QPushButton" name="closeButton">
112     <property name="toolTip">
113      <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>
114     </property>
115     <property name="text">
116      <string>Close</string>
117     </property>
118    </widget>
119   </item>
120  </layout>
121 </widget>
122 <resources/>
123 <connections/>
124</ui>
Note: See TracBrowser for help on using the repository browser.