|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>281</width> |
10 |
| - <height>272</height> |
| 9 | + <width>359</width> |
| 10 | + <height>301</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="baseSize">
|
|
25 | 25 | </iconset>
|
26 | 26 | </property>
|
27 | 27 | <layout class="QGridLayout">
|
28 |
| - <property name="margin"> |
| 28 | + <property name="leftMargin"> |
| 29 | + <number>9</number> |
| 30 | + </property> |
| 31 | + <property name="topMargin"> |
| 32 | + <number>9</number> |
| 33 | + </property> |
| 34 | + <property name="rightMargin"> |
| 35 | + <number>9</number> |
| 36 | + </property> |
| 37 | + <property name="bottomMargin"> |
29 | 38 | <number>9</number>
|
30 | 39 | </property>
|
31 | 40 | <property name="spacing">
|
32 | 41 | <number>6</number>
|
33 | 42 | </property>
|
34 |
| - <item row="2" column="2"> |
| 43 | + <item row="4" column="0"> |
| 44 | + <widget class="QLabel" name="textLabel2"> |
| 45 | + <property name="text"> |
| 46 | + <string>Total</string> |
| 47 | + </property> |
| 48 | + <property name="buddy"> |
| 49 | + <cstring>editTotal</cstring> |
| 50 | + </property> |
| 51 | + </widget> |
| 52 | + </item> |
| 53 | + <item row="4" column="2"> |
35 | 54 | <widget class="QLineEdit" name="editTotal">
|
36 | 55 | <property name="font">
|
37 | 56 | <font>
|
|
47 | 66 | </property>
|
48 | 67 | </widget>
|
49 | 68 | </item>
|
50 |
| - <item row="2" column="1"> |
| 69 | + <item row="4" column="1"> |
51 | 70 | <spacer>
|
52 | 71 | <property name="orientation">
|
53 | 72 | <enum>Qt::Horizontal</enum>
|
|
63 | 82 | </property>
|
64 | 83 | </spacer>
|
65 | 84 | </item>
|
66 |
| - <item row="2" column="0"> |
67 |
| - <widget class="QLabel" name="textLabel2"> |
68 |
| - <property name="text"> |
69 |
| - <string>Total</string> |
70 |
| - </property> |
71 |
| - <property name="buddy"> |
72 |
| - <cstring>editTotal</cstring> |
73 |
| - </property> |
74 |
| - </widget> |
| 85 | + <item row="4" column="3"> |
| 86 | + <widget class="QComboBox" name="mUnitsCombo"/> |
75 | 87 | </item>
|
76 |
| - <item row="1" column="0" colspan="3"> |
| 88 | + <item row="2" column="0" colspan="4"> |
77 | 89 | <widget class="QTreeWidget" name="mTable">
|
78 | 90 | <property name="editTriggers">
|
79 | 91 | <set>QAbstractItemView::NoEditTriggers</set>
|
|
88 | 100 | <property name="text">
|
89 | 101 | <string>Segments</string>
|
90 | 102 | </property>
|
| 103 | + <property name="textAlignment"> |
| 104 | + <set>AlignRight|AlignVCenter</set> |
| 105 | + </property> |
91 | 106 | </column>
|
92 | 107 | </widget>
|
93 | 108 | </item>
|
94 |
| - <item row="3" column="2"> |
| 109 | + <item row="6" column="0" colspan="4"> |
95 | 110 | <widget class="QDialogButtonBox" name="buttonBox">
|
96 | 111 | <property name="standardButtons">
|
97 | 112 | <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
|
98 | 113 | </property>
|
99 | 114 | </widget>
|
100 | 115 | </item>
|
| 116 | + <item row="5" column="0" colspan="4"> |
| 117 | + <widget class="QgsCollapsibleGroupBox" name="groupBox"> |
| 118 | + <property name="title"> |
| 119 | + <string>Info</string> |
| 120 | + </property> |
| 121 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 122 | + <property name="leftMargin"> |
| 123 | + <number>3</number> |
| 124 | + </property> |
| 125 | + <property name="topMargin"> |
| 126 | + <number>3</number> |
| 127 | + </property> |
| 128 | + <property name="rightMargin"> |
| 129 | + <number>3</number> |
| 130 | + </property> |
| 131 | + <property name="bottomMargin"> |
| 132 | + <number>3</number> |
| 133 | + </property> |
| 134 | + <item> |
| 135 | + <widget class="QLabel" name="mNotesLabel"> |
| 136 | + <property name="text"> |
| 137 | + <string/> |
| 138 | + </property> |
| 139 | + <property name="wordWrap"> |
| 140 | + <bool>true</bool> |
| 141 | + </property> |
| 142 | + </widget> |
| 143 | + </item> |
| 144 | + </layout> |
| 145 | + </widget> |
| 146 | + </item> |
101 | 147 | </layout>
|
102 | 148 | </widget>
|
103 | 149 | <layoutdefault spacing="6" margin="11"/>
|
| 150 | + <customwidgets> |
| 151 | + <customwidget> |
| 152 | + <class>QgsCollapsibleGroupBox</class> |
| 153 | + <extends>QGroupBox</extends> |
| 154 | + <header>qgscollapsiblegroupbox.h</header> |
| 155 | + <container>1</container> |
| 156 | + </customwidget> |
| 157 | + </customwidgets> |
104 | 158 | <tabstops>
|
105 | 159 | <tabstop>mTable</tabstop>
|
106 | 160 | <tabstop>editTotal</tabstop>
|
|
0 commit comments