--- a/Snapshot/SnapWidget.ui Tue Apr 02 19:49:00 2019 +0200 +++ b/Snapshot/SnapWidget.ui Tue Apr 02 19:52:36 2019 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>500</width> - <height>400</height> + <width>550</width> + <height>450</height> </rect> </property> <property name="minimumSize"> @@ -47,7 +47,7 @@ </widget> </item> <item> - <layout class="QFormLayout" name="formLayout"> + <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> @@ -108,6 +108,30 @@ </item> </layout> </item> + <item row="2" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <item> + <widget class="QCheckBox" name="decorationsCheckBox"> + <property name="toolTip"> + <string>Select to include the window decorations in the screenshot</string> + </property> + <property name="text"> + <string>include Decorations</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="mouseCursorCheckBox"> + <property name="toolTip"> + <string>Select to include the mouse cursor in the screenshot</string> + </property> + <property name="text"> + <string>include Mouse Cursor</string> + </property> + </widget> + </item> + </layout> + </item> </layout> </item> <item> @@ -236,11 +260,13 @@ <tabstops> <tabstop>modeCombo</tabstop> <tabstop>delaySpin</tabstop> + <tabstop>decorationsCheckBox</tabstop> + <tabstop>mouseCursorCheckBox</tabstop> <tabstop>takeButton</tabstop> <tabstop>pathNameEdit</tabstop> <tabstop>saveButton</tabstop> + <tabstop>copyPreviewButton</tabstop> <tabstop>copyButton</tabstop> - <tabstop>copyPreviewButton</tabstop> </tabstops> <resources/> <connections/>