]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/mainview.ui
Enable setting as the default browser.
[PrivacyBrowserPC.git] / src / mainview.ui
index 4865f6eacb46f2d6f8b0295f11c192e383ef7453..c7afeb850379167bb43aa3ce430aabc78fd77927 100644 (file)
@@ -55,6 +55,7 @@
                 <number>0</number>
             </property>
 
+            <!-- URL bar. -->
             <item>
                 <layout class="QHBoxLayout">
                     <!-- Set the spacing between items to 0. -->
@@ -62,6 +63,7 @@
                         <number>0</number>
                     </property>
 
+                    <!-- Back button. -->
                     <item>
                         <widget class="QPushButton" name="backButton">
                             <property name="icon">
@@ -70,8 +72,8 @@
 
                             <property name="iconSize">
                                 <size>
-                                    <width>24</width>
                                     <height>24</height>
+                                    <width>24</width>
                                 </size>
                             </property>
 
@@ -81,6 +83,7 @@
                         </widget>
                     </item>
 
+                    <!-- 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>
+
+                    <!-- 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>
 
+                    <!-- URL line edit. -->
                     <item>
                         <widget class="KLineEdit" name="urlLineEdit" />
                     </item>
+
+                    <!-- JavaScript. -->
+                    <item>
+                        <widget class="QPushButton" name="javaScript">
+                            <property name="iconSize">
+                                <size>
+                                    <height>24</height>
+                                    <width>24</width>
+                                </size>
+                            </property>
+
+                            <property name="flat">
+                                <bool>true</bool>
+                            </property>
+                        </widget>
+                    </item>
                 </layout>
             </item>
 
+            <!-- WebEngine view. -->
             <item>
                 <widget class="QWebEngineView" name="webEngineView" />
             </item>