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.
301 lines
10 KiB
301 lines
10 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<author>Christophe Dumez</author> |
|
<class>AboutDlg</class> |
|
<widget class="QDialog" name="AboutDlg"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>504</width> |
|
<height>320</height> |
|
</rect> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>504</width> |
|
<height>320</height> |
|
</size> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>About qBittorrent</string> |
|
</property> |
|
<layout class="QVBoxLayout"> |
|
<item> |
|
<layout class="QHBoxLayout"> |
|
<item> |
|
<widget class="QLabel" name="logo"> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>22</width> |
|
<height>22</height> |
|
</size> |
|
</property> |
|
<property name="maximumSize"> |
|
<size> |
|
<width>22</width> |
|
<height>22</height> |
|
</size> |
|
</property> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="lb_name"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string><h3><b>qBittorrent</b></h3></string> |
|
</property> |
|
<property name="textFormat"> |
|
<enum>Qt::RichText</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QTabWidget" name="tw_tabs"> |
|
<property name="currentIndex"> |
|
<number>0</number> |
|
</property> |
|
<widget class="QWidget" name="tab2"> |
|
<attribute name="title"> |
|
<string>About</string> |
|
</attribute> |
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="mascot_lbl"> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
<property name="pixmap"> |
|
<pixmap resource="../icons.qrc">:/Icons/skin/mascot.png</pixmap> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="QLabel" name="lb_about"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
|
p, li { white-space: pre-wrap; } |
|
</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans';">A Bittorrent client programmed in C++, based on Qt4 toolkit </span></p> |
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans';">and libtorrent-rasterbar. <br /><br />Copyright ©2006-2010 Christophe Dumez<br /><br /></span><span style=" font-family:'DejaVu Sans'; text-decoration: underline;">Home Page:</span><span style=" font-family:'DejaVu Sans';"> </span><a href="http://www.qbittorrent.org"><span style=" text-decoration: underline; color:#0000ff;">http://www.qbittorrent.org</span></a><span style=" font-family:'DejaVu Sans';"><br /></span><span style=" font-family:'DejaVu Sans'; text-decoration: underline;">Forum:</span><span style=" font-family:'DejaVu Sans';"> </span><a href="http://forum.qbittorrent.org"><span style=" text-decoration: underline; color:#0000ff;">http://forum.qbittorrent.org</span></a></p> |
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; text-decoration: underline;">IRC:</span><span style=" font-family:'DejaVu Sans';"> #qbittorrent on Freenode</span></p></body></html></string> |
|
</property> |
|
<property name="textFormat"> |
|
<enum>Qt::RichText</enum> |
|
</property> |
|
<property name="scaledContents"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
<property name="wordWrap"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="openExternalLinks"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<widget class="QWidget" name="tab3"> |
|
<attribute name="title"> |
|
<string>Author</string> |
|
</attribute> |
|
<layout class="QVBoxLayout"> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<item> |
|
<widget class="QFrame" name="te_authors"> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="font"> |
|
<font> |
|
<family>Sans Serif</family> |
|
<pointsize>9</pointsize> |
|
<weight>50</weight> |
|
<italic>false</italic> |
|
<bold>false</bold> |
|
<underline>true</underline> |
|
<strikeout>false</strikeout> |
|
</font> |
|
</property> |
|
<property name="text"> |
|
<string>Name:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string>Christophe Dumez</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="2"> |
|
<spacer> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item row="1" column="0"> |
|
<widget class="QLabel" name="label_4"> |
|
<property name="font"> |
|
<font> |
|
<family>Sans Serif</family> |
|
<pointsize>9</pointsize> |
|
<weight>50</weight> |
|
<italic>false</italic> |
|
<bold>false</bold> |
|
<underline>true</underline> |
|
<strikeout>false</strikeout> |
|
</font> |
|
</property> |
|
<property name="text"> |
|
<string>Country:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<widget class="QLabel" name="label_7"> |
|
<property name="text"> |
|
<string>France</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="0"> |
|
<widget class="QLabel" name="label_5"> |
|
<property name="font"> |
|
<font> |
|
<family>Sans Serif</family> |
|
<pointsize>9</pointsize> |
|
<weight>50</weight> |
|
<italic>false</italic> |
|
<bold>false</bold> |
|
<underline>true</underline> |
|
<strikeout>false</strikeout> |
|
</font> |
|
</property> |
|
<property name="text"> |
|
<string>E-mail:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="1"> |
|
<widget class="QLabel" name="label_6"> |
|
<property name="text"> |
|
<string>chris@qbittorrent.org</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="1"> |
|
<spacer name="verticalSpacer"> |
|
<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> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<widget class="QWidget" name="tab4"> |
|
<attribute name="title"> |
|
<string>Thanks to</string> |
|
</attribute> |
|
<layout class="QVBoxLayout"> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<item> |
|
<widget class="QTextBrowser" name="te_thanks"/> |
|
</item> |
|
</layout> |
|
</widget> |
|
<widget class="QWidget" name="tab5"> |
|
<attribute name="title"> |
|
<string>Translation</string> |
|
</attribute> |
|
<layout class="QVBoxLayout"> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<item> |
|
<widget class="QTextBrowser" name="te_translation"> |
|
<property name="lineWrapMode"> |
|
<enum>QTextEdit::NoWrap</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<widget class="QWidget" name="tab1"> |
|
<attribute name="title"> |
|
<string>License</string> |
|
</attribute> |
|
<layout class="QVBoxLayout"> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<item> |
|
<widget class="QTextBrowser" name="te_license"/> |
|
</item> |
|
</layout> |
|
</widget> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<layoutdefault spacing="6" margin="11"/> |
|
<resources> |
|
<include location="../icons.qrc"/> |
|
</resources> |
|
<connections/> |
|
</ui>
|
|
|