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.
69 lines
1.6 KiB
69 lines
1.6 KiB
10 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
7 years ago
|
<class>PeersAdditionDialog</class>
|
||
|
<widget class="QDialog" name="PeersAdditionDialog">
|
||
10 years ago
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>367</width>
|
||
|
<height>274</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Add Peers</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
9 years ago
|
<string>List of peers to add (one IP per line):</string>
|
||
10 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTextEdit" name="peers_txt">
|
||
|
<property name="lineWrapMode">
|
||
|
<enum>QTextEdit::NoWrap</enum>
|
||
|
</property>
|
||
|
<property name="acceptRichText">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
7 years ago
|
<property name="placeholderText">
|
||
10 years ago
|
<string>Format: IPv4:port / [IPv6]:port</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>rejected()</signal>
|
||
7 years ago
|
<receiver>PeersAdditionDialog</receiver>
|
||
10 years ago
|
<slot>reject()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>183</x>
|
||
|
<y>251</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>183</x>
|
||
|
<y>136</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|