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.
44 lines
1.1 KiB
44 lines
1.1 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 notr="true">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>
|
||
13 years ago
|
<widget class="QWidget" name="tabGeneral">
|
||
15 years ago
|
<attribute name="title">
|
||
|
<string>General</string>
|
||
16 years ago
|
</attribute>
|
||
13 years ago
|
<layout class="QVBoxLayout"/>
|
||
16 years ago
|
</widget>
|
||
13 years ago
|
<widget class="QWidget" name="tabBan">
|
||
15 years ago
|
<attribute name="title">
|
||
|
<string>Blocked IPs</string>
|
||
16 years ago
|
</attribute>
|
||
13 years ago
|
<layout class="QVBoxLayout" name="_2"/>
|
||
16 years ago
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
14 years ago
|
<resources/>
|
||
16 years ago
|
<connections/>
|
||
|
</ui>
|