aboutsummaryrefslogtreecommitdiff
path: root/lib/addressbar/addressbar.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-08-07 13:01:36 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-08-07 13:10:10 +0200
commit8091212801c82bbbcf2ef6e22f948c71b39f0f54 (patch)
tree471953ed5992b796300506aed20bc3dd4634561c /lib/addressbar/addressbar.ui
parentAdd move tab left/right shortcut (diff)
downloadsmolbote-8091212801c82bbbcf2ef6e22f948c71b39f0f54.tar.xz
AddressBar: prevent URL formatting caused by context menu
Diffstat (limited to 'lib/addressbar/addressbar.ui')
-rw-r--r--lib/addressbar/addressbar.ui59
1 files changed, 59 insertions, 0 deletions
diff --git a/lib/addressbar/addressbar.ui b/lib/addressbar/addressbar.ui
new file mode 100644
index 0000000..a5b4a4d
--- /dev/null
+++ b/lib/addressbar/addressbar.ui
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>AddressBar</class>
+ <widget class="QWidget" name="AddressBar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>400</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <property name="spacing">
+ <number>0</number>
+ </property>
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="UrlLineEdit" name="urlBar"/>
+ </item>
+ <item>
+ <widget class="QProgressBar" name="loadingBar">
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>5</height>
+ </size>
+ </property>
+ <property name="textVisible">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>UrlLineEdit</class>
+ <extends>QLineEdit</extends>
+ <header>urllineedit.h</header>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>