|
14 | 14 | <string>Form</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <property name="leftMargin"> |
| 18 | + <number>0</number> |
| 19 | + </property> |
| 20 | + <property name="topMargin"> |
| 21 | + <number>0</number> |
| 22 | + </property> |
| 23 | + <property name="rightMargin"> |
| 24 | + <number>0</number> |
| 25 | + </property> |
| 26 | + <property name="bottomMargin"> |
| 27 | + <number>0</number> |
| 28 | + </property> |
17 | 29 | <item row="0" column="0"> |
18 | 30 | <widget class="QSplitter" name="splitter_2"> |
19 | 31 | <property name="sizePolicy"> |
|
22 | 34 | <verstretch>0</verstretch> |
23 | 35 | </sizepolicy> |
24 | 36 | </property> |
25 | | - <property name="frameShape"> |
26 | | - <enum>QFrame::Shape::VLine</enum> |
27 | | - </property> |
28 | | - <property name="frameShadow"> |
29 | | - <enum>QFrame::Shadow::Plain</enum> |
30 | | - </property> |
31 | | - <property name="lineWidth"> |
32 | | - <number>1</number> |
33 | | - </property> |
34 | 37 | <property name="orientation"> |
35 | 38 | <enum>Qt::Orientation::Horizontal</enum> |
36 | 39 | </property> |
|
41 | 44 | <bool>true</bool> |
42 | 45 | </property> |
43 | 46 | <widget class="QGroupBox" name="group_curve_selection"> |
| 47 | + <property name="minimumSize"> |
| 48 | + <size> |
| 49 | + <width>120</width> |
| 50 | + <height>0</height> |
| 51 | + </size> |
| 52 | + </property> |
44 | 53 | <property name="title"> |
45 | 54 | <string>Select Curve</string> |
46 | 55 | </property> |
|
58 | 67 | </sizepolicy> |
59 | 68 | </property> |
60 | 69 | <property name="orientation"> |
61 | | - <enum>Qt::Orientation::Vertical</enum> |
| 70 | + <enum>Qt::Orientation::Horizontal</enum> |
62 | 71 | </property> |
63 | 72 | <widget class="QGroupBox" name="group_summary"> |
| 73 | + <property name="minimumSize"> |
| 74 | + <size> |
| 75 | + <width>180</width> |
| 76 | + <height>0</height> |
| 77 | + </size> |
| 78 | + </property> |
64 | 79 | <property name="title"> |
65 | 80 | <string>Fit Summary</string> |
66 | 81 | </property> |
67 | 82 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
68 | 83 | <item> |
69 | 84 | <widget class="QTreeWidget" name="summary_tree"> |
| 85 | + <property name="alternatingRowColors"> |
| 86 | + <bool>true</bool> |
| 87 | + </property> |
70 | 88 | <property name="uniformRowHeights"> |
71 | 89 | <bool>false</bool> |
72 | 90 | </property> |
| 91 | + <attribute name="headerDefaultSectionSize"> |
| 92 | + <number>90</number> |
| 93 | + </attribute> |
73 | 94 | <column> |
74 | 95 | <property name="text"> |
75 | 96 | <string>Property</string> |
|
85 | 106 | </layout> |
86 | 107 | </widget> |
87 | 108 | <widget class="QGroupBox" name="group_parameters"> |
| 109 | + <property name="minimumSize"> |
| 110 | + <size> |
| 111 | + <width>240</width> |
| 112 | + <height>0</height> |
| 113 | + </size> |
| 114 | + </property> |
88 | 115 | <property name="title"> |
89 | 116 | <string>Parameter Details</string> |
90 | 117 | </property> |
91 | 118 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
92 | 119 | <item> |
93 | 120 | <widget class="QTreeWidget" name="param_tree"> |
| 121 | + <property name="alternatingRowColors"> |
| 122 | + <bool>true</bool> |
| 123 | + </property> |
| 124 | + <property name="columnCount"> |
| 125 | + <number>4</number> |
| 126 | + </property> |
| 127 | + <attribute name="headerDefaultSectionSize"> |
| 128 | + <number>80</number> |
| 129 | + </attribute> |
94 | 130 | <column> |
95 | 131 | <property name="text"> |
96 | 132 | <string>Parameter</string> |
|
106 | 142 | <string>Std</string> |
107 | 143 | </property> |
108 | 144 | </column> |
| 145 | + <column> |
| 146 | + <property name="text"> |
| 147 | + <string>Action</string> |
| 148 | + </property> |
| 149 | + </column> |
109 | 150 | </widget> |
110 | 151 | </item> |
111 | 152 | </layout> |
|
0 commit comments