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>354</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 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="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>Kiessing Fringe Width (Delta Q)</string> |
---|
36 | </property> |
---|
37 | </widget> |
---|
38 | </item> |
---|
39 | <item> |
---|
40 | <widget class="QLineEdit" name="deltaq_in"/> |
---|
41 | </item> |
---|
42 | <item> |
---|
43 | <widget class="QLabel" name="label_2"> |
---|
44 | <property name="text"> |
---|
45 | <string>1/Ã
</string> |
---|
46 | </property> |
---|
47 | </widget> |
---|
48 | </item> |
---|
49 | </layout> |
---|
50 | </item> |
---|
51 | </layout> |
---|
52 | </widget> |
---|
53 | </item> |
---|
54 | <item row="1" column="0" colspan="3"> |
---|
55 | <widget class="QGroupBox" name="groupBox_2"> |
---|
56 | <property name="title"> |
---|
57 | <string>Output</string> |
---|
58 | </property> |
---|
59 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
60 | <item row="0" column="0"> |
---|
61 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
62 | <item> |
---|
63 | <widget class="QLabel" name="label_3"> |
---|
64 | <property name="text"> |
---|
65 | <string>Thickness (or Diameter) </string> |
---|
66 | </property> |
---|
67 | </widget> |
---|
68 | </item> |
---|
69 | <item> |
---|
70 | <widget class="QLineEdit" name="lengthscale_out"> |
---|
71 | <property name="readOnly"> |
---|
72 | <bool>true</bool> |
---|
73 | </property> |
---|
74 | </widget> |
---|
75 | </item> |
---|
76 | <item> |
---|
77 | <widget class="QLabel" name="label_4"> |
---|
78 | <property name="text"> |
---|
79 | <string> Ã
</string> |
---|
80 | </property> |
---|
81 | </widget> |
---|
82 | </item> |
---|
83 | </layout> |
---|
84 | </item> |
---|
85 | </layout> |
---|
86 | </widget> |
---|
87 | </item> |
---|
88 | <item row="2" column="2"> |
---|
89 | <spacer name="verticalSpacer"> |
---|
90 | <property name="orientation"> |
---|
91 | <enum>Qt::Vertical</enum> |
---|
92 | </property> |
---|
93 | <property name="sizeHint" stdset="0"> |
---|
94 | <size> |
---|
95 | <width>20</width> |
---|
96 | <height>40</height> |
---|
97 | </size> |
---|
98 | </property> |
---|
99 | </spacer> |
---|
100 | </item> |
---|
101 | <item row="3" column="1"> |
---|
102 | <widget class="QPushButton" name="closeButton"> |
---|
103 | <property name="toolTip"> |
---|
104 | <string><html><head/><body><p>Close this window.</p></body></html></string> |
---|
105 | </property> |
---|
106 | <property name="text"> |
---|
107 | <string>Close</string> |
---|
108 | </property> |
---|
109 | </widget> |
---|
110 | </item> |
---|
111 | <item row="3" column="2"> |
---|
112 | <widget class="QPushButton" name="helpButton"> |
---|
113 | <property name="toolTip"> |
---|
114 | <string><html><head/><body><p>Help using the Kiessing fringe calculator.</p></body></html></string> |
---|
115 | </property> |
---|
116 | <property name="text"> |
---|
117 | <string>Help</string> |
---|
118 | </property> |
---|
119 | </widget> |
---|
120 | </item> |
---|
121 | <item row="3" column="0"> |
---|
122 | <widget class="QPushButton" name="computeButton"> |
---|
123 | <property name="toolTip"> |
---|
124 | <string><html><head/><body><p>Compute the thickness or diameter.</p></body></html></string> |
---|
125 | </property> |
---|
126 | <property name="text"> |
---|
127 | <string>Compute</string> |
---|
128 | </property> |
---|
129 | </widget> |
---|
130 | </item> |
---|
131 | </layout> |
---|
132 | </widget> |
---|
133 | <resources> |
---|
134 | <include location="main_resources.qrc"/> |
---|
135 | </resources> |
---|
136 | <connections/> |
---|
137 | </ui> |
---|