diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-30 18:52:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-30 18:52:11 +0000 |
| commit | 70d66cdcd5f97ad6cb7e697423edf35883eaa65c (patch) | |
| tree | 25cc3f7cdb90c673d85f545e679fad826b3d541d /src/plugins/Input/mad/detailsdialog.ui | |
| parent | 13fddbc568dd417063dd360928f0ec8858274577 (diff) | |
| download | qmmp-70d66cdcd5f97ad6cb7e697423edf35883eaa65c.tar.gz qmmp-70d66cdcd5f97ad6cb7e697423edf35883eaa65c.tar.bz2 qmmp-70d66cdcd5f97ad6cb7e697423edf35883eaa65c.zip | |
added partial cover support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1088 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/detailsdialog.ui')
| -rw-r--r-- | src/plugins/Input/mad/detailsdialog.ui | 75 |
1 files changed, 42 insertions, 33 deletions
diff --git a/src/plugins/Input/mad/detailsdialog.ui b/src/plugins/Input/mad/detailsdialog.ui index d8893621f..c4cd5ab8a 100644 --- a/src/plugins/Input/mad/detailsdialog.ui +++ b/src/plugins/Input/mad/detailsdialog.ui @@ -26,38 +26,6 @@ <item row="0" column="0" colspan="4"> <widget class="QLineEdit" name="pathLineEdit"/> </item> - <item row="1" column="0"> - <widget class="QToolButton" name="toolButton"> - <property name="enabled"> - <bool>true</bool> - </property> - <property name="minimumSize"> - <size> - <width>110</width> - <height>110</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>110</width> - <height>110</height> - </size> - </property> - <property name="text"> - <string>...</string> - </property> - <property name="icon"> - <iconset> - <normaloff>:/crematory.jpg</normaloff>:/crematory.jpg</iconset> - </property> - <property name="iconSize"> - <size> - <width>100</width> - <height>100</height> - </size> - </property> - </widget> - </item> <item row="1" column="1"> <widget class="QGroupBox" name="groupBox"> <property name="title"> @@ -95,7 +63,18 @@ </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="7" column="4" colspan="3"> - <widget class="QTextBrowser" name="commentBrowser"/> + <widget class="QTextBrowser" name="commentBrowser"> + <property name="readOnly"> + <bool>false</bool> + </property> + <property name="html"> + <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:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string> + </property> + </widget> </item> <item row="5" column="6"> <widget class="QLineEdit" name="trackLineEdit"> @@ -364,8 +343,38 @@ </property> </widget> </item> + <item row="1" column="0"> + <widget class="CoverWidget" name="coverWidget" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>110</width> + <height>110</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>110</width> + <height>110</height> + </size> + </property> + </widget> + </item> </layout> </widget> + <customwidgets> + <customwidget> + <class>CoverWidget</class> + <extends>QWidget</extends> + <header>coverwidget.h</header> + <container>1</container> + </customwidget> + </customwidgets> <resources/> <connections> <connection> |
