|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Analysis feature properties</string>
|
15 | 15 | </property>
|
16 |
| - <layout class="QHBoxLayout" name="horizontalLayout"> |
| 16 | + <layout class="QVBoxLayout" name="horizontalLayout"> |
17 | 17 | <item>
|
18 |
| - <widget class="QLabel" name="pressureLbl"> |
19 |
| - <property name="text"> |
20 |
| - <string>Body heat in W/kg:</string> |
| 18 | + <widget class="QGroupBox" name="gpb_heat_source"> |
| 19 | + <property name="sizePolicy"> |
| 20 | + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
| 21 | + <horstretch>0</horstretch> |
| 22 | + <verstretch>0</verstretch> |
| 23 | + </sizepolicy> |
21 | 24 | </property>
|
22 |
| - </widget> |
23 |
| - </item> |
24 |
| - <item> |
25 |
| - <spacer name="horizontalSpacer"> |
26 |
| - <property name="orientation"> |
27 |
| - <enum>Qt::Horizontal</enum> |
28 |
| - </property> |
29 |
| - <property name="sizeHint" stdset="0"> |
30 |
| - <size> |
31 |
| - <width>130</width> |
32 |
| - <height>19</height> |
33 |
| - </size> |
34 |
| - </property> |
35 |
| - </spacer> |
36 |
| - </item> |
37 |
| - <item> |
38 |
| - <widget class="Gui::QuantitySpinBox" name="bodyheatQSB"> |
39 |
| - <property name="enabled"> |
40 |
| - <bool>true</bool> |
41 |
| - </property> |
42 |
| - <property name="minimumSize"> |
43 |
| - <size> |
44 |
| - <width>100</width> |
45 |
| - <height>20</height> |
46 |
| - </size> |
47 |
| - </property> |
48 |
| - <property name="alignment"> |
49 |
| - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
50 |
| - </property> |
51 |
| - <property name="keyboardTracking"> |
52 |
| - <bool>true</bool> |
53 |
| - </property> |
54 |
| - <property name="minimum"> |
55 |
| - <double>0.000000000000000</double> |
56 |
| - </property> |
57 |
| - <property name="maximum"> |
58 |
| - <double>1000000000000000000000.000000000000000</double> |
59 |
| - </property> |
60 |
| - <property name="singleStep"> |
61 |
| - <double>50.000000000000000</double> |
| 25 | + <property name="toolTip"> |
| 26 | + <string/> |
62 | 27 | </property>
|
63 |
| - <property name="value"> |
64 |
| - <double>0.000000000000000</double> |
| 28 | + <property name="title"> |
| 29 | + <string>Heat Source</string> |
65 | 30 | </property>
|
| 31 | + <layout class="QGridLayout" name="g_layout_heat_source"> |
| 32 | + <item row="0" column="0"> |
| 33 | + <widget class="QLabel" name="lbl_dissipation_rate"> |
| 34 | + <property name="text"> |
| 35 | + <string>Mode:</string> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
| 39 | + <item row="0" column="1"> |
| 40 | + <widget class="QComboBox" name="cb_mode"/> |
| 41 | + </item> |
| 42 | + <item row="1" column="0"> |
| 43 | + <widget class="QLabel" name="lbl_total_power"> |
| 44 | + <property name="text"> |
| 45 | + <string>Total Power:</string> |
| 46 | + </property> |
| 47 | + </widget> |
| 48 | + </item> |
| 49 | + <item row="1" column="1"> |
| 50 | + <widget class="Gui::QuantitySpinBox" name="qsb_total_power"> |
| 51 | + <property name="enabled"> |
| 52 | + <bool>true</bool> |
| 53 | + </property> |
| 54 | + <property name="unit" stdset="0"> |
| 55 | + <string notr="true">W</string> |
| 56 | + </property> |
| 57 | + <property name="minimumSize"> |
| 58 | + <size> |
| 59 | + <width>100</width> |
| 60 | + <height>20</height> |
| 61 | + </size> |
| 62 | + </property> |
| 63 | + <property name="alignment"> |
| 64 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 65 | + </property> |
| 66 | + <property name="keyboardTracking"> |
| 67 | + <bool>true</bool> |
| 68 | + </property> |
| 69 | + <property name="minimum"> |
| 70 | + <double>0.000000000000000</double> |
| 71 | + </property> |
| 72 | + <property name="maximum"> |
| 73 | + <double>1000000000000000000000.000000000000000</double> |
| 74 | + </property> |
| 75 | + <property name="singleStep"> |
| 76 | + <double>50.000000000000000</double> |
| 77 | + </property> |
| 78 | + <property name="value"> |
| 79 | + <double>0.000000000000000</double> |
| 80 | + </property> |
| 81 | + </widget> |
| 82 | + </item> |
| 83 | + <item row="2" column="0"> |
| 84 | + <widget class="QLabel" name="lbl_dissipation_rate"> |
| 85 | + <property name="text"> |
| 86 | + <string>Dissipation Rate:</string> |
| 87 | + </property> |
| 88 | + </widget> |
| 89 | + </item> |
| 90 | + <item row="2" column="1"> |
| 91 | + <widget class="Gui::QuantitySpinBox" name="qsb_dissipation_rate"> |
| 92 | + <property name="enabled"> |
| 93 | + <bool>true</bool> |
| 94 | + </property> |
| 95 | + <property name="unit" stdset="0"> |
| 96 | + <string notr="true">W/kg</string> |
| 97 | + </property> |
| 98 | + <property name="minimumSize"> |
| 99 | + <size> |
| 100 | + <width>100</width> |
| 101 | + <height>20</height> |
| 102 | + </size> |
| 103 | + </property> |
| 104 | + <property name="alignment"> |
| 105 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 106 | + </property> |
| 107 | + <property name="keyboardTracking"> |
| 108 | + <bool>true</bool> |
| 109 | + </property> |
| 110 | + <property name="minimum"> |
| 111 | + <double>0.000000000000000</double> |
| 112 | + </property> |
| 113 | + <property name="maximum"> |
| 114 | + <double>1000000000000000000000.000000000000000</double> |
| 115 | + </property> |
| 116 | + <property name="singleStep"> |
| 117 | + <double>50.000000000000000</double> |
| 118 | + </property> |
| 119 | + <property name="value"> |
| 120 | + <double>0.000000000000000</double> |
| 121 | + </property> |
| 122 | + </widget> |
| 123 | + </item> |
| 124 | + </layout> |
66 | 125 | </widget>
|
67 | 126 | </item>
|
68 | 127 | </layout>
|
|
0 commit comments