diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 14:22:53 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 14:22:53 +0200 |
| commit | bcda97a2e17f6e1366cfe5b03bd0b407d4484255 (patch) | |
| tree | 2f485e8ff94e26a4c8e1b2e0310c396dbb23c5a0 /browsertab.ui | |
| parent | 7e7ac47308d88aa3a67836937a6888b7b3d90d56 (diff) | |
| download | kristall-bcda97a2e17f6e1366cfe5b03bd0b407d4484255.tar.gz | |
Reworks document rendering: Now generates QTextDocument directly instead of using HTML inbetween.
Diffstat (limited to 'browsertab.ui')
| -rw-r--r-- | browsertab.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/browsertab.ui b/browsertab.ui index d455fae..489472a 100644 --- a/browsertab.ui +++ b/browsertab.ui @@ -72,6 +72,20 @@ </widget> </item> <item> + <widget class="QToolButton" name="stop_button"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/close.svg</normaloff>:/icons/close.svg</iconset> + </property> + </widget> + </item> + <item> <widget class="QToolButton" name="refresh_button"> <property name="enabled"> <bool>false</bool> |
