eric6/Helpviewer/Sync/SyncDirectorySettingsPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SyncDirectorySettingsPage</class>
4 <widget class="QWizardPage" name="SyncDirectorySettingsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string/>
15 </property>
16 <property name="title">
17 <string>Synchronize to a shared directory</string>
18 </property>
19 <property name="subTitle">
20 <string>Please enter the data for synchronization via a shared directory. All fields must be filled.</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <widget class="QGroupBox" name="groupBox">
25 <property name="title">
26 <string>Shared Directory Settings</string>
27 </property>
28 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item>
30 <widget class="QLabel" name="label">
31 <property name="text">
32 <string>Directory Name:</string>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="E5PathPicker" name="directoryPicker" native="true">
38 <property name="sizePolicy">
39 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
40 <horstretch>0</horstretch>
41 <verstretch>0</verstretch>
42 </sizepolicy>
43 </property>
44 <property name="focusPolicy">
45 <enum>Qt::StrongFocus</enum>
46 </property>
47 <property name="toolTip">
48 <string>Enter the full path of the shared directory</string>
49 </property>
50 </widget>
51 </item>
52 </layout>
53 </widget>
54 </item>
55 <item>
56 <spacer name="verticalSpacer">
57 <property name="orientation">
58 <enum>Qt::Vertical</enum>
59 </property>
60 <property name="sizeHint" stdset="0">
61 <size>
62 <width>20</width>
63 <height>317</height>
64 </size>
65 </property>
66 </spacer>
67 </item>
68 </layout>
69 </widget>
70 <customwidgets>
71 <customwidget>
72 <class>E5PathPicker</class>
73 <extends>QWidget</extends>
74 <header>E5Gui/E5PathPicker.h</header>
75 <container>1</container>
76 </customwidget>
77 </customwidgets>
78 <resources/>
79 <connections/>
80 </ui>

eric ide

mercurial