]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/EditFolderDialog.ui
Add a default folder icon to the edit folder dialog. https://redmine.stoutner.com...
[PrivacyBrowserPC.git] / src / uis / EditFolderDialog.ui
index 545ed3cf3465bba6786bb9b0c30c42786dedb7e0..efebd2a436e73e3137cd1dadaf3e1f96341550f7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright 2023 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2023-2024 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
@@ -37,7 +37,7 @@
                             <item>
                                 <widget class="QRadioButton" name="currentFolderIconRadioButton">
                                     <property name="text">
-                                        <string>Default folder icon</string>
+                                        <string>Current folder icon</string>
                                     </property>
 
                                     <property name="checked">
                                 </widget>
                             </item>
 
-                            <!-- Second row, current website favorite icon. -->
+                            <!-- Second row, current folder icon. -->
+                            <item>
+                                <widget class="QRadioButton" name="defaultFolderIconRadioButton">
+                                    <property name="text">
+                                        <string>Default folder icon</string>
+                                    </property>
+
+                                    <property name="icon">
+                                        <iconset theme="folder"/>
+                                    </property>
+
+                                    <property name="iconSize">
+                                        <size>
+                                            <height>32</height>
+                                            <width>32</width>
+                                        </size>
+                                    </property>
+                                </widget>
+                            </item>
+
+                            <!-- Third row, current website favorite icon. -->
                             <item>
                                 <widget class="QRadioButton" name="currentWebsiteFavoriteIconRadioButton">
                                     <property name="text">
@@ -69,7 +89,7 @@
                                 </widget>
                             </item>
 
-                            <!-- Third row, custom folder icon. -->
+                            <!-- Fourth row, custom folder icon. -->
                             <item>
                                 <widget class="QRadioButton" name="customFolderIconRadioButton">
                                     <property name="text">