Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
16 years ago
|
<ui version="4.0" >
|
||
|
<class>ConsoleDlg</class>
|
||
|
<widget class="QDialog" name="ConsoleDlg" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>512</width>
|
||
|
<height>497</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string>qBittorrent console</string>
|
||
|
</property>
|
||
|
<property name="windowIcon" >
|
||
|
<iconset resource="icons.qrc" >:/Icons/log.png</iconset>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QTabWidget" name="tabConsole" >
|
||
|
<property name="currentIndex" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="tab" >
|
||
|
<attribute name="title" >
|
||
|
<string>General</string>
|
||
|
</attribute>
|
||
|
<attribute name="icon" >
|
||
|
<iconset resource="icons.qrc" >:/Icons/log.png</iconset>
|
||
|
</attribute>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QTextBrowser" name="textConsole" />
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="tab_2" >
|
||
|
<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" />
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="icons.qrc" />
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|