|
195 | 195 | <number>3</number>
|
196 | 196 | </property>
|
197 | 197 | <item row="2" column="2">
|
198 |
| - <widget class="QLineEdit" name="mXLineEdit"/> |
| 198 | + <widget class="QLineEdit" name="mXLineEdit"> |
| 199 | + <property name="toolTip"> |
| 200 | + <string>X coordinate</string> |
| 201 | + </property> |
| 202 | + </widget> |
199 | 203 | </item>
|
200 | 204 | <item row="0" column="2">
|
201 |
| - <widget class="QLineEdit" name="mDistanceLineEdit"/> |
| 205 | + <widget class="QLineEdit" name="mDistanceLineEdit"> |
| 206 | + <property name="toolTip"> |
| 207 | + <string>Distance</string> |
| 208 | + </property> |
| 209 | + </widget> |
202 | 210 | </item>
|
203 | 211 | <item row="0" column="3">
|
204 | 212 | <widget class="QToolButton" name="mLockDistanceButton">
|
| 213 | + <property name="toolTip"> |
| 214 | + <string>Lock distance</string> |
| 215 | + </property> |
205 | 216 | <property name="text">
|
206 | 217 | <string>...</string>
|
207 | 218 | </property>
|
|
216 | 227 | </item>
|
217 | 228 | <item row="1" column="3">
|
218 | 229 | <widget class="QToolButton" name="mLockAngleButton">
|
| 230 | + <property name="toolTip"> |
| 231 | + <string>Lock angle</string> |
| 232 | + </property> |
219 | 233 | <property name="text">
|
220 | 234 | <string>...</string>
|
221 | 235 | </property>
|
|
230 | 244 | </item>
|
231 | 245 | <item row="3" column="3">
|
232 | 246 | <widget class="QToolButton" name="mLockYButton">
|
| 247 | + <property name="toolTip"> |
| 248 | + <string>Lock y coordinate</string> |
| 249 | + </property> |
233 | 250 | <property name="text">
|
234 | 251 | <string>...</string>
|
235 | 252 | </property>
|
|
251 | 268 | </item>
|
252 | 269 | <item row="3" column="0">
|
253 | 270 | <widget class="QToolButton" name="mRelativeYButton">
|
| 271 | + <property name="toolTip"> |
| 272 | + <string>Toggles relative y to previous node</string> |
| 273 | + </property> |
254 | 274 | <property name="text">
|
255 | 275 | <string>...</string>
|
256 | 276 | </property>
|
|
271 | 291 | </widget>
|
272 | 292 | </item>
|
273 | 293 | <item row="1" column="2">
|
274 |
| - <widget class="QLineEdit" name="mAngleLineEdit"/> |
| 294 | + <widget class="QLineEdit" name="mAngleLineEdit"> |
| 295 | + <property name="toolTip"> |
| 296 | + <string>Angle</string> |
| 297 | + </property> |
| 298 | + </widget> |
275 | 299 | </item>
|
276 | 300 | <item row="2" column="1">
|
277 | 301 | <widget class="QLabel" name="label_3">
|
|
281 | 305 | </widget>
|
282 | 306 | </item>
|
283 | 307 | <item row="3" column="2">
|
284 |
| - <widget class="QLineEdit" name="mYLineEdit"/> |
| 308 | + <widget class="QLineEdit" name="mYLineEdit"> |
| 309 | + <property name="toolTip"> |
| 310 | + <string>Y coordinate</string> |
| 311 | + </property> |
| 312 | + </widget> |
285 | 313 | </item>
|
286 | 314 | <item row="2" column="0">
|
287 | 315 | <widget class="QToolButton" name="mRelativeXButton">
|
| 316 | + <property name="toolTip"> |
| 317 | + <string>Toggles relative x to previous node</string> |
| 318 | + </property> |
288 | 319 | <property name="text">
|
289 | 320 | <string>...</string>
|
290 | 321 | </property>
|
|
306 | 337 | </item>
|
307 | 338 | <item row="2" column="3">
|
308 | 339 | <widget class="QToolButton" name="mLockXButton">
|
| 340 | + <property name="toolTip"> |
| 341 | + <string>Lock x coordinate</string> |
| 342 | + </property> |
309 | 343 | <property name="text">
|
310 | 344 | <string>...</string>
|
311 | 345 | </property>
|
|
320 | 354 | </item>
|
321 | 355 | <item row="1" column="0">
|
322 | 356 | <widget class="QToolButton" name="mRelativeAngleButton">
|
| 357 | + <property name="toolTip"> |
| 358 | + <string>Toggles relative angle to previous segment</string> |
| 359 | + </property> |
323 | 360 | <property name="text">
|
324 | 361 | <string>...</string>
|
325 | 362 | </property>
|
|
378 | 415 | <tabstop>mLockYButton</tabstop>
|
379 | 416 | </tabstops>
|
380 | 417 | <resources>
|
381 |
| - <include location="../../images/images.qrc"/> |
382 | 418 | <include location="../plugins/georeferencer/georeferencer.qrc"/>
|
| 419 | + <include location="../../images/images.qrc"/> |
383 | 420 | </resources>
|
384 | 421 | <connections/>
|
385 | 422 | </ui>
|
0 commit comments