diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-04-15 18:52:45 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-04-15 18:52:45 +0000 |
commit | 47a10173ea203de2036dd00791fe5c24fb673135 (patch) | |
tree | 6cb2e59a1e099adb30ec4f394097e33974c54ac4 /attic/muse_qt4_evolution/muse/configmidifile.ui | |
parent | 8edb9ca0e8e056faa0b488c947e7447a8148f880 (diff) |
removing unnecessary duplication
Diffstat (limited to 'attic/muse_qt4_evolution/muse/configmidifile.ui')
-rw-r--r-- | attic/muse_qt4_evolution/muse/configmidifile.ui | 153 |
1 files changed, 0 insertions, 153 deletions
diff --git a/attic/muse_qt4_evolution/muse/configmidifile.ui b/attic/muse_qt4_evolution/muse/configmidifile.ui deleted file mode 100644 index ca96f3f5..00000000 --- a/attic/muse_qt4_evolution/muse/configmidifile.ui +++ /dev/null @@ -1,153 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>ConfigMidiFileBase</class> - <widget class="QDialog" name="ConfigMidiFileBase" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>541</width> - <height>280</height> - </rect> - </property> - <property name="windowTitle" > - <string>MusE: Config Midi File Export</string> - </property> - <property name="sizeGripEnabled" > - <bool>true</bool> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="4" column="0" colspan="2" > - <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="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="buttonOk" > - <property name="text" > - <string>&OK</string> - </property> - <property name="shortcut" > - <string/> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - <property name="default" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="buttonCancel" > - <property name="text" > - <string>&Cancel</string> - </property> - <property name="shortcut" > - <string/> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="formatCombo" > - <item> - <property name="text" > - <string>0 (single track)</string> - </property> - </item> - <item> - <property name="text" > - <string>1 (multiple tracks)</string> - </property> - </item> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="textLabel3" > - <property name="text" > - <string>Format:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QComboBox" name="divisionCombo" > - <item> - <property name="text" > - <string>96</string> - </property> - </item> - <item> - <property name="text" > - <string>192</string> - </property> - </item> - <item> - <property name="text" > - <string>384</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="textLabel1" > - <property name="text" > - <string>Division:</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="textLabel2" > - <property name="text" > - <string>Copyright:</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLineEdit" name="copyrightEdit" /> - </item> - <item row="3" column="0" colspan="2" > - <widget class="QCheckBox" name="extendedFormat" > - <property name="text" > - <string>Enable extended smf format</string> - </property> - </widget> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> - <resources/> - <connections/> -</ui> |