diff -r 3fc8dfeb6ebe -r b99e7fd55fd3 src/eric7/Snapshot/SnapWidget.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Snapshot/SnapWidget.ui Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,273 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>SnapWidget</class> + <widget class="QWidget" name="SnapWidget"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>550</width> + <height>450</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>250</width> + <height>300</height> + </size> + </property> + <property name="windowTitle"> + <string>eric Snapshot</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="SnapshotPreview" name="preview"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>230</width> + <height>130</height> + </size> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <widget class="Line" name="line"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Snapshot Mode:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QComboBox" name="modeCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Select the snapshot mode</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Delay:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QSpinBox" name="delaySpin"> + <property name="toolTip"> + <string>Enter the delay before taking the snapshot</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="specialValueText"> + <string> No delay</string> + </property> + <property name="suffix"> + <string> s</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </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> + <widget class="Line" name="line_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Path Name:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="pathNameEdit"> + <property name="toolTip"> + <string>Shows the name of the directory used for saving</string> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="Line" name="line_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="saveButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Press to save the snapshot</string> + </property> + <property name="text"> + <string>&Save Snapshot ...</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="copyButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Press to copy the snapshot to the clipboard</string> + </property> + <property name="text"> + <string>&Copy</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="copyPreviewButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Press to copy the snapshot preview to the clipboard</string> + </property> + <property name="text"> + <string>Copy &Preview</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_5"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>28</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="takeButton"> + <property name="toolTip"> + <string>Press to take a snapshot</string> + </property> + <property name="text"> + <string>&Take Snapshot ...</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>SnapshotPreview</class> + <extends>QLabel</extends> + <header>Snapshot/SnapshotPreview.h</header> + </customwidget> + </customwidgets> + <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> + </tabstops> + <resources/> + <connections/> +</ui>