mirror of
https://github.com/Xevion/sharex-quickzoom.git
synced 2025-12-06 09:16:22 -06:00
142 lines
3.5 KiB
XML
142 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>539</width>
|
|
<height>540</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>ShareX Quick Zoom</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="resourcefile.qrc">
|
|
<normaloff>:/logo/images/sharex.png</normaloff>:/logo/images/sharex.png</iconset>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QGraphicsView" name="graphicsView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>500</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor" stdset="0">
|
|
<cursorShape>CrossCursor</cursorShape>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Click somewhere to center the zoom or radial blur</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>440</y>
|
|
<width>141</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Overwrite Original File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>460</y>
|
|
<width>131</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Copy to clipboard</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="submitButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>420</y>
|
|
<width>241</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save and Exit</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="spinTypeComboxBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>430</y>
|
|
<width>111</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Centered Radial / Zoom Blur</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Radial Spin Blur</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
<widget class="QDoubleSpinBox" name="thresholdSpinbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>460</y>
|
|
<width>111</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>539</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuShareX_Quick_ZOom">
|
|
<property name="title">
|
|
<string>ShareX Quick Zoom</string>
|
|
</property>
|
|
<addaction name="actionAbout"/>
|
|
</widget>
|
|
<addaction name="menuShareX_Quick_ZOom"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>About</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="resourcefile.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|