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.
49 lines
1.1 KiB
49 lines
1.1 KiB
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
18 years ago
|
<class>preview</class>
|
||
13 years ago
|
<widget class="QDialog" name="preview">
|
||
|
<property name="geometry">
|
||
18 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
10 years ago
|
<width>462</width>
|
||
18 years ago
|
<height>256</height>
|
||
|
</rect>
|
||
|
</property>
|
||
13 years ago
|
<property name="windowTitle">
|
||
18 years ago
|
<string>Preview selection</string>
|
||
|
</property>
|
||
13 years ago
|
<layout class="QVBoxLayout">
|
||
18 years ago
|
<item>
|
||
13 years ago
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
11 years ago
|
<string>The following files support previewing, please select one of them:</string>
|
||
18 years ago
|
</property>
|
||
11 years ago
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
18 years ago
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
11 years ago
|
<widget class="QTreeView" name="previewList">
|
||
|
<property name="sortingEnabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
18 years ago
|
</item>
|
||
|
<item>
|
||
7 years ago
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
<property name="centerButtons">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
18 years ago
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
7 years ago
|
<connections/>
|
||
18 years ago
|
</ui>
|