aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/ConfigMigration/configmigrationwizard.ui
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/ConfigMigration/configmigrationwizard.ui')
-rw-r--r--Plugins/ConfigMigration/configmigrationwizard.ui109
1 files changed, 109 insertions, 0 deletions
diff --git a/Plugins/ConfigMigration/configmigrationwizard.ui b/Plugins/ConfigMigration/configmigrationwizard.ui
new file mode 100644
index 0000000..ce35430
--- /dev/null
+++ b/Plugins/ConfigMigration/configmigrationwizard.ui
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ConfigMigrationWizard</class>
+ <widget class="QWizard" name="ConfigMigrationWizard">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>392</width>
+ <height>282</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Configuration migration</string>
+ </property>
+ <property name="styleSheet">
+ <string notr="true">QTreeView::item {margin-top: 5px;}</string>
+ </property>
+ <property name="options">
+ <set>QWizard::NoDefaultButton</set>
+ </property>
+ <widget class="QWizardPage" name="itemsPage">
+ <property name="title">
+ <string>Items to migrate</string>
+ </property>
+ <property name="subTitle">
+ <string>This is a list of items found in the old configuration file, which can be migrated into the current configuration.</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QTreeWidget" name="itemsTree">
+ <property name="indentation">
+ <number>0</number>
+ </property>
+ <property name="rootIsDecorated">
+ <bool>false</bool>
+ </property>
+ <property name="itemsExpandable">
+ <bool>false</bool>
+ </property>
+ <property name="expandsOnDoubleClick">
+ <bool>false</bool>
+ </property>
+ <attribute name="headerVisible">
+ <bool>false</bool>
+ </attribute>
+ <column>
+ <property name="text">
+ <string notr="true">1</string>
+ </property>
+ </column>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="VerifiableWizardPage" name="optionsPage">
+ <property name="title">
+ <string>Options</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QGroupBox" name="dbGroup">
+ <property name="title">
+ <string>Put imported databases into separate group</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QLineEdit" name="groupNameEdit">
+ <property name="placeholderText">
+ <string>Group name</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>205</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>VerifiableWizardPage</class>
+ <extends>QWizardPage</extends>
+ <header>common/verifiablewizardpage.h</header>
+ <container>1</container>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>