tageditor/gui/editortempoptionpage.ui

62 lines
1.6 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">
2016-03-22 23:01:50 +01:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>206</width>
<height>110</height>
</rect>
</property>
2015-04-22 19:33:53 +02:00
<property name="windowTitle">
2016-04-04 14:51:14 +02:00
<string>Temp files</string>
2015-04-22 19:33:53 +02:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2016-03-22 23:01:50 +01:00
<widget class="QLabel" name="instructionLabel">
2015-04-22 19:33:53 +02:00
<property name="text">
<string>Directory to store temporary/backup files</string>
</property>
</widget>
</item>
<item>
2019-06-10 22:49:46 +02:00
<widget class="QtUtilities::PathSelection" name="directoryWidget" native="true"/>
2015-04-22 19:33:53 +02:00
</item>
2016-03-22 23:01:50 +01:00
<item>
<widget class="NotificationLabel" name="notificationLabel" native="true"/>
</item>
2015-04-22 19:33:53 +02:00
<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>
2016-03-22 23:01:50 +01:00
<customwidget>
<class>NotificationLabel</class>
<extends>QWidget</extends>
<header>gui/notificationlabel.h</header>
<container>1</container>
</customwidget>
2016-05-01 20:07:04 +02:00
<customwidget>
2019-06-10 22:49:46 +02:00
<class>QtUtilities::PathSelection</class>
2016-05-01 20:07:04 +02:00
<extends>QWidget</extends>
<header location="global">qtutilities/widgets/pathselection.h</header>
<container>1</container>
</customwidget>
2015-04-22 19:33:53 +02:00
</customwidgets>
<resources/>
<connections/>
</ui>