Browse Source

Fix qBittorrent console tab icon and window title

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
92661e1d53
  1. 22
      src/ui/console.ui

22
src/ui/console.ui

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConsoleDlg</class>
<widget class="QDialog" name="ConsoleDlg">
@ -10,10 +11,11 @@ @@ -10,10 +11,11 @@
</rect>
</property>
<property name="windowTitle">
<string>qBittorrent console</string>
<string>qBittorrent log viewer</string>
</property>
<property name="windowIcon">
<iconset resource="icons.qrc" >:/Icons/oxygen/log.png</iconset>
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset>
</property>
<layout class="QVBoxLayout">
<item>
@ -22,12 +24,13 @@ @@ -22,12 +24,13 @@
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset>
</attribute>
<attribute name="title">
<string>General</string>
</attribute>
<attribute name="icon" >
<iconset resource="icons.qrc" >:/Icons/oxygen/log.png</iconset>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QTextBrowser" name="textConsole"/>
@ -35,12 +38,13 @@ @@ -35,12 +38,13 @@
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/filter.png</normaloff>:/Icons/oxygen/filter.png</iconset>
</attribute>
<attribute name="title">
<string>Blocked IPs</string>
</attribute>
<attribute name="icon" >
<iconset resource="icons.qrc" >:/Icons/filter.png</iconset>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QTextBrowser" name="textBannedPeers"/>
@ -52,7 +56,7 @@ @@ -52,7 +56,7 @@
</layout>
</widget>
<resources>
<include location="icons.qrc" />
<include location="../icons.qrc"/>
</resources>
<connections/>
</ui>

Loading…
Cancel
Save