version 2.27.0
Graphic legend checks context menu rework
This commit is contained in:
@@ -506,6 +506,37 @@
|
||||
<string>Esc</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCheck_all">
|
||||
<property name="icon">
|
||||
<iconset resource="../application/qad_application.qrc">
|
||||
<normaloff>:/icons/layer-visible-on.png</normaloff>:/icons/layer-visible-on.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Check all</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUncheck_all">
|
||||
<property name="icon">
|
||||
<iconset resource="../application/qad_application.qrc">
|
||||
<normaloff>:/icons/layer-visible-off.png</normaloff>:/icons/layer-visible-off.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Uncheck all</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInvert_selection">
|
||||
<property name="text">
|
||||
<string>Invert selection</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSelect_only_this">
|
||||
<property name="text">
|
||||
<string>Select only this</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Select only this</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user