]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/AddBookmarkDialog.ui
Add bookmark folders.
[PrivacyBrowserPC.git] / src / uis / AddBookmarkDialog.ui
index 01f143ce84f4d861ae7834487036aaf17b3a03a4..0fdaf33e20062c489f48096a1585dc59993837d3 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">
                                 </layout>
                             </item>
 
-                            <!-- Second row. -->
+                            <!-- Third row. -->
                             <item>
                                 <layout class="QHBoxLayout">
                                     <property name="alignment">
                                         <enum>Qt::AlignLeft</enum>
                                     </property>
+
                                     <!-- Bookmark URL. -->
                                     <item>
                                         <widget class="QLabel">
                                     </item>
 
                                     <item>
-                                        <widget class="QLineEdit" name="bookmarkUrlLineEdit">
-                                            <property name="sizePolicy">
-                                                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
-                                                    <horstretch>0</horstretch>
-                                                    <verstretch>0</verstretch>
-                                                </sizepolicy>
-                                            </property>
-
-                                            <property name="minimumSize">
-                                                <size>
-                                                    <width>700</width>
-                                                    <height>0</height>
-                                                </size>
-                                            </property>
-                                        </widget>
+                                        <widget class="QLineEdit" name="bookmarkUrlLineEdit" />
                                     </item>
                                 </layout>
                             </item>
                 </layout>
             </item>
 
-            <!-- Spacer. -->
-            <item>
-                <spacer>
-                    <property name="orientation">
-                        <enum>Qt::Vertical</enum>
-                    </property>
-                </spacer>
-            </item>
-
             <!-- Buttons. -->
             <item>
                 <layout class="QHBoxLayout">