|
83 | 83 | <x>0</x> |
84 | 84 | <y>0</y> |
85 | 85 | <width>1083</width> |
86 | | - <height>42</height> |
| 86 | + <height>25</height> |
87 | 87 | </rect> |
88 | 88 | </property> |
89 | 89 | <widget class="QMenu" name="mLayoutMenu"> |
|
97 | 97 | <string>&Items</string> |
98 | 98 | </property> |
99 | 99 | </widget> |
| 100 | + <widget class="QMenu" name="mMenuView"> |
| 101 | + <property name="title"> |
| 102 | + <string>View</string> |
| 103 | + </property> |
| 104 | + <addaction name="mActionZoomIn"/> |
| 105 | + <addaction name="mActionZoomOut"/> |
| 106 | + <addaction name="mActionZoomActual"/> |
| 107 | + <addaction name="mActionZoomAll"/> |
| 108 | + </widget> |
100 | 109 | <addaction name="mLayoutMenu"/> |
| 110 | + <addaction name="mMenuView"/> |
101 | 111 | <addaction name="mItemMenu"/> |
102 | 112 | </widget> |
| 113 | + <widget class="QToolBar" name="mNavigationToolbar"> |
| 114 | + <property name="windowTitle"> |
| 115 | + <string>toolBar</string> |
| 116 | + </property> |
| 117 | + <attribute name="toolBarArea"> |
| 118 | + <enum>TopToolBarArea</enum> |
| 119 | + </attribute> |
| 120 | + <attribute name="toolBarBreak"> |
| 121 | + <bool>false</bool> |
| 122 | + </attribute> |
| 123 | + <addaction name="mActionZoomIn"/> |
| 124 | + <addaction name="mActionZoomOut"/> |
| 125 | + <addaction name="mActionZoomActual"/> |
| 126 | + <addaction name="mActionZoomAll"/> |
| 127 | + </widget> |
103 | 128 | <action name="mActionClose"> |
104 | 129 | <property name="text"> |
105 | 130 | <string>&Close</string> |
|
162 | 187 | <string>V</string> |
163 | 188 | </property> |
164 | 189 | </action> |
| 190 | + <action name="mActionZoomAll"> |
| 191 | + <property name="icon"> |
| 192 | + <iconset resource="../../../images/images.qrc"> |
| 193 | + <normaloff>:/images/themes/default/mActionZoomFullExtent.svg</normaloff>:/images/themes/default/mActionZoomFullExtent.svg</iconset> |
| 194 | + </property> |
| 195 | + <property name="text"> |
| 196 | + <string>Zoom &Full</string> |
| 197 | + </property> |
| 198 | + <property name="toolTip"> |
| 199 | + <string>Zoom full</string> |
| 200 | + </property> |
| 201 | + <property name="shortcut"> |
| 202 | + <string>Ctrl+0</string> |
| 203 | + </property> |
| 204 | + </action> |
| 205 | + <action name="mActionZoomIn"> |
| 206 | + <property name="icon"> |
| 207 | + <iconset resource="../../../images/images.qrc"> |
| 208 | + <normaloff>:/images/themes/default/mActionZoomIn.svg</normaloff>:/images/themes/default/mActionZoomIn.svg</iconset> |
| 209 | + </property> |
| 210 | + <property name="text"> |
| 211 | + <string>Zoom &In</string> |
| 212 | + </property> |
| 213 | + <property name="toolTip"> |
| 214 | + <string>Zoom in</string> |
| 215 | + </property> |
| 216 | + <property name="shortcut"> |
| 217 | + <string>Ctrl++</string> |
| 218 | + </property> |
| 219 | + </action> |
| 220 | + <action name="mActionZoomOut"> |
| 221 | + <property name="icon"> |
| 222 | + <iconset resource="../../../images/images.qrc"> |
| 223 | + <normaloff>:/images/themes/default/mActionZoomOut.svg</normaloff>:/images/themes/default/mActionZoomOut.svg</iconset> |
| 224 | + </property> |
| 225 | + <property name="text"> |
| 226 | + <string>Zoom &Out</string> |
| 227 | + </property> |
| 228 | + <property name="toolTip"> |
| 229 | + <string>Zoom out</string> |
| 230 | + </property> |
| 231 | + <property name="shortcut"> |
| 232 | + <string>Ctrl+-</string> |
| 233 | + </property> |
| 234 | + </action> |
| 235 | + <action name="mActionZoomActual"> |
| 236 | + <property name="icon"> |
| 237 | + <iconset resource="../../../images/images.qrc"> |
| 238 | + <normaloff>:/images/themes/default/mActionZoomActual.svg</normaloff>:/images/themes/default/mActionZoomActual.svg</iconset> |
| 239 | + </property> |
| 240 | + <property name="text"> |
| 241 | + <string>Zoom to &100%</string> |
| 242 | + </property> |
| 243 | + <property name="toolTip"> |
| 244 | + <string>Zoom to 100%</string> |
| 245 | + </property> |
| 246 | + <property name="shortcut"> |
| 247 | + <string>Ctrl+1</string> |
| 248 | + </property> |
| 249 | + </action> |
165 | 250 | </widget> |
166 | 251 | <resources> |
167 | 252 | <include location="../../../images/images.qrc"/> |
|
189 | 274 | <include location="../../../images/images.qrc"/> |
190 | 275 | <include location="../../../images/images.qrc"/> |
191 | 276 | <include location="../../../images/images.qrc"/> |
| 277 | + <include location="../../../images/images.qrc"/> |
192 | 278 | </resources> |
193 | 279 | <connections/> |
194 | 280 | </ui> |
0 commit comments