aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/detailsdialog.ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-06-27 19:52:38 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-06-27 19:52:38 +0000
commit0a55d2de7963bffed64a7dccf24dabd9908e9ac9 (patch)
tree627a1c6b20d35a7225bfc84469a6fd92293bca55 /src/qmmpui/detailsdialog.ui
parent30051e0a3874cadce5ae8537fc9895a4e313395e (diff)
downloadqmmp-0a55d2de7963bffed64a7dccf24dabd9908e9ac9.tar.gz
qmmp-0a55d2de7963bffed64a7dccf24dabd9908e9ac9.tar.bz2
qmmp-0a55d2de7963bffed64a7dccf24dabd9908e9ac9.zip
moved forms to separate directory
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2247 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.ui')
-rw-r--r--src/qmmpui/detailsdialog.ui94
1 files changed, 0 insertions, 94 deletions
diff --git a/src/qmmpui/detailsdialog.ui b/src/qmmpui/detailsdialog.ui
deleted file mode 100644
index c3db7e96b..000000000
--- a/src/qmmpui/detailsdialog.ui
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>DetailsDialog</class>
- <widget class="QDialog" name="DetailsDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <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="0" column="0">
- <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 row="0" column="1">
- <widget class="QToolButton" name="directoryButton">
- <property name="toolTip">
- <string>Open the directory containing this file</string>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- <property name="autoRaise">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <widget class="QTabWidget" name="tabWidget">
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="tab_5">
- <attribute name="title">
- <string>Summary</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QTextEdit" name="textEdit">
- <property name="toolTip">
- <string/>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="html">
- <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
-&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- <item row="2" column="0" colspan="2">
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="standardButtons">
- <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>