[d1fb22ee] | 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="0" column="0"> |
---|
| 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>Data</string> |
---|
| 36 | </property> |
---|
| 37 | </widget> |
---|
| 38 | </item> |
---|
| 39 | <item> |
---|
[0532d7c1] | 40 | <widget class="QLineEdit" name="data_file"> |
---|
[6b9d41d] | 41 | <property name="minimumSize"> |
---|
| 42 | <size> |
---|
[0532d7c1] | 43 | <width>200</width> |
---|
[6b9d41d] | 44 | <height>21</height> |
---|
| 45 | </size> |
---|
| 46 | </property> |
---|
[d1fb22ee] | 47 | <property name="readOnly"> |
---|
| 48 | <bool>true</bool> |
---|
| 49 | </property> |
---|
| 50 | </widget> |
---|
| 51 | </item> |
---|
| 52 | </layout> |
---|
| 53 | </item> |
---|
| 54 | </layout> |
---|
| 55 | </widget> |
---|
| 56 | </item> |
---|
[0532d7c1] | 57 | <item row="2" column="0"> |
---|
| 58 | <spacer name="verticalSpacer_2"> |
---|
| 59 | <property name="orientation"> |
---|
| 60 | <enum>Qt::Vertical</enum> |
---|
[d1fb22ee] | 61 | </property> |
---|
[0532d7c1] | 62 | <property name="sizeHint" stdset="0"> |
---|
| 63 | <size> |
---|
| 64 | <width>20</width> |
---|
| 65 | <height>40</height> |
---|
| 66 | </size> |
---|
[d1fb22ee] | 67 | </property> |
---|
[0532d7c1] | 68 | </spacer> |
---|
[d1fb22ee] | 69 | </item> |
---|
[0532d7c1] | 70 | <item row="1" column="0" colspan="3"> |
---|
[d1fb22ee] | 71 | <widget class="QGroupBox" name="groupBox_2"> |
---|
| 72 | <property name="title"> |
---|
| 73 | <string>Output</string> |
---|
| 74 | </property> |
---|
| 75 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 76 | <item row="0" column="0"> |
---|
| 77 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
| 78 | <item> |
---|
| 79 | <widget class="QLabel" name="label_3"> |
---|
| 80 | <property name="text"> |
---|
| 81 | <string>Slit Size (FWHM/2):</string> |
---|
| 82 | </property> |
---|
| 83 | </widget> |
---|
| 84 | </item> |
---|
| 85 | <item> |
---|
[0532d7c1] | 86 | <widget class="QLineEdit" name="slit_length_out"> |
---|
[6b9d41d] | 87 | <property name="minimumSize"> |
---|
| 88 | <size> |
---|
[0532d7c1] | 89 | <width>110</width> |
---|
[6b9d41d] | 90 | <height>21</height> |
---|
| 91 | </size> |
---|
| 92 | </property> |
---|
[d1fb22ee] | 93 | <property name="readOnly"> |
---|
| 94 | <bool>true</bool> |
---|
| 95 | </property> |
---|
| 96 | </widget> |
---|
| 97 | </item> |
---|
| 98 | </layout> |
---|
| 99 | </item> |
---|
| 100 | <item row="0" column="1"> |
---|
| 101 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
| 102 | <item> |
---|
| 103 | <widget class="QLabel" name="label_2"> |
---|
| 104 | <property name="text"> |
---|
| 105 | <string>Unit:</string> |
---|
| 106 | </property> |
---|
| 107 | </widget> |
---|
| 108 | </item> |
---|
| 109 | <item> |
---|
[0532d7c1] | 110 | <widget class="QLineEdit" name="unit_out"> |
---|
[6b9d41d] | 111 | <property name="minimumSize"> |
---|
| 112 | <size> |
---|
[0532d7c1] | 113 | <width>100</width> |
---|
[6b9d41d] | 114 | <height>21</height> |
---|
| 115 | </size> |
---|
| 116 | </property> |
---|
[0532d7c1] | 117 | <property name="readOnly"> |
---|
| 118 | <bool>true</bool> |
---|
| 119 | </property> |
---|
[6b9d41d] | 120 | </widget> |
---|
[d1fb22ee] | 121 | </item> |
---|
| 122 | </layout> |
---|
| 123 | </item> |
---|
| 124 | </layout> |
---|
| 125 | </widget> |
---|
| 126 | </item> |
---|
[0532d7c1] | 127 | <item row="0" column="2"> |
---|
[d1fb22ee] | 128 | <widget class="QPushButton" name="browseButton"> |
---|
| 129 | <property name="toolTip"> |
---|
| 130 | <string><html><head/><body><p>Compute the thickness or diameter.</p></body></html></string> |
---|
| 131 | </property> |
---|
| 132 | <property name="text"> |
---|
| 133 | <string>Browse</string> |
---|
| 134 | </property> |
---|
| 135 | </widget> |
---|
| 136 | </item> |
---|
[0532d7c1] | 137 | <item row="4" column="2"> |
---|
[d1fb22ee] | 138 | <widget class="QPushButton" name="helpButton"> |
---|
| 139 | <property name="toolTip"> |
---|
| 140 | <string><html><head/><body><p>Help using the Kiessing fringe calculator.</p></body></html></string> |
---|
| 141 | </property> |
---|
| 142 | <property name="text"> |
---|
| 143 | <string>Help</string> |
---|
| 144 | </property> |
---|
| 145 | </widget> |
---|
| 146 | </item> |
---|
[0532d7c1] | 147 | <item row="4" column="0"> |
---|
| 148 | <spacer name="horizontalSpacer"> |
---|
| 149 | <property name="orientation"> |
---|
| 150 | <enum>Qt::Horizontal</enum> |
---|
| 151 | </property> |
---|
| 152 | <property name="sizeHint" stdset="0"> |
---|
| 153 | <size> |
---|
| 154 | <width>40</width> |
---|
| 155 | <height>20</height> |
---|
| 156 | </size> |
---|
| 157 | </property> |
---|
| 158 | </spacer> |
---|
| 159 | </item> |
---|
| 160 | <item row="4" column="1"> |
---|
| 161 | <widget class="QPushButton" name="closeButton"> |
---|
| 162 | <property name="toolTip"> |
---|
| 163 | <string><html><head/><body><p>Close this window.</p></body></html></string> |
---|
| 164 | </property> |
---|
| 165 | <property name="text"> |
---|
| 166 | <string>Close</string> |
---|
| 167 | </property> |
---|
| 168 | </widget> |
---|
| 169 | </item> |
---|
| 170 | <item row="0" column="1"> |
---|
| 171 | <spacer name="horizontalSpacer_2"> |
---|
| 172 | <property name="orientation"> |
---|
| 173 | <enum>Qt::Horizontal</enum> |
---|
| 174 | </property> |
---|
| 175 | <property name="sizeHint" stdset="0"> |
---|
| 176 | <size> |
---|
| 177 | <width>40</width> |
---|
| 178 | <height>20</height> |
---|
| 179 | </size> |
---|
| 180 | </property> |
---|
| 181 | </spacer> |
---|
| 182 | </item> |
---|
[d1fb22ee] | 183 | </layout> |
---|
| 184 | </widget> |
---|
| 185 | <resources> |
---|
| 186 | <include location="main_resources.qrc"/> |
---|
| 187 | </resources> |
---|
| 188 | <connections/> |
---|
| 189 | </ui> |
---|