diff options
Diffstat (limited to 'src/qmmpui/detailsdialog.ui')
| -rw-r--r-- | src/qmmpui/detailsdialog.ui | 75 |
1 files changed, 38 insertions, 37 deletions
diff --git a/src/qmmpui/detailsdialog.ui b/src/qmmpui/detailsdialog.ui index 77261a1e6..ab4037fac 100644 --- a/src/qmmpui/detailsdialog.ui +++ b/src/qmmpui/detailsdialog.ui @@ -6,37 +6,42 @@ <rect> <x>0</x> <y>0</y> - <width>456</width> - <height>385</height> + <width>485</width> + <height>390</height> </rect> </property> <property name="windowTitle"> <string>Details</string> </property> - <layout class="QGridLayout" name="gridLayout"> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <property name="bottomMargin"> - <number>6</number> - </property> - <item row="3" column="0"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>192</width> - <height>23</height> - </size> - </property> - </spacer> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLineEdit" name="pathEdit"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="directoryButton"> + <property name="toolTip"> + <string>Open the directory containing this file</string> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + </layout> </item> - <item row="1" column="0" colspan="2"> + <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> @@ -45,9 +50,12 @@ <attribute name="title"> <string>Summary</string> </attribute> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0" colspan="2"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> <widget class="QTextEdit" name="textEdit"> + <property name="toolTip"> + <string/> + </property> <property name="readOnly"> <bool>true</bool> </property> @@ -55,8 +63,8 @@ <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> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; 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; font-family:'Arial'; font-size:10pt;"></p></body></html></string> </property> </widget> </item> @@ -64,14 +72,7 @@ p, li { white-space: pre-wrap; } </widget> </widget> </item> - <item row="0" column="0" colspan="2"> - <widget class="QLineEdit" name="pathEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="3" column="1"> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set> |
