2017-08-08 11:45:31 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Form</class>
|
|
|
|
<widget class="QWidget" name="Form">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>card_templates_form</string>
|
2017-08-08 11:45:31 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2020-05-14 09:26:40 +02: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">
|
2017-08-08 11:45:31 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
2017-08-11 13:44:05 +02:00
|
|
|
<number>12</number>
|
2017-08-08 11:45:31 +02:00
|
|
|
</property>
|
2017-08-11 13:44:05 +02:00
|
|
|
<item>
|
2020-05-14 09:26:40 +02:00
|
|
|
<widget class="QLabel" name="card_type_label">
|
2017-08-11 13:44:05 +02:00
|
|
|
<property name="text">
|
2020-05-14 09:26:40 +02:00
|
|
|
<string notr="true">CARD TYPE:</string>
|
2017-08-11 13:44:05 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-08 11:45:31 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="templatesBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2021-10-14 11:36:04 +02:00
|
|
|
<horstretch>30</horstretch>
|
2017-08-08 11:45:31 +02:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2022-04-09 05:55:03 +02:00
|
|
|
<property name="minimumContentsLength">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
2021-10-14 11:36:04 +02:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
2017-08-08 11:45:31 +02:00
|
|
|
</widget>
|
|
|
|
</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>1</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="templateOptions">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|