[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> |
---|
| 9 | <width>609</width> |
---|
| 10 | <height>524</height> |
---|
| 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>Dialog</string> |
---|
| 15 | </property> |
---|
| 16 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 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 | <property name="sizeHint" stdset="0"> |
---|
| 25 | <size> |
---|
| 26 | <width>20</width> |
---|
| 27 | <height>40</height> |
---|
| 28 | </size> |
---|
| 29 | </property> |
---|
| 30 | </spacer> |
---|
| 31 | </item> |
---|
| 32 | <item> |
---|
| 33 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 34 | <item row="1" column="2"> |
---|
| 35 | <widget class="QLabel" name="label_4"> |
---|
| 36 | <property name="text"> |
---|
| 37 | <string>Max Distance [â«]</string> |
---|
| 38 | </property> |
---|
| 39 | </widget> |
---|
| 40 | </item> |
---|
| 41 | <item row="1" column="3"> |
---|
| 42 | <widget class="QLineEdit" name="maxDist"/> |
---|
| 43 | </item> |
---|
| 44 | <item row="0" column="2"> |
---|
| 45 | <widget class="QLabel" name="label_2"> |
---|
| 46 | <property name="text"> |
---|
| 47 | <string>Npts</string> |
---|
| 48 | </property> |
---|
| 49 | </widget> |
---|
| 50 | </item> |
---|
| 51 | <item row="0" column="3"> |
---|
| 52 | <widget class="QLineEdit" name="Npts"/> |
---|
| 53 | </item> |
---|
| 54 | <item row="0" column="0"> |
---|
| 55 | <widget class="QLabel" name="label"> |
---|
| 56 | <property name="text"> |
---|
| 57 | <string>Dependent Variable:</string> |
---|
| 58 | </property> |
---|
| 59 | </widget> |
---|
| 60 | </item> |
---|
| 61 | <item row="1" column="1"> |
---|
| 62 | <widget class="QLineEdit" name="minDist"/> |
---|
| 63 | </item> |
---|
| 64 | <item row="0" column="1"> |
---|
| 65 | <widget class="QComboBox" name="dependentVariable"> |
---|
| 66 | <item> |
---|
| 67 | <property name="text"> |
---|
| 68 | <string>1-Ï positive fraction</string> |
---|
| 69 | </property> |
---|
| 70 | </item> |
---|
| 71 | <item> |
---|
| 72 | <property name="text"> |
---|
| 73 | <string>ϲ/dof</string> |
---|
| 74 | </property> |
---|
| 75 | </item> |
---|
| 76 | <item> |
---|
| 77 | <property name="text"> |
---|
| 78 | <string>I(Q=0)</string> |
---|
| 79 | </property> |
---|
| 80 | </item> |
---|
| 81 | <item> |
---|
| 82 | <property name="text"> |
---|
| 83 | <string>Rg</string> |
---|
| 84 | </property> |
---|
| 85 | </item> |
---|
| 86 | <item> |
---|
| 87 | <property name="text"> |
---|
| 88 | <string>Oscillation parameter</string> |
---|
| 89 | </property> |
---|
| 90 | </item> |
---|
| 91 | <item> |
---|
| 92 | <property name="text"> |
---|
| 93 | <string>Background</string> |
---|
| 94 | </property> |
---|
| 95 | </item> |
---|
| 96 | <item> |
---|
| 97 | <property name="text"> |
---|
| 98 | <string>Positive Fraction</string> |
---|
| 99 | </property> |
---|
| 100 | </item> |
---|
| 101 | </widget> |
---|
| 102 | </item> |
---|
| 103 | <item row="1" column="0"> |
---|
| 104 | <widget class="QLabel" name="label_3"> |
---|
| 105 | <property name="text"> |
---|
| 106 | <string>Min Distance [â«]</string> |
---|
| 107 | </property> |
---|
| 108 | </widget> |
---|
| 109 | </item> |
---|
| 110 | <item row="2" column="0" colspan="4"> |
---|
| 111 | <widget class="QPushButton" name="closeButton"> |
---|
| 112 | <property name="text"> |
---|
| 113 | <string>Close</string> |
---|
| 114 | </property> |
---|
| 115 | </widget> |
---|
| 116 | </item> |
---|
| 117 | </layout> |
---|
| 118 | </item> |
---|
| 119 | </layout> |
---|
| 120 | </item> |
---|
| 121 | </layout> |
---|
| 122 | </widget> |
---|
| 123 | <resources/> |
---|
| 124 | <connections/> |
---|
| 125 | </ui> |
---|