+ <string>Expand all</string>
+ </property>
+ <property name="toolTip">
+ <string>Expand all (Ctrl++)</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl++</string>
+ </property>
+ </action>
+ <action name="collapseAllAction">
+ <property name="icon">
+ <iconset resource="../icons.qrc">
+ <normaloff>:/icons/collapse.png</normaloff>:/icons/collapse.png</iconset>
+ </property>
+ <property name="text">
+ <string>Collapse all</string>
+ </property>
+ <property name="toolTip">
+ <string>Collapse all (Ctrl+-)</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+-</string>