diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-02-10 21:24:06 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-02-10 21:24:06 -0500 |
| commit | 1a92e988d63753d2904ac775c4b30589e76c7e5c (patch) | |
| tree | 0a446ad31a46eefa580d1741190bf653fe9a3f56 /mainbrowser.ui | |
| parent | f9ab17d41c3c403eba221f7bc176d01efebe8d03 (diff) | |
| download | AleeBrowser-1a92e988d63753d2904ac775c4b30589e76c7e5c.tar.gz AleeBrowser-1a92e988d63753d2904ac775c4b30589e76c7e5c.tar.bz2 AleeBrowser-1a92e988d63753d2904ac775c4b30589e76c7e5c.zip | |
Added about dialog, address bar works
Diffstat (limited to 'mainbrowser.ui')
| -rw-r--r-- | mainbrowser.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mainbrowser.ui b/mainbrowser.ui index 92e32f1..9399ab0 100644 --- a/mainbrowser.ui +++ b/mainbrowser.ui @@ -31,13 +31,6 @@ </property> </widget> </item> - <item row="0" column="0" colspan="2"> - <widget class="QLineEdit" name="lineEdit"> - <property name="text"> - <string>https://www.google.com</string> - </property> - </widget> - </item> <item row="1" column="1"> <spacer name="horizontalSpacer"> <property name="orientation"> @@ -51,6 +44,13 @@ </property> </spacer> </item> + <item row="0" column="0" colspan="2"> + <widget class="QLineEdit" name="lineEdit"> + <property name="text"> + <string>about:blank</string> + </property> + </widget> + </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> |
