tageditor/gui/editortempoptionpage.ui

59 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-04-22 19:33:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::EditorTempOptionPage</class>
<widget class="QWidget" name="QtGui::EditorTempOptionPage">
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Directory to store temporary/backup files</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="PathLineEdit" name="pathLineEdit">
<property name="placeholderText">
<string>none selected</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="selectPushButton">
<property name="text">
<string>Select</string>
</property>
</widget>
</item>
</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>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>PathLineEdit</class>
<extends>QLineEdit</extends>
<header>gui/pathlineedit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>