]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/EditBookmarkDialog.ui
Add bookmark folders.
[PrivacyBrowserPC.git] / src / uis / EditBookmarkDialog.ui
index 9dab0e8fd00732a9af68dee829f47145b26f4e94..68a84132710cd445f8705d1d7a4bffd8ceff7771 100644 (file)
                                     </property>
                                 </widget>
                             </item>
+
+                            <!-- Spacer. -->
+                            <item>
+                                <spacer>
+                                    <property name="orientation">
+                                        <enum>Qt::Vertical</enum>
+                                    </property>
+                                </spacer>
+                            </item>
                         </layout>
                     </item>
 
-                    <!-- Name and URL column. -->
+                    <!-- Parent folder, name and URL column. -->
                     <item>
                         <layout class="QVBoxLayout">
                             <!-- First row. -->
                                     <property name="alignment">
                                         <enum>Qt::AlignLeft</enum>
                                     </property>
+
+                                    <!-- Parent folder.  -->
+                                    <item>
+                                        <widget class="QTreeWidget" name="parentFolderTreeWidget">
+                                            <property name="minimumSize">
+                                                <size>
+                                                    <width>1000</width>
+                                                    <height>700</height>
+                                                </size>
+                                            </property>
+                                        </widget>
+                                    </item>
+                                </layout>
+                            </item>
+
+                            <!-- Second row. -->
+                            <item>
+                                <layout class="QHBoxLayout">
+                                    <property name="alignment">
+                                        <enum>Qt::AlignLeft</enum>
+                                    </property>
+
                                     <!-- Bookmark name.  -->
                                     <item>
                                         <widget class="QLabel">
                                     <property name="alignment">
                                         <enum>Qt::AlignLeft</enum>
                                     </property>
+
                                     <!-- Bookmark URL. -->
                                     <item>
                                         <widget class="QLabel">
                 </layout>
             </item>
 
-            <!-- Spacer. -->
-            <item>
-                <spacer>
-                    <property name="orientation">
-                        <enum>Qt::Vertical</enum>
-                    </property>
-                </spacer>
-            </item>
-
             <!-- Buttons. -->
             <item>
                 <layout class="QHBoxLayout">