2012-04-19 10:20:20 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DatabaseSettingsWidget</class>
|
|
|
|
<widget class="QWidget" name="DatabaseSettingsWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>500</width>
|
|
|
|
<height>399</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>1</width>
|
|
|
|
<height>3</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="1" column="0">
|
2012-04-19 12:10:53 -04:00
|
|
|
<widget class="QLabel" name="dbNameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Database name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="dbNameEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="dbDescriptionLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Database description:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-10 07:15:43 -04:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="dbDescriptionEdit"/>
|
|
|
|
</item>
|
2012-04-19 12:10:53 -04:00
|
|
|
<item row="3" column="0">
|
2012-04-19 10:20:20 -04:00
|
|
|
<widget class="QLabel" name="transformRoundsLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Transform rounds:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-10 07:15:43 -04:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="defaultUsernameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Default username:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-23 14:10:07 -04:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLineEdit" name="defaultUsernameEdit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-10 07:15:43 -04:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
2012-04-23 14:10:07 -04:00
|
|
|
<property name="text">
|
2012-05-10 07:15:43 -04:00
|
|
|
<string>Use recycle bin:</string>
|
2012-04-23 14:10:07 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-10 07:15:43 -04:00
|
|
|
<item row="7" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="historyMaxSizeSpinBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-05-19 09:04:05 -04:00
|
|
|
<property name="suffix">
|
|
|
|
<string> MiB</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2012-05-10 07:15:43 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>2000000000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="historyMaxItemsSpinBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>2000000000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-05-12 09:39:55 -04:00
|
|
|
<item row="3" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="transformRoundsSpinBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000000000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="transformBenchmarkButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Benchmark</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-05-19 09:04:05 -04:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QCheckBox" name="historyMaxItemsCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Max. history items:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QCheckBox" name="historyMaxSizeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Max. history size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QCheckBox" name="recycleBinEnabledCheckBox"/>
|
|
|
|
</item>
|
2012-04-19 10:20:20 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-04-23 14:10:07 -04:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>dbNameEdit</tabstop>
|
|
|
|
<tabstop>dbDescriptionEdit</tabstop>
|
|
|
|
<tabstop>defaultUsernameEdit</tabstop>
|
|
|
|
<tabstop>recycleBinEnabledCheckBox</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
2012-04-19 10:20:20 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|