diff options
Diffstat (limited to 'ui/GenerateCardKeyDialog.ui')
-rw-r--r-- | ui/GenerateCardKeyDialog.ui | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/ui/GenerateCardKeyDialog.ui b/ui/GenerateCardKeyDialog.ui new file mode 100644 index 00000000..9e284ce4 --- /dev/null +++ b/ui/GenerateCardKeyDialog.ui @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>GenerateCardKeyDialog</class> + <widget class="QDialog" name="GenerateCardKeyDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>508</width> + <height>395</height> + </rect> + </property> + <property name="windowTitle"> + <string>Card Key Generation</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="1" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Name</string> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Expire Date</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Comment</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Email</string> + </property> + </widget> + </item> + <item row="1" column="2"> + <widget class="QLineEdit" name="nameEdit"/> + </item> + <item row="2" column="2"> + <widget class="QLineEdit" name="emailEdit"/> + </item> + <item row="5" column="0" colspan="3"> + <widget class="QCheckBox" name="nonExpireCheckBox"> + <property name="text"> + <string>Non Expire</string> + </property> + </widget> + </item> + <item row="3" column="2"> + <widget class="QLineEdit" name="commentEdit"/> + </item> + <item row="4" column="2"> + <widget class="QDateEdit" name="dateEdit"/> + </item> + </layout> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Orientation::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QLabel" name="errLabel"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Warning: This Operation will overwrite keys which exist on card!</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="generateButton"> + <property name="text"> + <string>Generate</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |