diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-02-11 15:50:38 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-02-11 15:50:38 -0500 |
| commit | b8bb2a38695202512f9c6f7f11a0148aa077ab5a (patch) | |
| tree | dd71faa19ae41da9bb2d328b434ecb711f3d29d8 /mainbrowser.ui | |
| parent | f36b6114e64d278c5876727ff435547789b35c7f (diff) | |
| download | AleeBrowser-master.tar.gz AleeBrowser-master.tar.bz2 AleeBrowser-master.zip | |
Diffstat (limited to 'mainbrowser.ui')
| -rw-r--r-- | mainbrowser.ui | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mainbrowser.ui b/mainbrowser.ui index 786d0b3..6ab1503 100644 --- a/mainbrowser.ui +++ b/mainbrowser.ui @@ -18,21 +18,28 @@ <item row="0" column="1"> <widget class="QPushButton" name="forwardButton"> <property name="text"> - <string>-></string> + <string>→</string> + </property> + </widget> + </item> + <item row="0" column="2"> + <widget class="QPushButton" name="refreshButton"> + <property name="text"> + <string>Refresh</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QPushButton" name="backButton"> <property name="text"> - <string><-</string> + <string>←</string> </property> </widget> </item> <item row="0" column="3"> - <widget class="QLineEdit" name="lineEdit"> + <widget class="QLineEdit" name="urlBar"> <property name="text"> - <string>about:blank</string> + <string/> </property> </widget> </item> @@ -45,13 +52,6 @@ </property> </widget> </item> - <item row="0" column="2"> - <widget class="QPushButton" name="refreshButton"> - <property name="text"> - <string>Refresh</string> - </property> - </widget> - </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> |
