Marcion Code
The study environment of ancient languages (Coptic, Greek, Latin)
Brought to you by:
vagrantos
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MBuildConfig</class>
<widget class="QWizard" name="MBuildConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>360</height>
</rect>
</property>
<property name="windowTitle">
<string>Marcion | config</string>
</property>
<property name="windowIcon">
<iconset resource="resfile.qrc">
<normaloff>:/new/icons/icons/main.png</normaloff>:/new/icons/icons/main.png</iconset>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<property name="wizardStyle">
<enum>QWizard::ClassicStyle</enum>
</property>
<property name="titleFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="subTitleFormat">
<enum>Qt::PlainText</enum>
</property>
<widget class="QWizardPage" name="wizardPage1">
<property name="title">
<string>language & application font</string>
</property>
<property name="subTitle">
<string>set your language and standard font for whole application</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string notr="true">&language / jazyk</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
<property name="buddy">
<cstring>cmbLang</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbLang">
<item>
<property name="text">
<string notr="true">english [en]</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">czech [cs]</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>336</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="cbAppFont">
<property name="text">
<string>&application font</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QFontComboBox" name="fntAppFont"/>
</item>
<item>
<widget class="QSpinBox" name="spnAppFSize">
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWizardPage" name="wizardPage_3">
<property name="title">
<string>TLG/PHI database</string>
</property>
<property name="subTitle">
<string>set directories of your TLG/PHI dvd-rom (if you have it)</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QCheckBox" name="cbTLG_w">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&use TLG/PHI database (under development)</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="wdgTLG_w" native="true">
<property name="enabled">
<bool>false</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
<layout class="QFormLayout" name="formLayout_6">
<item row="0" column="0">
<widget class="QLabel" name="label_33">
<property name="text">
<string>&TLG-E</string>
</property>
<property name="buddy">
<cstring>txtDir1_w</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="txtDir1_w"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_34">
<property name="text">
<string>&PHI-5</string>
</property>
<property name="buddy">
<cstring>txtDir2_w</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="txtDir2_w"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_35">
<property name="text">
<string>PH&I-7</string>
</property>
<property name="buddy">
<cstring>txtDir3_w</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="txtDir3_w"/>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
<widget class="QPushButton" name="btDir1_w">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&choose</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btDir2_w">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>c&hoose</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btDir3_w">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>ch&oose</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWizardPage" name="wizardPage">
<property name="title">
<string>miscellaneous</string>
</property>
<property name="subTitle">
<string>miscellaneous settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QGroupBox" name="grpSplash">
<property name="title">
<string>splash screen</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QRadioButton" name="rbSplashSimple">
<property name="text">
<string>&simple (static, fast)</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbSpalshAnim">
<property name="text">
<string>&verbose (animated, may be slow)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QCheckBox" name="cbTrayIcon">
<property name="text">
<string>&icon in tray</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbScanClipboard">
<property name="text">
<string>s&can clipboard</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbTip">
<property name="text">
<string>advice at startup</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>282</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWizardPage" name="wizardPage_2">
<property name="title">
<string>basic configuration completed</string>
</property>
<property name="subTitle">
<string>configuration file 'config.txt' will be created now</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:15pt; font-weight:400; font-style:normal;">
<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
<tr>
<td style="border: none;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#5500ff;">GOOD LUCK</span></p></td></tr></table></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="resfile.qrc"/>
</resources>
<connections/>
</ui>