2016-12-20 12:18:23 +11:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>screenshotWindow</class>
|
|
|
|
<widget class="QDialog" name="screenshotWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-01-16 20:55:36 +11:00
|
|
|
<width>764</width>
|
|
|
|
<height>409</height>
|
2016-12-20 12:18:23 +11:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-10-02 21:02:03 +11:00
|
|
|
<string notr="true">Dialog</string>
|
2016-12-20 12:18:23 +11:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
2017-03-10 21:55:22 +11:00
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>CrossCursor</cursorShape>
|
|
|
|
</property>
|
2016-12-20 12:18:23 +11:00
|
|
|
<property name="text">
|
2017-01-25 11:44:50 +11:00
|
|
|
<string notr="true">TextLabel</string>
|
2016-12-20 12:18:23 +11:00
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-10 21:55:22 +11:00
|
|
|
<item>
|
2018-01-16 20:55:36 +11:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="descriptionLabel">
|
2017-03-10 21:55:22 +11:00
|
|
|
<property name="text">
|
2018-01-16 20:55:36 +11:00
|
|
|
<string>Select a region using the mouse.</string>
|
2017-03-10 21:55:22 +11:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-20 12:18:23 +11:00
|
|
|
<item>
|
2016-12-21 11:18:07 +11:00
|
|
|
<widget class="QFrame" name="buttonFrame">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2017-03-10 21:55:22 +11:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2016-12-21 11:18:07 +11:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-01-16 20:55:36 +11:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="regionSelectButton">
|
2018-02-06 00:17:11 +11:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-01-16 20:55:36 +11:00
|
|
|
<property name="text">
|
|
|
|
<string>Crop</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2018-05-10 20:10:35 +10:00
|
|
|
<iconset theme="transform-crop">
|
2018-02-06 00:17:11 +11:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-01-16 20:55:36 +11:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoExclusive">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="blankerButton">
|
2018-02-06 00:17:11 +11:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-01-16 20:55:36 +11:00
|
|
|
<property name="text">
|
|
|
|
<string>Redact</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2018-02-06 00:17:11 +11:00
|
|
|
<iconset theme="visibility">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-01-16 20:55:36 +11:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoExclusive">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-21 11:18:07 +11:00
|
|
|
<item>
|
2018-02-06 00:17:11 +11:00
|
|
|
<widget class="QPushButton" name="highlightButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2016-12-21 11:18:07 +11:00
|
|
|
</property>
|
2018-02-06 00:17:11 +11:00
|
|
|
<property name="text">
|
|
|
|
<string>Highlight</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2018-05-10 20:10:35 +10:00
|
|
|
<iconset theme="draw-brush">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-02-06 00:17:11 +11:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoExclusive">
|
|
|
|
<bool>true</bool>
|
2016-12-21 11:18:07 +11:00
|
|
|
</property>
|
2018-02-06 00:17:11 +11:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>2</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-12-21 11:18:07 +11:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="discardButton">
|
2018-02-06 00:17:11 +11:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-12-21 11:18:07 +11:00
|
|
|
<property name="text">
|
|
|
|
<string>Discard</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-01-25 11:44:50 +11:00
|
|
|
<iconset theme="dialog-cancel">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-12-21 11:18:07 +11:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="copyButton">
|
2018-02-06 00:17:11 +11:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-12-21 11:18:07 +11:00
|
|
|
<property name="text">
|
|
|
|
<string>Copy</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-01-25 11:44:50 +11:00
|
|
|
<iconset theme="edit-copy">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-12-21 11:18:07 +11:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="saveButton">
|
2018-02-06 00:17:11 +11:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-12-21 11:18:07 +11:00
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-01-25 11:44:50 +11:00
|
|
|
<iconset theme="document-save">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-12-21 11:18:07 +11:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-02-06 00:17:11 +11:00
|
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>2</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2016-12-21 11:18:07 +11:00
|
|
|
</property>
|
2018-02-06 00:17:11 +11:00
|
|
|
</widget>
|
2016-12-21 11:18:07 +11:00
|
|
|
</item>
|
2018-01-16 20:55:36 +11:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="resetButton">
|
2018-02-06 00:17:11 +11:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>3</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-01-16 20:55:36 +11:00
|
|
|
<property name="text">
|
|
|
|
<string>Reset Modificiations</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2018-02-06 00:17:11 +11:00
|
|
|
<iconset theme="view-refresh">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-01-16 20:55:36 +11:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-21 11:18:07 +11:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-12-20 12:18:23 +11:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|