|
@@ -1221,6 +1221,8 @@
|
1221
|
1221
|
<addaction name="action_Save"/>
|
1222
|
1222
|
<addaction name="action_Save_Project"/>
|
1223
|
1223
|
<addaction name="separator"/>
|
|
1224
|
+ <addaction name="action_Export_Map_Image"/>
|
|
1225
|
+ <addaction name="separator"/>
|
1224
|
1226
|
<addaction name="action_Exit"/>
|
1225
|
1227
|
</widget>
|
1226
|
1228
|
<widget class="QMenu" name="menuEdit">
|
|
@@ -1285,6 +1287,11 @@
|
1285
|
1287
|
<string>Ctrl+Y</string>
|
1286
|
1288
|
</property>
|
1287
|
1289
|
</action>
|
|
1290
|
+ <action name="action_Export_Map_Image">
|
|
1291
|
+ <property name="text">
|
|
1292
|
+ <string>Export Map Image...</string>
|
|
1293
|
+ </property>
|
|
1294
|
+ </action>
|
1288
|
1295
|
</widget>
|
1289
|
1296
|
<layoutdefault spacing="6" margin="11"/>
|
1290
|
1297
|
<customwidgets>
|