You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
copyq/CopyQ-3.0.2/plugins/itemimage/itemimagesettings.ui

166 lines
4.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ItemImageSettings</class>
<widget class="QWidget" name="ItemImageSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>327</width>
<height>208</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Maximum Image &amp;Width:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>spinBoxImageWidth</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QSpinBox" name="spinBoxImageWidth">
<property name="toolTip">
<string>Maximum width of image displayed in history (set to zero for original size)</string>
</property>
<property name="maximum">
<number>4096</number>
</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>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Maximum Image &amp;Height:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>spinBoxImageHeight</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="spinBoxImageHeight">
<property name="toolTip">
<string>Maximum height of image displayed in history (set to zero for original size)</string>
</property>
<property name="maximum">
<number>4096</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<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>
</layout>
</item>
<item>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>&amp;Image editor command:</string>
</property>
<property name="buddy">
<cstring>lineEditImageEditor</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEditImageEditor">
<property name="toolTip">
<string>Editor command for supported image formats other than SVG.</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>&amp;SVG editor command:</string>
</property>
<property name="buddy">
<cstring>lineEditSvgEditor</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEditSvgEditor">
<property name="toolTip">
<string>Editor command for SVG image format.</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<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>
</layout>
</widget>
<tabstops>
<tabstop>spinBoxImageWidth</tabstop>
<tabstop>spinBoxImageHeight</tabstop>
<tabstop>lineEditImageEditor</tabstop>
<tabstop>lineEditSvgEditor</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>