|
99 | 99 | <addaction name="mActionMoveItemContent"/>
|
100 | 100 | <addaction name="mActionEditNodesItem"/>
|
101 | 101 | </widget>
|
| 102 | + <widget class="QToolBar" name="mNavigationToolbar"> |
| 103 | + <property name="windowTitle"> |
| 104 | + <string>Navigation Toolbar</string> |
| 105 | + </property> |
| 106 | + <property name="toolTip"> |
| 107 | + <string>Navigation Toolbar</string> |
| 108 | + </property> |
| 109 | + <attribute name="toolBarArea"> |
| 110 | + <enum>TopToolBarArea</enum> |
| 111 | + </attribute> |
| 112 | + <attribute name="toolBarBreak"> |
| 113 | + <bool>false</bool> |
| 114 | + </attribute> |
| 115 | + <addaction name="mActionZoomIn"/> |
| 116 | + <addaction name="mActionZoomOut"/> |
| 117 | + <addaction name="mActionZoomActual"/> |
| 118 | + <addaction name="mActionZoomAll"/> |
| 119 | + <addaction name="mActionRefreshView"/> |
| 120 | + </widget> |
| 121 | + <widget class="QToolBar" name="mActionsToolbar"> |
| 122 | + <property name="windowTitle"> |
| 123 | + <string>Actions Toolbar</string> |
| 124 | + </property> |
| 125 | + <property name="toolTip"> |
| 126 | + <string>Actions Toolbar</string> |
| 127 | + </property> |
| 128 | + <attribute name="toolBarArea"> |
| 129 | + <enum>TopToolBarArea</enum> |
| 130 | + </attribute> |
| 131 | + <attribute name="toolBarBreak"> |
| 132 | + <bool>false</bool> |
| 133 | + </attribute> |
| 134 | + <addaction name="mActionLockItems"/> |
| 135 | + <addaction name="mActionUnlockAll"/> |
| 136 | + <addaction name="mActionGroupItems"/> |
| 137 | + <addaction name="mActionUngroupItems"/> |
| 138 | + </widget> |
| 139 | + <widget class="QToolBar" name="mAtlasToolbar"> |
| 140 | + <property name="windowTitle"> |
| 141 | + <string>Atlas Toolbar</string> |
| 142 | + </property> |
| 143 | + <property name="toolTip"> |
| 144 | + <string>Atlas Toolbar</string> |
| 145 | + </property> |
| 146 | + <attribute name="toolBarArea"> |
| 147 | + <enum>TopToolBarArea</enum> |
| 148 | + </attribute> |
| 149 | + <attribute name="toolBarBreak"> |
| 150 | + <bool>false</bool> |
| 151 | + </attribute> |
| 152 | + <addaction name="mActionAtlasPreview"/> |
| 153 | + <addaction name="mActionAtlasFirst"/> |
| 154 | + <addaction name="mActionAtlasPrev"/> |
| 155 | + <addaction name="mActionAtlasNext"/> |
| 156 | + <addaction name="mActionAtlasLast"/> |
| 157 | + <addaction name="mActionPrintAtlas"/> |
| 158 | + <addaction name="mActionAtlasSettings"/> |
| 159 | + </widget> |
| 160 | + <widget class="QToolBar" name="mReportToolbar"> |
| 161 | + <property name="windowTitle"> |
| 162 | + <string>Report Toolbar</string> |
| 163 | + </property> |
| 164 | + <property name="toolTip"> |
| 165 | + <string>Report Toolbar</string> |
| 166 | + </property> |
| 167 | + <attribute name="toolBarArea"> |
| 168 | + <enum>TopToolBarArea</enum> |
| 169 | + </attribute> |
| 170 | + <attribute name="toolBarBreak"> |
| 171 | + <bool>false</bool> |
| 172 | + </attribute> |
| 173 | + <addaction name="mActionPrintReport"/> |
| 174 | + <addaction name="mActionExportReportAsImage"/> |
| 175 | + <addaction name="mActionExportReportAsSVG"/> |
| 176 | + <addaction name="mActionExportReportAsPDF"/> |
| 177 | + <addaction name="mActionReportSettings"/> |
| 178 | + </widget> |
102 | 179 | <widget class="QMenuBar" name="mMenuBar">
|
103 | 180 | <property name="geometry">
|
104 | 181 | <rect>
|
|
211 | 288 | <addaction name="mActionInvertSelection"/>
|
212 | 289 | <addaction name="mActionSelectNextBelow"/>
|
213 | 290 | <addaction name="mActionSelectNextAbove"/>
|
| 291 | + <addaction name="separator"/> |
| 292 | + <addaction name="mActionPan"/> |
| 293 | + <addaction name="mActionZoomTool"/> |
| 294 | + <addaction name="mActionSelectMoveItem"/> |
| 295 | + <addaction name="mActionMoveItemContent"/> |
| 296 | + <addaction name="mActionEditNodesItem"/> |
214 | 297 | </widget>
|
215 | 298 | <widget class="QMenu" name="menuLayout">
|
216 | 299 | <property name="title">
|
|
310 | 393 | <addaction name="mMenuReport"/>
|
311 | 394 | <addaction name="menuSettings"/>
|
312 | 395 | </widget>
|
313 |
| - <widget class="QToolBar" name="mNavigationToolbar"> |
314 |
| - <property name="windowTitle"> |
315 |
| - <string>Navigation Toolbar</string> |
316 |
| - </property> |
317 |
| - <property name="toolTip"> |
318 |
| - <string>Navigation Toolbar</string> |
319 |
| - </property> |
320 |
| - <attribute name="toolBarArea"> |
321 |
| - <enum>TopToolBarArea</enum> |
322 |
| - </attribute> |
323 |
| - <attribute name="toolBarBreak"> |
324 |
| - <bool>false</bool> |
325 |
| - </attribute> |
326 |
| - <addaction name="mActionZoomIn"/> |
327 |
| - <addaction name="mActionZoomOut"/> |
328 |
| - <addaction name="mActionZoomActual"/> |
329 |
| - <addaction name="mActionZoomAll"/> |
330 |
| - <addaction name="mActionRefreshView"/> |
331 |
| - </widget> |
332 |
| - <widget class="QToolBar" name="mActionsToolbar"> |
333 |
| - <property name="windowTitle"> |
334 |
| - <string>Actions Toolbar</string> |
335 |
| - </property> |
336 |
| - <property name="toolTip"> |
337 |
| - <string>Actions Toolbar</string> |
338 |
| - </property> |
339 |
| - <attribute name="toolBarArea"> |
340 |
| - <enum>TopToolBarArea</enum> |
341 |
| - </attribute> |
342 |
| - <attribute name="toolBarBreak"> |
343 |
| - <bool>false</bool> |
344 |
| - </attribute> |
345 |
| - <addaction name="mActionLockItems"/> |
346 |
| - <addaction name="mActionUnlockAll"/> |
347 |
| - <addaction name="mActionGroupItems"/> |
348 |
| - <addaction name="mActionUngroupItems"/> |
349 |
| - </widget> |
350 |
| - <widget class="QToolBar" name="mAtlasToolbar"> |
351 |
| - <property name="windowTitle"> |
352 |
| - <string>Atlas Toolbar</string> |
353 |
| - </property> |
354 |
| - <property name="toolTip"> |
355 |
| - <string>Atlas Toolbar</string> |
356 |
| - </property> |
357 |
| - <attribute name="toolBarArea"> |
358 |
| - <enum>TopToolBarArea</enum> |
359 |
| - </attribute> |
360 |
| - <attribute name="toolBarBreak"> |
361 |
| - <bool>false</bool> |
362 |
| - </attribute> |
363 |
| - <addaction name="mActionAtlasPreview"/> |
364 |
| - <addaction name="mActionAtlasFirst"/> |
365 |
| - <addaction name="mActionAtlasPrev"/> |
366 |
| - <addaction name="mActionAtlasNext"/> |
367 |
| - <addaction name="mActionAtlasLast"/> |
368 |
| - <addaction name="mActionPrintAtlas"/> |
369 |
| - <addaction name="mActionAtlasSettings"/> |
370 |
| - </widget> |
371 |
| - <widget class="QToolBar" name="mReportToolbar"> |
372 |
| - <property name="windowTitle"> |
373 |
| - <string>Report Toolbar</string> |
374 |
| - </property> |
375 |
| - <property name="toolTip"> |
376 |
| - <string>Report Toolbar</string> |
377 |
| - </property> |
378 |
| - <attribute name="toolBarArea"> |
379 |
| - <enum>TopToolBarArea</enum> |
380 |
| - </attribute> |
381 |
| - <attribute name="toolBarBreak"> |
382 |
| - <bool>false</bool> |
383 |
| - </attribute> |
384 |
| - <addaction name="mActionPrintReport"/> |
385 |
| - <addaction name="mActionExportReportAsImage"/> |
386 |
| - <addaction name="mActionExportReportAsSVG"/> |
387 |
| - <addaction name="mActionExportReportAsPDF"/> |
388 |
| - <addaction name="mActionReportSettings"/> |
389 |
| - </widget> |
390 | 396 | <action name="mActionClose">
|
391 | 397 | <property name="text">
|
392 | 398 | <string>&Close</string>
|
|
440 | 446 | <normaloff>:/images/themes/default/mActionSelect.svg</normaloff>:/images/themes/default/mActionSelect.svg</iconset>
|
441 | 447 | </property>
|
442 | 448 | <property name="text">
|
443 |
| - <string>Move &Item</string> |
| 449 | + <string>Select/Move Item</string> |
444 | 450 | </property>
|
445 | 451 | <property name="toolTip">
|
446 | 452 | <string>Select/Move item</string>
|
|
0 commit comments