2012-12-21 08:51:59 +01: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>
|
2020-05-14 07:24:29 +02:00
|
|
|
<width>717</width>
|
|
|
|
<height>636</height>
|
2012-12-21 08:51:59 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2020-05-14 07:24:29 +02:00
|
|
|
<string notr="true">Form</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
2020-05-14 07:24:29 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
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">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
2020-05-14 09:26:40 +02:00
|
|
|
<widget class="QGroupBox" name="preview_box">
|
|
|
|
<property name="title">
|
|
|
|
<string notr="true">GroupBox</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2022-09-27 04:16:45 +02:00
|
|
|
<item alignment="Qt::AlignLeft">
|
2020-05-14 09:26:40 +02:00
|
|
|
<widget class="QRadioButton" name="preview_front">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">FRONT</string>
|
2020-05-14 07:24:29 +02:00
|
|
|
</property>
|
2020-05-14 09:26:40 +02:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-09-27 04:16:45 +02:00
|
|
|
<item alignment="Qt::AlignLeft">
|
2020-05-14 09:26:40 +02:00
|
|
|
<widget class="QRadioButton" name="preview_back">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">BACK</string>
|
|
|
|
</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>
|
2020-05-14 12:58:45 +02:00
|
|
|
<item>
|
2020-07-30 17:04:50 +02:00
|
|
|
<widget class="QPushButton" name="preview_settings">
|
2020-05-14 12:58:45 +02:00
|
|
|
<property name="text">
|
2020-07-30 14:39:02 +02:00
|
|
|
<string/>
|
2020-05-14 12:58:45 +02:00
|
|
|
</property>
|
2020-08-03 05:32:38 +02:00
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2020-05-14 12:58:45 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-14 09:26:40 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cloze_number_combo"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-12-21 08:51:59 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|