diff options
Diffstat (limited to 'lumina-screenshot/MainUI.ui')
-rw-r--r-- | lumina-screenshot/MainUI.ui | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/lumina-screenshot/MainUI.ui b/lumina-screenshot/MainUI.ui index 1ad2f0ff..233b4574 100644 --- a/lumina-screenshot/MainUI.ui +++ b/lumina-screenshot/MainUI.ui @@ -156,8 +156,10 @@ </attribute> <addaction name="actionQuit"/> <addaction name="actionSave"/> + <addaction name="actionquicksave"/> + <addaction name="actionEdit"/> <addaction name="actionNew"/> - </widget> + </widget> <action name="actionSave"> <property name="text"> <string>Save</string> @@ -172,6 +174,25 @@ <string>Ctrl+S</string> </property> </action> + <action name="actionquicksave"> + <property name="text"> + <string>Quick Save</string> + </property> + <property name="toolTip"> + <string>Quick Save Screenshot</string> + </property> + <property name="statusTip"> + <string>Quick Save Screenshot</string> + </property> + <property name="shortcut"> + <string>Ctrl+S</string> + </property> + </action> + <action name="actionEdit"> + <property name="text"> + <string>Crop</string> + </property> + </action> <action name="actionQuit"> <property name="text"> <string>Quit</string> @@ -187,7 +208,7 @@ <property name="statusTip"> <string>Take new snapshot</string> </property> - </action> +</action> </widget> <resources/> <connections/> |