|
|
@@ -6,33 +6,33 @@ |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>590</width> |
|
|
|
<width>679</width> |
|
|
|
<height>191</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>MainWindow</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="centralwidget"> |
|
|
|
<zorder>splitter</zorder> |
|
|
|
<zorder>miniCanvasPreview</zorder> |
|
|
|
<zorder>miniCanvasPreview</zorder> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="centralwidget"/> |
|
|
|
<widget class="QMenuBar" name="menubar"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>590</width> |
|
|
|
<width>679</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<widget class="QMenu" name="menu_Help"> |
|
|
|
<widget class="QMenu" name="menu_File"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Help</string> |
|
|
|
<string>&File</string> |
|
|
|
</property> |
|
|
|
<addaction name="act_help_about"/> |
|
|
|
<addaction name="act_help_about_qt"/> |
|
|
|
<addaction name="act_file_new"/> |
|
|
|
<addaction name="act_file_open"/> |
|
|
|
<addaction name="act_file_save"/> |
|
|
|
<addaction name="act_file_save_as"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_file_quit"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Engine"> |
|
|
|
<property name="title"> |
|
|
@@ -41,6 +41,60 @@ |
|
|
|
<addaction name="act_engine_start"/> |
|
|
|
<addaction name="act_engine_stop"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Plugin"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Plugin</string> |
|
|
|
</property> |
|
|
|
<widget class="QMenu" name="menu_PluginMacros"> |
|
|
|
<property name="title"> |
|
|
|
<string>Macros (all plugins)</string> |
|
|
|
</property> |
|
|
|
<addaction name="act_plugins_enable"/> |
|
|
|
<addaction name="act_plugins_disable"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_plugins_volume100"/> |
|
|
|
<addaction name="act_plugins_mute"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_plugins_wet100"/> |
|
|
|
<addaction name="act_plugins_bypass"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_plugins_center"/> |
|
|
|
</widget> |
|
|
|
<addaction name="act_plugin_add"/> |
|
|
|
<addaction name="act_plugin_remove_all"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="menu_PluginMacros"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Transport"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Transport</string> |
|
|
|
</property> |
|
|
|
<addaction name="act_transport_play"/> |
|
|
|
<addaction name="act_transport_stop"/> |
|
|
|
<addaction name="act_transport_backwards"/> |
|
|
|
<addaction name="act_transport_forwards"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Canvas"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Canvas</string> |
|
|
|
</property> |
|
|
|
<widget class="QMenu" name="menu_Canvas_Zoom"> |
|
|
|
<property name="title"> |
|
|
|
<string>Zoom</string> |
|
|
|
</property> |
|
|
|
<addaction name="act_canvas_zoom_fit"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_canvas_zoom_in"/> |
|
|
|
<addaction name="act_canvas_zoom_out"/> |
|
|
|
<addaction name="act_canvas_zoom_100"/> |
|
|
|
</widget> |
|
|
|
<addaction name="act_canvas_arrange"/> |
|
|
|
<addaction name="act_canvas_refresh"/> |
|
|
|
<addaction name="menu_Canvas_Zoom"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_canvas_print"/> |
|
|
|
<addaction name="act_canvas_save_image"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Settings"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Settings</string> |
|
|
@@ -49,15 +103,18 @@ |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_settings_configure"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Plugin"> |
|
|
|
<widget class="QMenu" name="menu_Help"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Plugin</string> |
|
|
|
<string>&Help</string> |
|
|
|
</property> |
|
|
|
<addaction name="act_plugin_add"/> |
|
|
|
<addaction name="act_plugin_remove_all"/> |
|
|
|
<addaction name="act_help_about"/> |
|
|
|
<addaction name="act_help_about_qt"/> |
|
|
|
</widget> |
|
|
|
<addaction name="menu_File"/> |
|
|
|
<addaction name="menu_Engine"/> |
|
|
|
<addaction name="menu_Plugin"/> |
|
|
|
<addaction name="menu_Transport"/> |
|
|
|
<addaction name="menu_Canvas"/> |
|
|
|
<addaction name="menu_Settings"/> |
|
|
|
<addaction name="menu_Help"/> |
|
|
|
</widget> |
|
|
@@ -65,6 +122,12 @@ |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>toolBar</string> |
|
|
|
</property> |
|
|
|
<property name="movable"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="allowedAreas"> |
|
|
|
<set>Qt::NoToolBarArea</set> |
|
|
|
</property> |
|
|
|
<property name="toolButtonStyle"> |
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum> |
|
|
|
</property> |
|
|
@@ -74,19 +137,75 @@ |
|
|
|
<attribute name="toolBarBreak"> |
|
|
|
<bool>false</bool> |
|
|
|
</attribute> |
|
|
|
<addaction name="act_file_new"/> |
|
|
|
<addaction name="act_file_open"/> |
|
|
|
<addaction name="act_file_save"/> |
|
|
|
<addaction name="act_file_save_as"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_plugin_add2"/> |
|
|
|
<addaction name="act_plugin_remove_all"/> |
|
|
|
<addaction name="act_plugins_panic"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_settings_configure"/> |
|
|
|
</widget> |
|
|
|
<action name="act_help_about"> |
|
|
|
<action name="act_file_new"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&About</string> |
|
|
|
<string>&New</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+N</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_help_about_qt"> |
|
|
|
<action name="act_file_open"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>About &Qt</string> |
|
|
|
<string>&Open...</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+O</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_file_save"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Save</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+S</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_file_save_as"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Save &As...</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+Shift+S</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_file_quit"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Quit</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+Q</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_engine_start"> |
|
|
@@ -97,6 +216,9 @@ |
|
|
|
<property name="text"> |
|
|
|
<string>&Start</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>F5</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_engine_stop"> |
|
|
|
<property name="icon"> |
|
|
@@ -106,52 +228,249 @@ |
|
|
|
<property name="text"> |
|
|
|
<string>St&op</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>F6</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_settings_show_toolbar"> |
|
|
|
<action name="act_plugin_add"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Add...</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+A</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugin_add2"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Add Plugin...</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugin_remove_all"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Remove All</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_enable"> |
|
|
|
<property name="text"> |
|
|
|
<string>Enable</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_disable"> |
|
|
|
<property name="text"> |
|
|
|
<string>Disable</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_bypass"> |
|
|
|
<property name="text"> |
|
|
|
<string>0% Wet (Bypass)</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_wet100"> |
|
|
|
<property name="text"> |
|
|
|
<string>100% Wet</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_mute"> |
|
|
|
<property name="text"> |
|
|
|
<string>0% Volume (Mute)</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_volume100"> |
|
|
|
<property name="text"> |
|
|
|
<string>100% Volume</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_center"> |
|
|
|
<property name="text"> |
|
|
|
<string>Center Balance</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugins_panic"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Panic</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_transport_play"> |
|
|
|
<property name="checkable"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="checked"> |
|
|
|
<bool>true</bool> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Show &Toolbar</string> |
|
|
|
<string>&Play</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+Shift+P</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_settings_configure"> |
|
|
|
<action name="act_transport_stop"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset> |
|
|
|
<normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Configure Carla</string> |
|
|
|
<string>&Stop</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+Shift+X</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugin_add"> |
|
|
|
<action name="act_transport_backwards"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset> |
|
|
|
<normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Add...</string> |
|
|
|
<string>&Backwards</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+Shift+B</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugin_remove_all"> |
|
|
|
<action name="act_transport_forwards"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset> |
|
|
|
<normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Remove All</string> |
|
|
|
<string>&Forwards</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+Shift+F</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_plugin_add2"> |
|
|
|
<action name="act_canvas_arrange"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset> |
|
|
|
<normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Add Plugin...</string> |
|
|
|
<string>&Arrange</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+G</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_canvas_refresh"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Refresh</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+R</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_canvas_print"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Print...</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_canvas_save_image"> |
|
|
|
<property name="text"> |
|
|
|
<string>Save &Image...</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_canvas_zoom_fit"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Auto-Fit</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Home</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_canvas_zoom_in"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Zoom In</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl++</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_canvas_zoom_out"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Zoom Out</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+-</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_canvas_zoom_100"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Zoom 100%</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Ctrl+1</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_settings_show_toolbar"> |
|
|
|
<property name="checkable"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="checked"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Show &Toolbar</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_settings_configure"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>&Configure Carla</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_help_about"> |
|
|
|
<property name="text"> |
|
|
|
<string>&About</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="act_help_about_qt"> |
|
|
|
<property name="text"> |
|
|
|
<string>About &Qt</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</widget> |
|
|
@@ -159,6 +478,22 @@ |
|
|
|
<include location="../resources.qrc"/> |
|
|
|
</resources> |
|
|
|
<connections> |
|
|
|
<connection> |
|
|
|
<sender>act_file_quit</sender> |
|
|
|
<signal>triggered()</signal> |
|
|
|
<receiver>CarlaHostW</receiver> |
|
|
|
<slot>close()</slot> |
|
|
|
<hints> |
|
|
|
<hint type="sourcelabel"> |
|
|
|
<x>-1</x> |
|
|
|
<y>-1</y> |
|
|
|
</hint> |
|
|
|
<hint type="destinationlabel"> |
|
|
|
<x>189</x> |
|
|
|
<y>34</y> |
|
|
|
</hint> |
|
|
|
</hints> |
|
|
|
</connection> |
|
|
|
<connection> |
|
|
|
<sender>act_settings_show_toolbar</sender> |
|
|
|
<signal>triggered(bool)</signal> |
|
|
@@ -170,8 +505,8 @@ |
|
|
|
<y>-1</y> |
|
|
|
</hint> |
|
|
|
<hint type="destinationlabel"> |
|
|
|
<x>399</x> |
|
|
|
<y>34</y> |
|
|
|
<x>354</x> |
|
|
|
<y>35</y> |
|
|
|
</hint> |
|
|
|
</hints> |
|
|
|
</connection> |
|
|
|