<?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>756</width> <height>283</height> </rect> </property> <property name="windowTitle"> <string>Carla</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <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>2</number> </property> <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> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <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="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>128</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>756</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_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_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> <addaction name="menu_File"/> <addaction name="menu_Engine"/> <addaction name="menu_Plugin"/> <addaction name="menu_Settings"/> <addaction name="menu_Help"/> </widget> <widget class="QStatusBar" name="statusbar"/> <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> </widget> <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>