[fa81e94] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>DmaxExplorer</class> |
---|
| 4 | <widget class="QDialog" name="DmaxExplorer"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
[cfd61f2] | 9 | <width>586</width> |
---|
| 10 | <height>538</height> |
---|
[fa81e94] | 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>Dialog</string> |
---|
| 15 | </property> |
---|
[8f83719f] | 16 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
[fa81e94] | 17 | <item row="0" column="0"> |
---|
| 18 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
| 19 | <item> |
---|
| 20 | <spacer name="verticalSpacer"> |
---|
| 21 | <property name="orientation"> |
---|
| 22 | <enum>Qt::Vertical</enum> |
---|
| 23 | </property> |
---|
| 24 | </spacer> |
---|
| 25 | </item> |
---|
| 26 | <item> |
---|
| 27 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 28 | <item row="0" column="0"> |
---|
[8f83719f] | 29 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
[fa81e94] | 30 | <item> |
---|
[8f83719f] | 31 | <widget class="QLabel" name="label"> |
---|
| 32 | <property name="text"> |
---|
| 33 | <string>Dependent Variable:</string> |
---|
| 34 | </property> |
---|
| 35 | </widget> |
---|
[fa81e94] | 36 | </item> |
---|
| 37 | <item> |
---|
[8f83719f] | 38 | <widget class="QComboBox" name="dependentVariable"> |
---|
| 39 | <item> |
---|
| 40 | <property name="text"> |
---|
| 41 | <string>1-Ï positive fraction</string> |
---|
| 42 | </property> |
---|
| 43 | </item> |
---|
| 44 | <item> |
---|
| 45 | <property name="text"> |
---|
| 46 | <string>ϲ/dof</string> |
---|
| 47 | </property> |
---|
| 48 | </item> |
---|
| 49 | <item> |
---|
| 50 | <property name="text"> |
---|
| 51 | <string>I(Q=0)</string> |
---|
| 52 | </property> |
---|
| 53 | </item> |
---|
| 54 | <item> |
---|
| 55 | <property name="text"> |
---|
| 56 | <string>Rg</string> |
---|
| 57 | </property> |
---|
| 58 | </item> |
---|
| 59 | <item> |
---|
| 60 | <property name="text"> |
---|
| 61 | <string>Oscillation parameter</string> |
---|
| 62 | </property> |
---|
| 63 | </item> |
---|
| 64 | <item> |
---|
| 65 | <property name="text"> |
---|
| 66 | <string>Background</string> |
---|
| 67 | </property> |
---|
| 68 | </item> |
---|
| 69 | <item> |
---|
| 70 | <property name="text"> |
---|
| 71 | <string>Positive Fraction</string> |
---|
| 72 | </property> |
---|
| 73 | </item> |
---|
| 74 | </widget> |
---|
[fa81e94] | 75 | </item> |
---|
| 76 | <item> |
---|
[8f83719f] | 77 | <spacer name="horizontalSpacer_2"> |
---|
| 78 | <property name="orientation"> |
---|
| 79 | <enum>Qt::Horizontal</enum> |
---|
| 80 | </property> |
---|
| 81 | <property name="sizeHint" stdset="0"> |
---|
| 82 | <size> |
---|
| 83 | <width>40</width> |
---|
| 84 | <height>20</height> |
---|
| 85 | </size> |
---|
| 86 | </property> |
---|
| 87 | </spacer> |
---|
[fa81e94] | 88 | </item> |
---|
[8f83719f] | 89 | </layout> |
---|
| 90 | </item> |
---|
| 91 | <item row="1" column="0"> |
---|
| 92 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
[fa81e94] | 93 | <item> |
---|
[8f83719f] | 94 | <widget class="QLabel" name="label_2"> |
---|
| 95 | <property name="text"> |
---|
| 96 | <string>Npts</string> |
---|
| 97 | </property> |
---|
| 98 | </widget> |
---|
[fa81e94] | 99 | </item> |
---|
| 100 | <item> |
---|
[8f83719f] | 101 | <widget class="QLineEdit" name="Npts"/> |
---|
[fa81e94] | 102 | </item> |
---|
| 103 | <item> |
---|
[8f83719f] | 104 | <widget class="QLabel" name="label_3"> |
---|
| 105 | <property name="text"> |
---|
| 106 | <string>Min Distance [â«]</string> |
---|
| 107 | </property> |
---|
| 108 | </widget> |
---|
[fa81e94] | 109 | </item> |
---|
| 110 | <item> |
---|
[8f83719f] | 111 | <widget class="QLineEdit" name="minDist"/> |
---|
[fa81e94] | 112 | </item> |
---|
[8f83719f] | 113 | <item> |
---|
| 114 | <widget class="QLabel" name="label_4"> |
---|
| 115 | <property name="text"> |
---|
| 116 | <string>Max Distance [â«]</string> |
---|
| 117 | </property> |
---|
| 118 | </widget> |
---|
| 119 | </item> |
---|
| 120 | <item> |
---|
| 121 | <widget class="QLineEdit" name="maxDist"/> |
---|
| 122 | </item> |
---|
| 123 | </layout> |
---|
[fa81e94] | 124 | </item> |
---|
[8f83719f] | 125 | <item row="2" column="0"> |
---|
| 126 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
| 127 | <item> |
---|
| 128 | <spacer name="horizontalSpacer"> |
---|
| 129 | <property name="orientation"> |
---|
| 130 | <enum>Qt::Horizontal</enum> |
---|
| 131 | </property> |
---|
| 132 | <property name="sizeHint" stdset="0"> |
---|
| 133 | <size> |
---|
| 134 | <width>40</width> |
---|
| 135 | <height>20</height> |
---|
| 136 | </size> |
---|
| 137 | </property> |
---|
| 138 | </spacer> |
---|
| 139 | </item> |
---|
| 140 | <item> |
---|
| 141 | <widget class="QPushButton" name="closeButton"> |
---|
| 142 | <property name="text"> |
---|
| 143 | <string>Close</string> |
---|
| 144 | </property> |
---|
| 145 | </widget> |
---|
| 146 | </item> |
---|
| 147 | </layout> |
---|
[fa81e94] | 148 | </item> |
---|
| 149 | </layout> |
---|
| 150 | </item> |
---|
| 151 | </layout> |
---|
| 152 | </item> |
---|
| 153 | </layout> |
---|
| 154 | </widget> |
---|
| 155 | <resources/> |
---|
| 156 | <connections/> |
---|
| 157 | </ui> |
---|