|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568 |
- <?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="windowTitle">
- <string>Carla</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <item>
- <widget class="QFrame" name="frame_transport">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Transport Mode:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="ch_transport"/>
- </item>
- <item>
- <widget class="Line" name="line">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_transport_play">
- <property name="maximumSize">
- <size>
- <width>22</width>
- <height>22</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_transport_stop">
- <property name="maximumSize">
- <size>
- <width>22</width>
- <height>22</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_transport_back">
- <property name="maximumSize">
- <size>
- <width>22</width>
- <height>22</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_transport_forward">
- <property name="maximumSize">
- <size>
- <width>22</width>
- <height>22</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="Line" name="line_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_time">
- <property name="text">
- <string>TIME (TODO)</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QSplitter" name="splitter">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <widget class="QTabWidget" name="tabMain">
- <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>1</number>
- </property>
- <property name="margin">
- <number>2</number>
- </property>
- <item>
- <widget class="QWidget" name="w_plugins" native="true">
- <layout class="QVBoxLayout" name="layout">
- <property name="spacing">
- <number>1</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>
- <widget class="QWidget" name="">
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <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="tabPosition">
- <enum>QTabWidget::East</enum>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="disk">
- <attribute name="title">
- <string>Disk</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="QTreeView" name="fileTreeView"/>
- </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="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</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="separator"/>
- <addaction name="act_file_quit"/>
- </widget>
- <widget class="QMenu" name="menu_Plugin">
- <property name="title">
- <string>&Plugin</string>
- </property>
- <addaction name="act_plugin_add"/>
- <addaction name="separator"/>
- <addaction name="act_plugin_remove_all"/>
- </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"/>
- <addaction name="separator"/>
- <addaction name="act_engine_configure"/>
- </widget>
- <widget class="QMenu" name="menu_Settings">
- <property name="title">
- <string>&Settings</string>
- </property>
- <addaction name="act_settings_show_toolbar"/>
- <addaction name="act_settings_show_transport"/>
- <addaction name="separator"/>
- <addaction name="act_settings_configure"/>
- </widget>
- <addaction name="menu_File"/>
- <addaction name="menu_Engine"/>
- <addaction name="menu_Plugin"/>
- <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_engine_start"/>
- <addaction name="act_engine_stop"/>
- <addaction name="act_engine_configure"/>
- <addaction name="separator"/>
- <addaction name="act_plugin_add"/>
- <addaction name="act_plugin_remove_all"/>
- </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>
- </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>
- </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>
- </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>
- </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>
- </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>
- </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>
- </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>
- </action>
- <action name="act_engine_configure">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
- </property>
- <property name="text">
- <string>Configure Driver</string>
- </property>
- </action>
- <action name="act_settings_show_transport">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Show Transport bar</string>
- </property>
- <property name="iconText">
- <string>Show Transport bar</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>
- <connection>
- <sender>act_settings_show_transport</sender>
- <signal>triggered(bool)</signal>
- <receiver>frame_transport</receiver>
- <slot>setVisible(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>-1</x>
- <y>-1</y>
- </hint>
- <hint type="destinationlabel">
- <x>377</x>
- <y>65</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|