diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-21 19:45:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-21 19:45:51 +0000 |
| commit | 3995fa88592e1b0ed2c35c42940b5af3be954819 (patch) | |
| tree | be4f5e68a4c5684f9d5c862074814f0a5fed318d /src/plugins/Input/modplug/detailsdialog.ui | |
| parent | 1ebcb405edc1e0341adb8f134215a5be1e45aef6 (diff) | |
| download | qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.tar.gz qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.tar.bz2 qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.zip | |
added modplug plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@348 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/modplug/detailsdialog.ui')
| -rw-r--r-- | src/plugins/Input/modplug/detailsdialog.ui | 158 |
1 files changed, 158 insertions, 0 deletions
diff --git a/src/plugins/Input/modplug/detailsdialog.ui b/src/plugins/Input/modplug/detailsdialog.ui new file mode 100644 index 000000000..e99ed5836 --- /dev/null +++ b/src/plugins/Input/modplug/detailsdialog.ui @@ -0,0 +1,158 @@ +<ui version="4.0" > + <class>DetailsDialog</class> + <widget class="QDialog" name="DetailsDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>328</width> + <height>376</height> + </rect> + </property> + <property name="windowTitle" > + <string>MOD Info</string> + </property> + <layout class="QGridLayout" > + <item row="0" column="0" colspan="2" > + <widget class="QLineEdit" name="pathLineEdit" > + <property name="readOnly" > + <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" > + <attribute name="title" > + <string>General</string> + </attribute> + <layout class="QHBoxLayout" > + <item> + <widget class="QLabel" name="nameLabel" > + <property name="text" > + <string>-</string> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="valueLabel" > + <property name="text" > + <string>-</string> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="tab_2" > + <attribute name="title" > + <string>Samples</string> + </attribute> + <layout class="QVBoxLayout" > + <item> + <widget class="QTextEdit" name="samplesTextEdit" > + <property name="readOnly" > + <bool>true</bool> + </property> + <property name="html" > + <string><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> + </layout> + </widget> + <widget class="QWidget" name="tab_3" > + <attribute name="title" > + <string>Instruments</string> + </attribute> + <layout class="QVBoxLayout" > + <item> + <widget class="QTextEdit" name="instrumentsTextEdit" > + <property name="readOnly" > + <bool>true</bool> + </property> + <property name="html" > + <string><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> + </layout> + </widget> + <widget class="QWidget" name="tab_4" > + <attribute name="title" > + <string>Message</string> + </attribute> + <layout class="QHBoxLayout" > + <item> + <widget class="QTextEdit" name="messageTextEdit" > + <property name="readOnly" > + <bool>true</bool> + </property> + <property name="html" > + <string><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> + </layout> + </widget> + </widget> + </item> + <item row="2" column="0" > + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" > + <size> + <width>171</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="2" column="1" > + <widget class="QPushButton" name="closeButton" > + <property name="text" > + <string>Close</string> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>closeButton</sender> + <signal>clicked()</signal> + <receiver>DetailsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>271</x> + <y>311</y> + </hint> + <hint type="destinationlabel" > + <x>120</x> + <y>325</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
