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.
52 lines
1.2 KiB
52 lines
1.2 KiB
15 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
14 years ago
|
<class>ExecutionLog</class>
|
||
|
<widget class="QWidget" name="ExecutionLog">
|
||
15 years ago
|
<property name="geometry">
|
||
16 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
14 years ago
|
<width>400</width>
|
||
|
<height>300</height>
|
||
16 years ago
|
</rect>
|
||
|
</property>
|
||
15 years ago
|
<property name="windowTitle">
|
||
14 years ago
|
<string>Form</string>
|
||
16 years ago
|
</property>
|
||
14 years ago
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
16 years ago
|
<item>
|
||
15 years ago
|
<widget class="QTabWidget" name="tabConsole">
|
||
14 years ago
|
<property name="tabPosition">
|
||
|
<enum>QTabWidget::East</enum>
|
||
|
</property>
|
||
15 years ago
|
<property name="currentIndex">
|
||
16 years ago
|
<number>0</number>
|
||
|
</property>
|
||
15 years ago
|
<widget class="QWidget" name="tab">
|
||
|
<attribute name="title">
|
||
|
<string>General</string>
|
||
16 years ago
|
</attribute>
|
||
15 years ago
|
<layout class="QVBoxLayout">
|
||
16 years ago
|
<item>
|
||
15 years ago
|
<widget class="QTextBrowser" name="textConsole"/>
|
||
16 years ago
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
15 years ago
|
<widget class="QWidget" name="tab_2">
|
||
|
<attribute name="title">
|
||
|
<string>Blocked IPs</string>
|
||
16 years ago
|
</attribute>
|
||
14 years ago
|
<layout class="QVBoxLayout" name="_2">
|
||
16 years ago
|
<item>
|
||
15 years ago
|
<widget class="QTextBrowser" name="textBannedPeers"/>
|
||
16 years ago
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
14 years ago
|
<resources/>
|
||
16 years ago
|
<connections/>
|
||
|
</ui>
|