tageditor/gui/editortempoptionpage.ui

62 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::EditorTempOptionPage</class>
<widget class="QWidget" name="QtGui::EditorTempOptionPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>206</width>
<height>110</height>
</rect>
</property>
<property name="windowTitle">
<string>Temp files</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="instructionLabel">
<property name="text">
<string>Directory to store temporary/backup files</string>
</property>
</widget>
</item>
<item>
<widget class="QtUtilities::PathSelection" name="directoryWidget" native="true"/>
</item>
<item>
<widget class="NotificationLabel" name="notificationLabel" native="true"/>
</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>NotificationLabel</class>
<extends>QWidget</extends>
<header>gui/notificationlabel.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QtUtilities::PathSelection</class>
<extends>QWidget</extends>
<header location="global">qtutilities/widgets/pathselection.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>