diff options
author | Werner Schweer <ws.seh.de> | 2006-09-04 19:10:57 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2006-09-04 19:10:57 +0000 |
commit | 63deffe04b5a04aeef8cb00773340313cee448bf (patch) | |
tree | f03bc2d830b487dc9ad5df1ed4891929084622fb | |
parent | e0ced7ce6e3a82c6bd838eb18313575a7c656941 (diff) |
add missing file
-rw-r--r-- | muse/muse/midiedit/midicmd.ui | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/muse/muse/midiedit/midicmd.ui b/muse/muse/midiedit/midicmd.ui new file mode 100644 index 00000000..e64e6ba4 --- /dev/null +++ b/muse/muse/midiedit/midicmd.ui @@ -0,0 +1,76 @@ +<ui version="4.0" > + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>MidiCmd</class> + <widget class="QWidget" name="MidiCmd" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>387</width> + <height>392</height> + </rect> + </property> + <property name="windowTitle" > + <string>MusE: Modify Gate Time</string> + </property> + <layout class="QVBoxLayout" > + <property name="margin" > + <number>11</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QGroupBox" name="rangeGroup" > + <property name="title" > + <string>Apply To</string> + </property> + <layout class="QVBoxLayout" > + <property name="margin" > + <number>6</number> + </property> + <property name="spacing" > + <number>3</number> + </property> + <item> + <widget class="QRadioButton" name="allEventsButton" > + <property name="text" > + <string>All Events</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="selectedEventsButton" > + <property name="text" > + <string>Selected Events</string> + </property> + <property name="checked" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="loopedEventsButton" > + <property name="text" > + <string>Looped Events</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="selectedLoopedButton" > + <property name="text" > + <string>Selected AND Looped</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <resources/> + <connections/> +</ui> |