[363fbfa] | 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> |
---|
[457d961] | 9 | <width>365</width> |
---|
[363fbfa] | 10 | <height>193</height> |
---|
| 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>Dialog</string> |
---|
| 15 | </property> |
---|
[040529d] | 16 | <property name="windowIcon"> |
---|
[cd2cc745] | 17 | <iconset> |
---|
[040529d] | 18 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
| 19 | </property> |
---|
| 20 | <property name="toolTip"> |
---|
| 21 | <string/> |
---|
| 22 | </property> |
---|
[363fbfa] | 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"> |
---|
[457d961] | 35 | <string>Kiessig Fringe Width (Delta Q)</string> |
---|
[363fbfa] | 36 | </property> |
---|
| 37 | </widget> |
---|
| 38 | </item> |
---|
| 39 | <item> |
---|
[457d961] | 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> |
---|
[363fbfa] | 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> |
---|
[040529d] | 83 | <widget class="QLineEdit" name="lengthscale_out"> |
---|
[457d961] | 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> |
---|
[040529d] | 96 | <property name="readOnly"> |
---|
| 97 | <bool>true</bool> |
---|
| 98 | </property> |
---|
| 99 | </widget> |
---|
[363fbfa] | 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> |
---|
[040529d] | 126 | <item row="3" column="1"> |
---|
| 127 | <widget class="QPushButton" name="closeButton"> |
---|
[363fbfa] | 128 | <property name="toolTip"> |
---|
[040529d] | 129 | <string><html><head/><body><p>Close this window.</p></body></html></string> |
---|
[363fbfa] | 130 | </property> |
---|
| 131 | <property name="text"> |
---|
[040529d] | 132 | <string>Close</string> |
---|
[363fbfa] | 133 | </property> |
---|
| 134 | </widget> |
---|
| 135 | </item> |
---|
[040529d] | 136 | <item row="3" column="2"> |
---|
| 137 | <widget class="QPushButton" name="helpButton"> |
---|
[363fbfa] | 138 | <property name="toolTip"> |
---|
[040529d] | 139 | <string><html><head/><body><p>Help using the Kiessing fringe calculator.</p></body></html></string> |
---|
[363fbfa] | 140 | </property> |
---|
| 141 | <property name="text"> |
---|
[040529d] | 142 | <string>Help</string> |
---|
[363fbfa] | 143 | </property> |
---|
| 144 | </widget> |
---|
| 145 | </item> |
---|
[040529d] | 146 | <item row="3" column="0"> |
---|
| 147 | <widget class="QPushButton" name="computeButton"> |
---|
[363fbfa] | 148 | <property name="toolTip"> |
---|
[040529d] | 149 | <string><html><head/><body><p>Compute the thickness or diameter.</p></body></html></string> |
---|
[363fbfa] | 150 | </property> |
---|
| 151 | <property name="text"> |
---|
[040529d] | 152 | <string>Compute</string> |
---|
[363fbfa] | 153 | </property> |
---|
| 154 | </widget> |
---|
| 155 | </item> |
---|
| 156 | </layout> |
---|
| 157 | </widget> |
---|
[cd2cc745] | 158 | <resources/> |
---|
[363fbfa] | 159 | <connections/> |
---|
| 160 | </ui> |
---|