]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/MainView.ui
Add a refresh button.
[PrivacyBrowserPC.git] / src / MainView.ui
index c7afeb850379167bb43aa3ce430aabc78fd77927..632ae6f7c04fb31c05afc27bfa7c95582fd6d3fc 100644 (file)
@@ -32,6 +32,7 @@
             </rect>
         </property>
 
+        <!-- Main widget. -->
         <layout class="QVBoxLayout">
             <!-- Set the spacing between items to 0. -->
             <property name="spacing">
                         </widget>
                     </item>
 
+                    <!-- Refresh button. -->
+                    <item>
+                        <widget class="QPushButton" name="refreshButton">
+                            <property name="icon">
+                                <iconset theme="view-refresh" />
+                            </property>
+
+                            <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">