2068 lines
61 KiB
XML
2068 lines
61 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ObjectEditor</class>
|
|
<widget class="QWidget" name="ObjectEditor">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>853</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>400</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>400</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
<item row="0" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
<item>
|
|
<widget class="QLabel" name="titleImageLabel">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="../icons.qrc">:/icons/24x24/actions/glabels-object-properties.png</pixmap>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="titleLabel">
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans Serif</family>
|
|
<pointsize>10</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Object properties</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QTabWidget" name="notebook">
|
|
<property name="currentIndex">
|
|
<number>4</number>
|
|
</property>
|
|
<widget class="QWidget" name="textPage">
|
|
<attribute name="title">
|
|
<string>Text</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout_15">
|
|
<item row="1" column="0">
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="title">
|
|
<string>Layout</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="text">
|
|
<string>Alignment:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QPushButton" name="textHAlignLeftToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-align-text-left.png</normaloff>:/icons/24x24/actions/glabels-align-text-left.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="textHAlignCenterToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-align-text-center.png</normaloff>:/icons/24x24/actions/glabels-align-text-center.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="textHAlignRightToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-align-text-right.png</normaloff>:/icons/24x24/actions/glabels-align-text-right.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_8">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<widget class="QPushButton" name="textVAlignTopToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-valign-text-top.png</normaloff>:/icons/24x24/actions/glabels-valign-text-top.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="textVAlignMiddleToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-valign-text-middle.png</normaloff>:/icons/24x24/actions/glabels-valign-text-middle.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="textVAlignBottomToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-valign-text-bottom.png</normaloff>:/icons/24x24/actions/glabels-valign-text-bottom.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_9">
|
|
<property name="text">
|
|
<string>Line spacing:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_19">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="textLineSpacingSpin"/>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_16">
|
|
<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 row="0" column="1">
|
|
<spacer name="horizontalSpacer_5">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>Font</string>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<property name="fieldGrowthPolicy">
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>Family:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QFontComboBox" name="textFontFamilyCombo"/>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string>Size:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="text">
|
|
<string>Style:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="textFontBoldToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-format-text-bold.png</normaloff>:/icons/24x24/actions/glabels-format-text-bold.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="textFontItalicToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-format-text-italic.png</normaloff>:/icons/24x24/actions/glabels-format-text-italic.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="textFontUnderlineToggle">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons.qrc">
|
|
<normaloff>:/icons/24x24/actions/glabels-format-text-underline.png</normaloff>:/icons/24x24/actions/glabels-format-text-underline.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_20">
|
|
<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="3" column="0">
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="text">
|
|
<string>Color:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_18">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="textFontSizeSpin"/>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_15">
|
|
<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="3" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_23">
|
|
<item>
|
|
<widget class="glabels::ColorButton" name="textColorButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_19">
|
|
<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 row="0" column="1">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<spacer name="verticalSpacer_5">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>142</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="title">
|
|
<string>Editor</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
<item row="0" column="0">
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
<item row="0" column="0">
|
|
<widget class="QTextEdit" name="textEdit"/>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
<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="glabels::FieldButton" name="textInsertFieldButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_2">
|
|
<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>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="barcodePage">
|
|
<attribute name="title">
|
|
<string>Barcode</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout_14">
|
|
<item row="2" column="0">
|
|
<spacer name="verticalSpacer_4">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>352</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
<property name="title">
|
|
<string>Style</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_9">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_6">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_20">
|
|
<property name="text">
|
|
<string>Type:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="barcodeTypeCombo"/>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QCheckBox" name="barcodeShowTextCheck">
|
|
<property name="text">
|
|
<string>Show text</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QCheckBox" name="barcodeChecksumCheck">
|
|
<property name="text">
|
|
<string>Checksum</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label_23">
|
|
<property name="text">
|
|
<string>Color:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_22">
|
|
<item>
|
|
<widget class="glabels::ColorButton" name="barcodeColorButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_18">
|
|
<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 row="0" column="1">
|
|
<spacer name="horizontalSpacer_14">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
<property name="title">
|
|
<string>Data</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_10">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_12">
|
|
<item row="0" column="0">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QRadioButton" name="barcodeLiteralRadio">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>80</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Literal:</string>
|
|
</property>
|
|
</widget>
|
|
</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>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QPlainTextEdit" name="barcodeTextEdit">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>240</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="QRadioButton" name="barcodeKeyRadio">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>80</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Key:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_2">
|
|
<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>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_16">
|
|
<item>
|
|
<widget class="glabels::FieldButton" name="barcodeFieldButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_13">
|
|
<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>
|
|
<layout class="QGridLayout" name="gridLayout_11">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_21">
|
|
<property name="text">
|
|
<string>format:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLabel" name="barcodeFormatLabel">
|
|
<property name="text">
|
|
<string>0000000000</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_24">
|
|
<property name="text">
|
|
<string>digits:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_15">
|
|
<item>
|
|
<widget class="QSpinBox" name="barcodeDigitsSpin"/>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_12">
|
|
<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>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="imagePage">
|
|
<attribute name="title">
|
|
<string>Image</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout_13">
|
|
<item row="1" column="0">
|
|
<spacer name="verticalSpacer_3">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>646</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_12">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_8">
|
|
<item row="0" column="0">
|
|
<widget class="QRadioButton" name="imageFileRadio">
|
|
<property name="text">
|
|
<string>File:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QPushButton" name="pushButton_17">
|
|
<property name="text">
|
|
<string>Placeholder</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QRadioButton" name="imageKeyRadio">
|
|
<property name="text">
|
|
<string>Key:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="glabels::FieldButton" name="imageFieldButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="lineFillPage">
|
|
<attribute name="title">
|
|
<string>Line/Fill</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout_16">
|
|
<item row="0" column="0">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
<property name="title">
|
|
<string>Line</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
<property name="fieldGrowthPolicy">
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="text">
|
|
<string>Width:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_11">
|
|
<property name="text">
|
|
<string>Color:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_20">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="lineWidthSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_22">
|
|
<property name="text">
|
|
<string>points</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_21">
|
|
<item>
|
|
<widget class="glabels::ColorButton" name="lineColorButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_17">
|
|
<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 row="0" column="1">
|
|
<spacer name="horizontalSpacer_6">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="title">
|
|
<string>Fill</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_4">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="text">
|
|
<string>Color:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="glabels::ColorButton" name="fillColorButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<spacer name="horizontalSpacer_7">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<spacer name="verticalSpacer_6">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>570</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="posSizePage">
|
|
<attribute name="title">
|
|
<string>Position/Size</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout_21">
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="groupBox_10">
|
|
<property name="title">
|
|
<string>Position</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_18">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_9">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_25">
|
|
<property name="text">
|
|
<string>X:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="posXSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="posXUnitsLabel">
|
|
<property name="text">
|
|
<string>inches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_26">
|
|
<property name="text">
|
|
<string>Y:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="posYSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="posYUnitsLabel">
|
|
<property name="text">
|
|
<string>inches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<spacer name="horizontalSpacer_9">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QGroupBox" name="sizeRectFrame">
|
|
<property name="title">
|
|
<string>Size</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_19">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_10">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_29">
|
|
<property name="text">
|
|
<string>Width:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="sizeWSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="sizeWUnitsLabel">
|
|
<property name="text">
|
|
<string>inches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_30">
|
|
<property name="text">
|
|
<string>Height:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="sizeHSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="sizeHUnitsLabel">
|
|
<property name="text">
|
|
<string>inches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<item>
|
|
<widget class="QCheckBox" name="sizeAspectCheck">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>132</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Lock aspect ratio</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="sizeResetImageButton">
|
|
<property name="text">
|
|
<string>Reset image size</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<spacer name="horizontalSpacer_10">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QGroupBox" name="sizeLineFrame">
|
|
<property name="title">
|
|
<string>Size</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_20">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_11">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_33">
|
|
<property name="text">
|
|
<string>Length:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="sizeLineLengthSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="sizeLineLengthUnitsLabel">
|
|
<property name="text">
|
|
<string>inches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_35">
|
|
<property name="text">
|
|
<string>Angle:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="sizeLineAngleSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_36">
|
|
<property name="text">
|
|
<string>degrees</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<spacer name="horizontalSpacer_11">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<spacer name="verticalSpacer_9">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>368</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="shadowPage">
|
|
<attribute name="title">
|
|
<string>Shadow</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout_17">
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="shadowEnableCheck">
|
|
<property name="title">
|
|
<string>Shadow</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_8">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout_5">
|
|
<property name="fieldGrowthPolicy">
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_13">
|
|
<property name="text">
|
|
<string>X offset:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="shadowXSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="shadowXUnitsLabel">
|
|
<property name="text">
|
|
<string>inches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_14">
|
|
<property name="text">
|
|
<string>Y offset:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="shadowYSpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="shadowYUnitsLabel">
|
|
<property name="text">
|
|
<string>inches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_15">
|
|
<property name="text">
|
|
<string>Color:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label_16">
|
|
<property name="text">
|
|
<string>Opacity:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
<item>
|
|
<widget class="QSpinBox" name="shadowOpacitySpin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_19">
|
|
<property name="text">
|
|
<string>%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_24">
|
|
<item>
|
|
<widget class="glabels::ColorButton" name="shadowColorButton">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_21">
|
|
<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 row="0" column="1">
|
|
<spacer name="horizontalSpacer_8">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<spacer name="verticalSpacer_7">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>575</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>glabels::ColorButton</class>
|
|
<extends>QPushButton</extends>
|
|
<header>ColorButton.h</header>
|
|
<slots>
|
|
<signal>colorChanged()</signal>
|
|
</slots>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>glabels::FieldButton</class>
|
|
<extends>QPushButton</extends>
|
|
<header>FieldButton.h</header>
|
|
<slots>
|
|
<signal>keySelected()</signal>
|
|
</slots>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="../icons.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>textFontFamilyCombo</sender>
|
|
<signal>currentIndexChanged(int)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>254</x>
|
|
<y>113</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>397</x>
|
|
<y>119</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textFontSizeSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>128</x>
|
|
<y>154</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>398</x>
|
|
<y>159</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textFontBoldToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>125</x>
|
|
<y>183</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>396</x>
|
|
<y>185</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textFontItalicToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>172</x>
|
|
<y>200</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>396</x>
|
|
<y>212</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textFontUnderlineToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>223</x>
|
|
<y>202</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>395</x>
|
|
<y>247</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textColorButton</sender>
|
|
<signal>colorChanged()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>134</x>
|
|
<y>237</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>396</x>
|
|
<y>281</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textHAlignLeftToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>154</x>
|
|
<y>310</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>396</x>
|
|
<y>309</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textHAlignCenterToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>208</x>
|
|
<y>318</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>398</x>
|
|
<y>334</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textHAlignRightToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>249</x>
|
|
<y>318</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>395</x>
|
|
<y>367</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textVAlignTopToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>161</x>
|
|
<y>357</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>393</x>
|
|
<y>396</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textVAlignMiddleToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>209</x>
|
|
<y>352</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>396</x>
|
|
<y>423</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textVAlignBottomToggle</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>267</x>
|
|
<y>360</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>397</x>
|
|
<y>450</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textLineSpacingSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>149</x>
|
|
<y>390</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>394</x>
|
|
<y>485</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textEdit</sender>
|
|
<signal>textChanged()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>271</x>
|
|
<y>538</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>394</x>
|
|
<y>543</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>textInsertFieldButton</sender>
|
|
<signal>keySelected()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>215</x>
|
|
<y>652</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>396</x>
|
|
<y>638</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeTypeCombo</sender>
|
|
<signal>currentIndexChanged(int)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>162</x>
|
|
<y>113</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>394</x>
|
|
<y>114</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeShowTextCheck</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>172</x>
|
|
<y>151</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>397</x>
|
|
<y>145</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeChecksumCheck</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>160</x>
|
|
<y>175</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>5</x>
|
|
<y>174</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeColorButton</sender>
|
|
<signal>colorChanged()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>125</x>
|
|
<y>210</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>1</x>
|
|
<y>211</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeLiteralRadio</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>55</x>
|
|
<y>277</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>0</x>
|
|
<y>271</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeKeyRadio</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>57</x>
|
|
<y>387</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>2</x>
|
|
<y>391</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeTextEdit</sender>
|
|
<signal>textChanged()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>333</x>
|
|
<y>299</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>0</x>
|
|
<y>312</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>barcodeDigitsSpin</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>206</x>
|
|
<y>446</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>393</x>
|
|
<y>476</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>imageFileRadio</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>47</x>
|
|
<y>118</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>0</x>
|
|
<y>118</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>imageKeyRadio</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>42</x>
|
|
<y>151</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>0</x>
|
|
<y>152</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>imageFieldButton</sender>
|
|
<signal>keySelected()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>180</x>
|
|
<y>158</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>4</x>
|
|
<y>203</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>lineWidthSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onLineControlsChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>119</x>
|
|
<y>117</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>392</x>
|
|
<y>110</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>lineColorButton</sender>
|
|
<signal>colorChanged()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onLineControlsChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>105</x>
|
|
<y>150</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>1</x>
|
|
<y>247</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>fillColorButton</sender>
|
|
<signal>colorChanged()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onFillControlsChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>124</x>
|
|
<y>237</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>6</x>
|
|
<y>302</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>posXSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onPositionControlsChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>90</x>
|
|
<y>112</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>399</x>
|
|
<y>89</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>posYSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onPositionControlsChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>112</x>
|
|
<y>160</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>325</x>
|
|
<y>4</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>sizeWSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onRectSizeControlsChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>135</x>
|
|
<y>223</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>3</x>
|
|
<y>340</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>sizeHSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onRectSizeControlsChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>98</x>
|
|
<y>262</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>0</x>
|
|
<y>381</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>sizeResetImageButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onResetImageSize()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>211</x>
|
|
<y>324</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>4</x>
|
|
<y>423</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>sizeLineLengthSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>129</x>
|
|
<y>391</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>395</x>
|
|
<y>568</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>sizeLineAngleSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>113</x>
|
|
<y>437</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>404</x>
|
|
<y>628</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>shadowEnableCheck</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>58</x>
|
|
<y>84</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>183</x>
|
|
<y>-5</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>shadowXSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>125</x>
|
|
<y>127</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>398</x>
|
|
<y>56</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>shadowYSpin</sender>
|
|
<signal>valueChanged(double)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>147</x>
|
|
<y>151</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>294</x>
|
|
<y>-2</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>shadowColorButton</sender>
|
|
<signal>colorChanged()</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>106</x>
|
|
<y>194</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>405</x>
|
|
<y>410</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>shadowOpacitySpin</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>ObjectEditor</receiver>
|
|
<slot>onChanged()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>115</x>
|
|
<y>229</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>406</x>
|
|
<y>503</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
<slots>
|
|
<slot>onChanged()</slot>
|
|
<slot>onResetImageSize()</slot>
|
|
<slot>onLineControlsChanged()</slot>
|
|
<slot>onFillControlsChanged()</slot>
|
|
<slot>onPositionControlsChanged()</slot>
|
|
<slot>onRectSizeControlsChanged()</slot>
|
|
</slots>
|
|
</ui>
|