|
207 | 207 | <addaction name="separator"/>
|
208 | 208 | <addaction name="mActionResizeToSquare"/>
|
209 | 209 | </widget>
|
| 210 | + <addaction name="mActionGroupItems"/> |
| 211 | + <addaction name="mActionUngroupItems"/> |
| 212 | + <addaction name="separator"/> |
210 | 213 | <addaction name="mActionRaiseItems"/>
|
211 | 214 | <addaction name="mActionLowerItems"/>
|
212 | 215 | <addaction name="mActionMoveItemsToTop"/>
|
|
252 | 255 | </attribute>
|
253 | 256 | <addaction name="mActionLockItems"/>
|
254 | 257 | <addaction name="mActionUnlockAll"/>
|
| 258 | + <addaction name="mActionGroupItems"/> |
| 259 | + <addaction name="mActionUngroupItems"/> |
255 | 260 | </widget>
|
256 | 261 | <action name="mActionClose">
|
257 | 262 | <property name="text">
|
|
992 | 997 | <string>Show pages</string>
|
993 | 998 | </property>
|
994 | 999 | </action>
|
| 1000 | + <action name="mActionGroupItems"> |
| 1001 | + <property name="icon"> |
| 1002 | + <iconset resource="../../../images/images.qrc"> |
| 1003 | + <normaloff>:/images/themes/default/mActionGroupItems.svg</normaloff>:/images/themes/default/mActionGroupItems.svg</iconset> |
| 1004 | + </property> |
| 1005 | + <property name="text"> |
| 1006 | + <string>&Group</string> |
| 1007 | + </property> |
| 1008 | + <property name="toolTip"> |
| 1009 | + <string>Group items</string> |
| 1010 | + </property> |
| 1011 | + <property name="shortcut"> |
| 1012 | + <string>Ctrl+G</string> |
| 1013 | + </property> |
| 1014 | + </action> |
| 1015 | + <action name="mActionUngroupItems"> |
| 1016 | + <property name="icon"> |
| 1017 | + <iconset resource="../../../images/images.qrc"> |
| 1018 | + <normaloff>:/images/themes/default/mActionUngroupItems.svg</normaloff>:/images/themes/default/mActionUngroupItems.svg</iconset> |
| 1019 | + </property> |
| 1020 | + <property name="text"> |
| 1021 | + <string>&Ungroup</string> |
| 1022 | + </property> |
| 1023 | + <property name="toolTip"> |
| 1024 | + <string>Ungroup items</string> |
| 1025 | + </property> |
| 1026 | + <property name="shortcut"> |
| 1027 | + <string>Ctrl+Shift+G</string> |
| 1028 | + </property> |
| 1029 | + </action> |
995 | 1030 | </widget>
|
996 | 1031 | <resources>
|
997 | 1032 | <include location="../../../images/images.qrc"/>
|
|
0 commit comments