[676f137] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>ConstraintWidgetUI</class> |
---|
| 4 | <widget class="QWidget" name="ConstraintWidgetUI"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
[91ad45c] | 9 | <width>428</width> |
---|
| 10 | <height>457</height> |
---|
[676f137] | 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>Constrained and Simultaneous Fit</string> |
---|
| 15 | </property> |
---|
[91ad45c] | 16 | <layout class="QGridLayout" name="gridLayout"> |
---|
[676f137] | 17 | <item row="0" column="0"> |
---|
| 18 | <widget class="QGroupBox" name="groupBox"> |
---|
| 19 | <property name="title"> |
---|
| 20 | <string>Source choice for simultaneous fitting</string> |
---|
| 21 | </property> |
---|
[91ad45c] | 22 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
| 23 | <item> |
---|
[676f137] | 24 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
| 25 | <item> |
---|
| 26 | <widget class="QRadioButton" name="btnSingle"> |
---|
| 27 | <property name="text"> |
---|
| 28 | <string>Single fits</string> |
---|
| 29 | </property> |
---|
| 30 | <property name="checked"> |
---|
| 31 | <bool>true</bool> |
---|
| 32 | </property> |
---|
| 33 | </widget> |
---|
| 34 | </item> |
---|
| 35 | <item> |
---|
| 36 | <widget class="QRadioButton" name="btnBatch"> |
---|
| 37 | <property name="text"> |
---|
| 38 | <string>Batch fits</string> |
---|
| 39 | </property> |
---|
| 40 | </widget> |
---|
| 41 | </item> |
---|
| 42 | <item> |
---|
[91ad45c] | 43 | <widget class="QCheckBox" name="chkChain"> |
---|
| 44 | <property name="text"> |
---|
| 45 | <string>Chained fit</string> |
---|
| 46 | </property> |
---|
| 47 | </widget> |
---|
| 48 | </item> |
---|
| 49 | <item> |
---|
[676f137] | 50 | <spacer name="horizontalSpacer"> |
---|
| 51 | <property name="orientation"> |
---|
| 52 | <enum>Qt::Horizontal</enum> |
---|
| 53 | </property> |
---|
| 54 | <property name="sizeHint" stdset="0"> |
---|
| 55 | <size> |
---|
[91ad45c] | 56 | <width>18</width> |
---|
| 57 | <height>17</height> |
---|
[676f137] | 58 | </size> |
---|
| 59 | </property> |
---|
| 60 | </spacer> |
---|
| 61 | </item> |
---|
| 62 | </layout> |
---|
| 63 | </item> |
---|
[91ad45c] | 64 | <item> |
---|
[676f137] | 65 | <widget class="QTableWidget" name="tblTabList"> |
---|
| 66 | <property name="sizePolicy"> |
---|
| 67 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
---|
| 68 | <horstretch>0</horstretch> |
---|
| 69 | <verstretch>0</verstretch> |
---|
| 70 | </sizepolicy> |
---|
| 71 | </property> |
---|
[be8f4b0] | 72 | <property name="contextMenuPolicy"> |
---|
| 73 | <enum>Qt::ActionsContextMenu</enum> |
---|
| 74 | </property> |
---|
[676f137] | 75 | <property name="alternatingRowColors"> |
---|
| 76 | <bool>true</bool> |
---|
| 77 | </property> |
---|
| 78 | <property name="selectionBehavior"> |
---|
| 79 | <enum>QAbstractItemView::SelectRows</enum> |
---|
| 80 | </property> |
---|
| 81 | </widget> |
---|
| 82 | </item> |
---|
| 83 | </layout> |
---|
| 84 | </widget> |
---|
| 85 | </item> |
---|
| 86 | <item row="1" column="0"> |
---|
| 87 | <widget class="QGroupBox" name="groupBox_2"> |
---|
| 88 | <property name="title"> |
---|
| 89 | <string>Constraints</string> |
---|
| 90 | </property> |
---|
| 91 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 92 | <item row="0" column="0"> |
---|
| 93 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
| 94 | <item> |
---|
| 95 | <widget class="QLabel" name="label"> |
---|
| 96 | <property name="text"> |
---|
| 97 | <string>Special cases</string> |
---|
| 98 | </property> |
---|
| 99 | </widget> |
---|
| 100 | </item> |
---|
| 101 | <item> |
---|
| 102 | <widget class="QComboBox" name="cbCases"> |
---|
| 103 | <item> |
---|
| 104 | <property name="text"> |
---|
| 105 | <string>None</string> |
---|
| 106 | </property> |
---|
| 107 | </item> |
---|
| 108 | </widget> |
---|
| 109 | </item> |
---|
| 110 | </layout> |
---|
| 111 | </item> |
---|
| 112 | <item row="1" column="0"> |
---|
| 113 | <widget class="QTableWidget" name="tblConstraints"> |
---|
| 114 | <property name="sizePolicy"> |
---|
| 115 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
---|
| 116 | <horstretch>0</horstretch> |
---|
| 117 | <verstretch>0</verstretch> |
---|
| 118 | </sizepolicy> |
---|
| 119 | </property> |
---|
[be8f4b0] | 120 | <property name="contextMenuPolicy"> |
---|
| 121 | <enum>Qt::ActionsContextMenu</enum> |
---|
| 122 | </property> |
---|
[676f137] | 123 | <column> |
---|
| 124 | <property name="text"> |
---|
| 125 | <string/> |
---|
| 126 | </property> |
---|
| 127 | </column> |
---|
| 128 | </widget> |
---|
| 129 | </item> |
---|
| 130 | </layout> |
---|
| 131 | </widget> |
---|
| 132 | </item> |
---|
| 133 | <item row="2" column="0"> |
---|
| 134 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
| 135 | <item> |
---|
| 136 | <spacer name="horizontalSpacer_2"> |
---|
| 137 | <property name="orientation"> |
---|
| 138 | <enum>Qt::Horizontal</enum> |
---|
| 139 | </property> |
---|
| 140 | <property name="sizeHint" stdset="0"> |
---|
| 141 | <size> |
---|
| 142 | <width>273</width> |
---|
| 143 | <height>20</height> |
---|
| 144 | </size> |
---|
| 145 | </property> |
---|
| 146 | </spacer> |
---|
| 147 | </item> |
---|
| 148 | <item> |
---|
| 149 | <widget class="QPushButton" name="cmdFit"> |
---|
| 150 | <property name="sizePolicy"> |
---|
| 151 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
| 152 | <horstretch>0</horstretch> |
---|
| 153 | <verstretch>0</verstretch> |
---|
| 154 | </sizepolicy> |
---|
| 155 | </property> |
---|
| 156 | <property name="minimumSize"> |
---|
| 157 | <size> |
---|
| 158 | <width>75</width> |
---|
| 159 | <height>23</height> |
---|
| 160 | </size> |
---|
| 161 | </property> |
---|
| 162 | <property name="text"> |
---|
| 163 | <string>Fit</string> |
---|
| 164 | </property> |
---|
| 165 | </widget> |
---|
| 166 | </item> |
---|
| 167 | <item> |
---|
| 168 | <widget class="QPushButton" name="cmdHelp"> |
---|
| 169 | <property name="sizePolicy"> |
---|
| 170 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
| 171 | <horstretch>0</horstretch> |
---|
| 172 | <verstretch>0</verstretch> |
---|
| 173 | </sizepolicy> |
---|
| 174 | </property> |
---|
| 175 | <property name="minimumSize"> |
---|
| 176 | <size> |
---|
| 177 | <width>75</width> |
---|
| 178 | <height>23</height> |
---|
| 179 | </size> |
---|
| 180 | </property> |
---|
| 181 | <property name="text"> |
---|
| 182 | <string>Help</string> |
---|
| 183 | </property> |
---|
| 184 | </widget> |
---|
| 185 | </item> |
---|
| 186 | </layout> |
---|
| 187 | </item> |
---|
| 188 | </layout> |
---|
| 189 | </widget> |
---|
| 190 | <resources/> |
---|
| 191 | <connections/> |
---|
| 192 | </ui> |
---|