|
1 <ui version="4.0" > |
|
2 <class>BookmarkDialog</class> |
|
3 <widget class="QDialog" name="BookmarkDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>450</width> |
|
9 <height>135</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="sizePolicy" > |
|
13 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
|
14 <horstretch>0</horstretch> |
|
15 <verstretch>0</verstretch> |
|
16 </sizepolicy> |
|
17 </property> |
|
18 <property name="windowTitle" > |
|
19 <string>Add Bookmark</string> |
|
20 </property> |
|
21 <layout class="QVBoxLayout" name="verticalLayout_3" > |
|
22 <item> |
|
23 <layout class="QHBoxLayout" name="horizontalLayout" > |
|
24 <item> |
|
25 <layout class="QVBoxLayout" name="verticalLayout_2" > |
|
26 <item> |
|
27 <widget class="QLabel" name="label" > |
|
28 <property name="text" > |
|
29 <string>Bookmark:</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QLabel" name="label_2" > |
|
35 <property name="text" > |
|
36 <string>Add in Folder:</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 </layout> |
|
41 </item> |
|
42 <item> |
|
43 <layout class="QVBoxLayout" name="verticalLayout" > |
|
44 <item> |
|
45 <widget class="QLineEdit" name="bookmarkEdit" /> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QComboBox" name="bookmarkFolders" /> |
|
49 </item> |
|
50 </layout> |
|
51 </item> |
|
52 </layout> |
|
53 </item> |
|
54 <item> |
|
55 <layout class="QHBoxLayout" name="horizontalLayout_3" > |
|
56 <item> |
|
57 <widget class="QToolButton" name="toolButton" > |
|
58 <property name="minimumSize" > |
|
59 <size> |
|
60 <width>25</width> |
|
61 <height>20</height> |
|
62 </size> |
|
63 </property> |
|
64 <property name="text" > |
|
65 <string>+</string> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="Line" name="line" > |
|
71 <property name="orientation" > |
|
72 <enum>Qt::Horizontal</enum> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 </layout> |
|
77 </item> |
|
78 <item> |
|
79 <widget class="BookmarkWidget" name="bookmarkWidget" > |
|
80 <property name="enabled" > |
|
81 <bool>true</bool> |
|
82 </property> |
|
83 <property name="sizePolicy" > |
|
84 <sizepolicy vsizetype="Ignored" hsizetype="Expanding" > |
|
85 <horstretch>0</horstretch> |
|
86 <verstretch>0</verstretch> |
|
87 </sizepolicy> |
|
88 </property> |
|
89 <column> |
|
90 <property name="text" > |
|
91 <string>1</string> |
|
92 </property> |
|
93 </column> |
|
94 </widget> |
|
95 </item> |
|
96 <item> |
|
97 <layout class="QHBoxLayout" name="horizontalLayout_4" > |
|
98 <item> |
|
99 <widget class="QPushButton" name="newFolderButton" > |
|
100 <property name="text" > |
|
101 <string>New Folder</string> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item> |
|
106 <widget class="QDialogButtonBox" name="buttonBox" > |
|
107 <property name="orientation" > |
|
108 <enum>Qt::Horizontal</enum> |
|
109 </property> |
|
110 <property name="standardButtons" > |
|
111 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
112 </property> |
|
113 </widget> |
|
114 </item> |
|
115 </layout> |
|
116 </item> |
|
117 </layout> |
|
118 </widget> |
|
119 <customwidgets> |
|
120 <customwidget> |
|
121 <class>BookmarkWidget</class> |
|
122 <extends>QTreeWidget</extends> |
|
123 <header>bookmarkwidget.h</header> |
|
124 </customwidget> |
|
125 </customwidgets> |
|
126 <resources/> |
|
127 <connections> |
|
128 <connection> |
|
129 <sender>buttonBox</sender> |
|
130 <signal>accepted()</signal> |
|
131 <receiver>BookmarkDialog</receiver> |
|
132 <slot>accept()</slot> |
|
133 <hints> |
|
134 <hint type="sourcelabel" > |
|
135 <x>248</x> |
|
136 <y>254</y> |
|
137 </hint> |
|
138 <hint type="destinationlabel" > |
|
139 <x>157</x> |
|
140 <y>274</y> |
|
141 </hint> |
|
142 </hints> |
|
143 </connection> |
|
144 <connection> |
|
145 <sender>buttonBox</sender> |
|
146 <signal>rejected()</signal> |
|
147 <receiver>BookmarkDialog</receiver> |
|
148 <slot>reject()</slot> |
|
149 <hints> |
|
150 <hint type="sourcelabel" > |
|
151 <x>316</x> |
|
152 <y>260</y> |
|
153 </hint> |
|
154 <hint type="destinationlabel" > |
|
155 <x>286</x> |
|
156 <y>274</y> |
|
157 </hint> |
|
158 </hints> |
|
159 </connection> |
|
160 </connections> |
|
161 </ui> |