|
86 | 86 | <property name="collapsed" stdset="0">
|
87 | 87 | <bool>false</bool>
|
88 | 88 | </property>
|
89 |
| - <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0"> |
| 89 | + <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0,0"> |
90 | 90 | <item row="1" column="0">
|
91 | 91 | <widget class="QPushButton" name="mAddHozGuideButton">
|
| 92 | + <property name="toolTip"> |
| 93 | + <string>Add new guide</string> |
| 94 | + </property> |
92 | 95 | <property name="text">
|
93 |
| - <string>Add</string> |
| 96 | + <string/> |
| 97 | + </property> |
| 98 | + <property name="icon"> |
| 99 | + <iconset> |
| 100 | + <normalon>:/images/themes/default/symbologyAdd.svg</normalon> |
| 101 | + </iconset> |
94 | 102 | </property>
|
95 | 103 | </widget>
|
96 | 104 | </item>
|
97 | 105 | <item row="1" column="1">
|
98 | 106 | <widget class="QPushButton" name="mDeleteHozGuideButton">
|
| 107 | + <property name="toolTip"> |
| 108 | + <string>Remove selected guide</string> |
| 109 | + </property> |
99 | 110 | <property name="text">
|
100 |
| - <string>Delete</string> |
| 111 | + <string/> |
| 112 | + </property> |
| 113 | + <property name="icon"> |
| 114 | + <iconset> |
| 115 | + <normalon>:/images/themes/default/symbologyRemove.svg</normalon> |
| 116 | + </iconset> |
101 | 117 | </property>
|
102 | 118 | </widget>
|
103 | 119 | </item>
|
104 |
| - <item row="0" column="0" colspan="2"> |
| 120 | + <item row="1" column="2"> |
| 121 | + <spacer name="horizontalSpacer"> |
| 122 | + <property name="orientation"> |
| 123 | + <enum>Qt::Horizontal</enum> |
| 124 | + </property> |
| 125 | + <property name="sizeHint" stdset="0"> |
| 126 | + <size> |
| 127 | + <width>40</width> |
| 128 | + <height>20</height> |
| 129 | + </size> |
| 130 | + </property> |
| 131 | + </spacer> |
| 132 | + </item> |
| 133 | + <item row="0" column="0" colspan="3"> |
105 | 134 | <widget class="QTableView" name="mHozGuidesTableView">
|
106 | 135 | <property name="minimumSize">
|
107 | 136 | <size>
|
|
149 | 178 | <property name="collapsed" stdset="0">
|
150 | 179 | <bool>false</bool>
|
151 | 180 | </property>
|
152 |
| - <layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0"> |
| 181 | + <layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0,0"> |
153 | 182 | <item row="1" column="0">
|
154 | 183 | <widget class="QPushButton" name="mAddVertGuideButton">
|
| 184 | + <property name="toolTip"> |
| 185 | + <string>Add new guide</string> |
| 186 | + </property> |
155 | 187 | <property name="text">
|
156 |
| - <string>Add</string> |
| 188 | + <string/> |
| 189 | + </property> |
| 190 | + <property name="icon"> |
| 191 | + <iconset> |
| 192 | + <normalon>:/images/themes/default/symbologyAdd.svg</normalon> |
| 193 | + </iconset> |
157 | 194 | </property>
|
158 | 195 | </widget>
|
159 | 196 | </item>
|
160 | 197 | <item row="1" column="1">
|
161 | 198 | <widget class="QPushButton" name="mDeleteVertGuideButton">
|
| 199 | + <property name="toolTip"> |
| 200 | + <string>Remove selected guide</string> |
| 201 | + </property> |
162 | 202 | <property name="text">
|
163 |
| - <string>Delete</string> |
| 203 | + <string/> |
| 204 | + </property> |
| 205 | + <property name="icon"> |
| 206 | + <iconset> |
| 207 | + <normalon>:/images/themes/default/symbologyRemove.svg</normalon> |
| 208 | + </iconset> |
164 | 209 | </property>
|
165 | 210 | </widget>
|
166 | 211 | </item>
|
167 |
| - <item row="0" column="0" colspan="2"> |
| 212 | + <item row="1" column="2"> |
| 213 | + <spacer name="horizontalSpacer_2"> |
| 214 | + <property name="orientation"> |
| 215 | + <enum>Qt::Horizontal</enum> |
| 216 | + </property> |
| 217 | + <property name="sizeHint" stdset="0"> |
| 218 | + <size> |
| 219 | + <width>40</width> |
| 220 | + <height>20</height> |
| 221 | + </size> |
| 222 | + </property> |
| 223 | + </spacer> |
| 224 | + </item> |
| 225 | + <item row="0" column="0" colspan="3"> |
168 | 226 | <widget class="QTableView" name="mVertGuidesTableView">
|
169 | 227 | <property name="minimumSize">
|
170 | 228 | <size>
|
|
0 commit comments