summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtVCardWidget/QtVCardAddressField.ui')
-rw-r--r--Swift/QtUI/QtVCardWidget/QtVCardAddressField.ui229
1 files changed, 229 insertions, 0 deletions
diff --git a/Swift/QtUI/QtVCardWidget/QtVCardAddressField.ui b/Swift/QtUI/QtVCardWidget/QtVCardAddressField.ui
new file mode 100644
index 0000000..f5dffc8
--- /dev/null
+++ b/Swift/QtUI/QtVCardWidget/QtVCardAddressField.ui
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Swift::QtVCardAddressField</class>
+ <widget class="QWidget" name="Swift::QtVCardAddressField">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>524</width>
+ <height>120</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <item>
+ <layout class="QGridLayout" name="gridLayout">
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <property name="spacing">
+ <number>2</number>
+ </property>
+ <item row="0" column="1">
+ <widget class="Swift::QtResizableLineEdit" name="lineEditSTREET">
+ <property name="toolTip">
+ <string>Street</string>
+ </property>
+ <property name="placeholderText">
+ <string>Street</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <widget class="Swift::QtResizableLineEdit" name="lineEditREGION">
+ <property name="toolTip">
+ <string>Region</string>
+ </property>
+ <property name="placeholderText">
+ <string>Region</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="Swift::QtResizableLineEdit" name="lineEditCTRY">
+ <property name="toolTip">
+ <string>Country</string>
+ </property>
+ <property name="placeholderText">
+ <string>Country</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="3">
+ <widget class="Swift::QtResizableLineEdit" name="lineEditPCODE">
+ <property name="toolTip">
+ <string>Postal Code</string>
+ </property>
+ <property name="placeholderText">
+ <string>Postal Code</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="Swift::QtResizableLineEdit" name="lineEditLOCALITY">
+ <property name="toolTip">
+ <string>City</string>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="placeholderText">
+ <string>City</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="Swift::QtResizableLineEdit" name="lineEditEXTADD">
+ <property name="toolTip">
+ <string>Address Extension</string>
+ </property>
+ <property name="placeholderText">
+ <string>Address Extension</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="3">
+ <widget class="Swift::QtResizableLineEdit" name="lineEditPOBOX">
+ <property name="toolTip">
+ <string>PO Box</string>
+ </property>
+ <property name="placeholderText">
+ <string>PO Box</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::MinimumExpanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>0</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="checkBoxPREF">
+ <property name="toolTip">
+ <string>Preferred</string>
+ </property>
+ <property name="text">
+ <string>Preferred</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="checkBoxHOME">
+ <property name="toolTip">
+ <string>Home</string>
+ </property>
+ <property name="text">
+ <string>Home</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2">
+ <widget class="QCheckBox" name="checkBoxWORK">
+ <property name="toolTip">
+ <string>Work</string>
+ </property>
+ <property name="text">
+ <string>Work</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QCheckBox" name="checkBoxPOSTAL">
+ <property name="toolTip">
+ <string>Postal</string>
+ </property>
+ <property name="text">
+ <string>Postal</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2">
+ <widget class="QCheckBox" name="checkBoxPARCEL">
+ <property name="toolTip">
+ <string>Parcel</string>
+ </property>
+ <property name="text">
+ <string>Parcel</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" colspan="3">
+ <widget class="QComboBox" name="comboBoxDOM_INTL">
+ <property name="toolTip">
+ <string>Delivery Type</string>
+ </property>
+ <property name="sizeAdjustPolicy">
+ <enum>QComboBox::AdjustToMinimumContentsLength</enum>
+ </property>
+ <item>
+ <property name="text">
+ <string>Domestic Delivery</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>International Delivery</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item row="3" column="0">
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Preferred</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>Swift::QtResizableLineEdit</class>
+ <extends>QLineEdit</extends>
+ <header>QtResizableLineEdit.h</header>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>