|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CarlaMainW</class>
- <widget class="QMainWindow" name="CarlaMainW">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>782</width>
- <height>482</height>
- </rect>
- </property>
- <property name="acceptDrops">
- <bool>true</bool>
- </property>
- <property name="windowTitle">
- <string>Carla</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <item>
- <widget class="QSplitter" name="splitter">
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <widget class="QTabWidget" name="tabMain">
- <property name="acceptDrops">
- <bool>true</bool>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="tab_plugins">
- <attribute name="title">
- <string>Plugins</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>2</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>2</number>
- </property>
- <item>
- <widget class="QWidget" name="w_plugins" native="true">
- <layout class="QVBoxLayout" name="layout">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>333</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_patchbay">
- <attribute name="title">
- <string>Patchbay</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>2</number>
- </property>
- <item>
- <widget class="QGraphicsView" name="graphicsView">
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_log">
- <attribute name="title">
- <string>Log</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_6">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>2</number>
- </property>
- <item>
- <widget class="QPlainTextEdit" name="pte_log">
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
- </property>
- <property name="undoRedoEnabled">
- <bool>false</bool>
- </property>
- <property name="lineWrapMode">
- <enum>QPlainTextEdit::NoWrap</enum>
- </property>
- <property name="plainText">
- <string notr="true"/>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <property name="spacing">
- <number>1</number>
- </property>
- <item>
- <widget class="QTabWidget" name="tabUtils">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>210</width>
- <height>0</height>
- </size>
- </property>
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <property name="tabPosition">
- <enum>QTabWidget::East</enum>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="disk">
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <attribute name="title">
- <string>Disk</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>1</number>
- </property>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QComboBox" name="cb_disk">
- <item>
- <property name="text">
- <string>Home</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="b_disk_add">
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="b_disk_remove">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QTreeView" name="fileTreeView">
- <property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
- </property>
- <property name="dragEnabled">
- <bool>true</bool>
- </property>
- <property name="dragDropMode">
- <enum>QAbstractItemView::DragDrop</enum>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- <item>
- <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
- <property name="minimumSize">
- <size>
- <width>210</width>
- <height>162</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>210</width>
- <height>162</height>
- </size>
- </property>
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Sunken</enum>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>782</width>
- <height>19</height>
- </rect>
- </property>
- <widget class="QMenu" name="menu_File">
- <property name="title">
- <string>&File</string>
- </property>
- <addaction name="act_file_new"/>
- <addaction name="act_file_open"/>
- <addaction name="act_file_save"/>
- <addaction name="act_file_save_as"/>
- <addaction name="act_file_export_lv2"/>
- <addaction name="separator"/>
- <addaction name="act_file_quit"/>
- </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_Help">
- <property name="title">
- <string>&Help</string>
- </property>
- <addaction name="act_help_about"/>
- <addaction name="act_help_about_qt"/>
- </widget>
- <widget class="QMenu" name="menu_Engine">
- <property name="title">
- <string>&Engine</string>
- </property>
- <addaction name="act_engine_start"/>
- <addaction name="act_engine_stop"/>
- </widget>
- <widget class="QMenu" name="menu_Settings">
- <property name="title">
- <string>&Settings</string>
- </property>
- <addaction name="act_settings_show_toolbar"/>
- <addaction name="separator"/>
- <addaction name="act_settings_configure"/>
- </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_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>
- <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>
- <widget class="QToolBar" name="toolBar">
- <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>
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <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_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_new">
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
- </property>
- <property name="text">
- <string>&New</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+N</string>
- </property>
- </action>
- <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>&Open...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+O</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_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_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>
- <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 New...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+A</string>
- </property>
- </action>
- <action name="act_settings_show_toolbar">
- <property name="checkable">
- <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_engine_start">
- <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>&Start</string>
- </property>
- <property name="shortcut">
- <string>F5</string>
- </property>
- </action>
- <action name="act_engine_stop">
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
- </property>
- <property name="text">
- <string>St&op</string>
- </property>
- <property name="shortcut">
- <string>F6</string>
- </property>
- </action>
- <action name="act_canvas_arrange">
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
- </property>
- <property name="text">
- <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_transport_play">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <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>&Play</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+P</string>
- </property>
- </action>
- <action name="act_transport_stop">
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
- </property>
- <property name="text">
- <string>&Stop</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+X</string>
- </property>
- </action>
- <action name="act_transport_backwards">
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
- </property>
- <property name="text">
- <string>&Backwards</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+B</string>
- </property>
- </action>
- <action name="act_transport_forwards">
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
- </property>
- <property name="text">
- <string>&Forwards</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+F</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>
- <property name="toolTip">
- <string>Panic</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 New Plugin...</string>
- </property>
- <property name="toolTip">
- <string>Add New Plugin</string>
- </property>
- </action>
- <action name="act_file_export_lv2">
- <property name="text">
- <string>Export LV2 Plugin State...</string>
- </property>
- </action>
- </widget>
- <customwidgets>
- <customwidget>
- <class>CanvasPreviewFrame</class>
- <extends>QFrame</extends>
- <header>canvaspreviewframe.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources>
- <include location="../resources.qrc"/>
- </resources>
- <connections>
- <connection>
- <sender>act_file_quit</sender>
- <signal>triggered()</signal>
- <receiver>CarlaMainW</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>
- <receiver>toolBar</receiver>
- <slot>setVisible(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>-1</x>
- <y>-1</y>
- </hint>
- <hint type="destinationlabel">
- <x>354</x>
- <y>35</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|