Browse Source

Make all the view actions checkable

QGC4.4
John Tapsell 11 years ago
parent
commit
ff7a653ffa
  1. 9
      src/ui/MainWindow.ui

9
src/ui/MainWindow.ui

@ -401,6 +401,9 @@ @@ -401,6 +401,9 @@
</property>
</action>
<action name="actionFirmwareUpdateView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../qgroundcontrol.qrc">
<normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset>
@ -472,11 +475,17 @@ @@ -472,11 +475,17 @@
</property>
</action>
<action name="actionGoogleEarthView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Google Earth</string>
</property>
</action>
<action name="actionLocal3DView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Local 3D View</string>
</property>

Loading…
Cancel
Save