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.
182 lines
4.6 KiB
182 lines
4.6 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>CookiesDlg</class> |
|
<widget class="QDialog" name="CookiesDlg"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>300</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Cookies management</string> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<item row="0" column="0"> |
|
<widget class="QTableWidget" name="cookiesTable"> |
|
<property name="alternatingRowColors"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="selectionMode"> |
|
<enum>QAbstractItemView::SingleSelection</enum> |
|
</property> |
|
<attribute name="horizontalHeaderStretchLastSection"> |
|
<bool>true</bool> |
|
</attribute> |
|
<attribute name="verticalHeaderVisible"> |
|
<bool>false</bool> |
|
</attribute> |
|
<attribute name="verticalHeaderStretchLastSection"> |
|
<bool>false</bool> |
|
</attribute> |
|
<column> |
|
<property name="text"> |
|
<string>Key</string> |
|
</property> |
|
</column> |
|
<column> |
|
<property name="text"> |
|
<string>Value</string> |
|
</property> |
|
</column> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<item> |
|
<spacer name="verticalSpacer_2"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>40</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QToolButton" name="add_btn"> |
|
<property name="text"> |
|
<string notr="true"/> |
|
</property> |
|
<property name="icon"> |
|
<iconset resource="../icons.qrc"> |
|
<normaloff>:/Icons/oxygen/list-add.png</normaloff>:/Icons/oxygen/list-add.png</iconset> |
|
</property> |
|
<property name="iconSize"> |
|
<size> |
|
<width>20</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="verticalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeType"> |
|
<enum>QSizePolicy::Fixed</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>5</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QToolButton" name="del_btn"> |
|
<property name="text"> |
|
<string notr="true"/> |
|
</property> |
|
<property name="icon"> |
|
<iconset resource="../icons.qrc"> |
|
<normaloff>:/Icons/oxygen/list-remove.png</normaloff>:/Icons/oxygen/list-remove.png</iconset> |
|
</property> |
|
<property name="iconSize"> |
|
<size> |
|
<width>20</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="verticalSpacer_3"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>40</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
<item row="2" column="0" colspan="2"> |
|
<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> |
|
<item row="1" column="0"> |
|
<widget class="QLabel" name="infos_lbl"> |
|
<property name="text"> |
|
<string notr="true">TextLabel</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources> |
|
<include location="../icons.qrc"/> |
|
</resources> |
|
<connections> |
|
<connection> |
|
<sender>buttonBox</sender> |
|
<signal>accepted()</signal> |
|
<receiver>CookiesDlg</receiver> |
|
<slot>accept()</slot> |
|
<hints> |
|
<hint type="sourcelabel"> |
|
<x>248</x> |
|
<y>254</y> |
|
</hint> |
|
<hint type="destinationlabel"> |
|
<x>157</x> |
|
<y>274</y> |
|
</hint> |
|
</hints> |
|
</connection> |
|
<connection> |
|
<sender>buttonBox</sender> |
|
<signal>rejected()</signal> |
|
<receiver>CookiesDlg</receiver> |
|
<slot>reject()</slot> |
|
<hints> |
|
<hint type="sourcelabel"> |
|
<x>316</x> |
|
<y>260</y> |
|
</hint> |
|
<hint type="destinationlabel"> |
|
<x>286</x> |
|
<y>274</y> |
|
</hint> |
|
</hints> |
|
</connection> |
|
</connections> |
|
</ui>
|
|
|