]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/EditBookmarkDialog.ui
Additional fix for notifications on Xfce. https://redmine.stoutner.com/issues/1017
[PrivacyBrowserPC.git] / src / uis / EditBookmarkDialog.ui
index 9dab0e8fd00732a9af68dee829f47145b26f4e94..1ecfd7af6b25ccb0544168d30ffb2f641d9d5c46 100644 (file)
                                         <string>Custom favorite icon</string>
                                     </property>
 
-                                    <property name="icon">
-                                        <iconset theme="globe"/>
-                                    </property>
-
                                     <property name="iconSize">
                                         <size>
                                             <height>32</height>
                                     </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">