summaryrefslogtreecommitdiff
path: root/attic/muse_qt4_evolution/muse/exportmididialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'attic/muse_qt4_evolution/muse/exportmididialog.ui')
-rw-r--r--attic/muse_qt4_evolution/muse/exportmididialog.ui176
1 files changed, 0 insertions, 176 deletions
diff --git a/attic/muse_qt4_evolution/muse/exportmididialog.ui b/attic/muse_qt4_evolution/muse/exportmididialog.ui
deleted file mode 100644
index 69d35da1..00000000
--- a/attic/muse_qt4_evolution/muse/exportmididialog.ui
+++ /dev/null
@@ -1,176 +0,0 @@
-<ui version="4.0" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>ExportMidiDialogBase</class>
- <widget class="QDialog" name="ExportMidiDialogBase" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>425</width>
- <height>316</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>MusE: Export Midi</string>
- </property>
- <layout class="QVBoxLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QLabel" name="label" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="Line" name="line" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="smf0" >
- <property name="text" >
- <string>SMF Typ 0 (single track)</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="smf1" >
- <property name="text" >
- <string>SMF Typ 1 (multiple tracks)</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <spacer>
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" >
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QLabel" name="label" >
- <property name="text" >
- <string>Save As:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="filename" />
- </item>
- <item>
- <widget class="QToolButton" name="fileButton" >
- <property name="text" >
- <string>...</string>
- </property>
- <property name="icon" >
- <iconset resource="../muse.qrc" >:/xpm/filenew.png</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <spacer>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" >
- <size>
- <width>131</width>
- <height>31</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="okButton" >
- <property name="text" >
- <string>OK</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="cancelButton" >
- <property name="text" >
- <string>Cancel</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources>
- <include location="../muse.qrc" />
- </resources>
- <connections>
- <connection>
- <sender>okButton</sender>
- <signal>clicked()</signal>
- <receiver>ExportMidiDialogBase</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel" >
- <x>321</x>
- <y>274</y>
- </hint>
- <hint type="destinationlabel" >
- <x>96</x>
- <y>254</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>cancelButton</sender>
- <signal>clicked()</signal>
- <receiver>ExportMidiDialogBase</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel" >
- <x>414</x>
- <y>274</y>
- </hint>
- <hint type="destinationlabel" >
- <x>179</x>
- <y>282</y>
- </hint>
- </hints>
- </connection>
- </connections>
-</ui>