|
@@ -56,9 +56,22 @@
|
|
<addaction name="actionAdd_Road_From_RTK"/>
|
|
<addaction name="actionAdd_Road_From_RTK"/>
|
|
<addaction name="actionSummary_Road"/>
|
|
<addaction name="actionSummary_Road"/>
|
|
</widget>
|
|
</widget>
|
|
|
|
+ <widget class="QMenu" name="menuView">
|
|
|
|
+ <property name="title">
|
|
|
|
+ <string>View</string>
|
|
|
|
+ </property>
|
|
|
|
+ <addaction name="actionHide_Road"/>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QMenu" name="menuHelp">
|
|
|
|
+ <property name="title">
|
|
|
|
+ <string>Help</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuFunction"/>
|
|
<addaction name="menuFunction"/>
|
|
<addaction name="menuTool"/>
|
|
<addaction name="menuTool"/>
|
|
|
|
+ <addaction name="menuView"/>
|
|
|
|
+ <addaction name="menuHelp"/>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<attribute name="toolBarArea">
|
|
@@ -141,6 +154,11 @@
|
|
<string>Make All Road Contact</string>
|
|
<string>Make All Road Contact</string>
|
|
</property>
|
|
</property>
|
|
</action>
|
|
</action>
|
|
|
|
+ <action name="actionHide_Road">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Hide Road</string>
|
|
|
|
+ </property>
|
|
|
|
+ </action>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<resources>
|