0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>GeneralPage</class>
|
|
3 |
<widget class="QWidget" name="GeneralPage" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>417</width>
|
|
9 |
<height>243</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>Form</string>
|
|
14 |
</property>
|
|
15 |
<layout class="QGridLayout" >
|
|
16 |
<item row="1" column="0" >
|
|
17 |
<widget class="QLabel" name="label" >
|
|
18 |
<property name="text" >
|
|
19 |
<string>Namespace:</string>
|
|
20 |
</property>
|
|
21 |
</widget>
|
|
22 |
</item>
|
|
23 |
<item row="1" column="1" >
|
|
24 |
<widget class="QLineEdit" name="namespaceLineEdit" />
|
|
25 |
</item>
|
|
26 |
<item row="2" column="0" >
|
|
27 |
<widget class="QLabel" name="label_2" >
|
|
28 |
<property name="text" >
|
|
29 |
<string>Virtual Folder:</string>
|
|
30 |
</property>
|
|
31 |
</widget>
|
|
32 |
</item>
|
|
33 |
<item row="2" column="1" >
|
|
34 |
<widget class="QLineEdit" name="folderLineEdit" />
|
|
35 |
</item>
|
|
36 |
<item row="0" column="1" >
|
|
37 |
<spacer>
|
|
38 |
<property name="orientation" >
|
|
39 |
<enum>Qt::Vertical</enum>
|
|
40 |
</property>
|
|
41 |
<property name="sizeType" >
|
|
42 |
<enum>QSizePolicy::Fixed</enum>
|
|
43 |
</property>
|
|
44 |
<property name="sizeHint" >
|
|
45 |
<size>
|
|
46 |
<width>20</width>
|
|
47 |
<height>20</height>
|
|
48 |
</size>
|
|
49 |
</property>
|
|
50 |
</spacer>
|
|
51 |
</item>
|
|
52 |
<item row="3" column="1" >
|
|
53 |
<spacer>
|
|
54 |
<property name="orientation" >
|
|
55 |
<enum>Qt::Vertical</enum>
|
|
56 |
</property>
|
|
57 |
<property name="sizeHint" >
|
|
58 |
<size>
|
|
59 |
<width>20</width>
|
|
60 |
<height>40</height>
|
|
61 |
</size>
|
|
62 |
</property>
|
|
63 |
</spacer>
|
|
64 |
</item>
|
|
65 |
</layout>
|
|
66 |
</widget>
|
|
67 |
<resources/>
|
|
68 |
<connections/>
|
|
69 |
</ui>
|