]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/mainview.ui
Create a home icon.
[PrivacyBrowserPC.git] / src / mainview.ui
index 4865f6eacb46f2d6f8b0295f11c192e383ef7453..03b60b9cabc81883e8d8cf8e30cef200880b3740 100644 (file)
@@ -62,6 +62,7 @@
                         <number>0</number>
                     </property>
 
+                    <!-- The back button. -->
                     <item>
                         <widget class="QPushButton" name="backButton">
                             <property name="icon">
@@ -70,8 +71,8 @@
 
                             <property name="iconSize">
                                 <size>
-                                    <width>24</width>
                                     <height>24</height>
+                                    <width>24</width>
                                 </size>
                             </property>
 
@@ -81,6 +82,7 @@
                         </widget>
                     </item>
 
+                    <!-- The forward button. -->
                     <item>
                         <widget class="QPushButton" name="forwardButton">
                             <property name="icon">
 
                             <property name="iconSize">
                                 <size>
+                                    <height>24</height>
                                     <width>24</width>
+                                </size>
+                            </property>
+
+                            <property name="flat">
+                                <bool>true</bool>
+                            </property>
+                        </widget>
+                    </item>
+
+                    <!-- The home button. -->
+                    <item>
+                        <widget class="QPushButton" name="homeButton">
+                            <property name="icon">
+                                <iconset theme="home" />
+                            </property>
+
+                            <property name="iconSize">
+                                <size>
                                     <height>24</height>
+                                    <width>24</width>
                                 </size>
                             </property>
 
                         </widget>
                     </item>
 
+                    <!-- The URL line edit.-->
                     <item>
                         <widget class="KLineEdit" name="urlLineEdit" />
                     </item>
                 </layout>
             </item>
 
+            <!-- The WebEngine view. -->
             <item>
                 <widget class="QWebEngineView" name="webEngineView" />
             </item>