<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ClaudiaLauncherApp</class> <widget class="QMainWindow" name="ClaudiaLauncherApp"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>830</width> <height>133</height> </rect> </property> <property name="windowTitle"> <string>Claudia Launcher</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_12"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QPushButton" name="b_start"> <property name="minimumSize"> <size> <width>0</width> <height>48</height> </size> </property> <property name="text"> <string>&Start</string> </property> <property name="icon"> <iconset resource="../../resources/resources.qrc"> <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="b_add"> <property name="minimumSize"> <size> <width>0</width> <height>48</height> </size> </property> <property name="text"> <string>&Add to LADISH</string> </property> <property name="icon"> <iconset resource="../../resources/resources.qrc"> <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupLADISH"> <property name="title"> <string>Enable LADISH</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_24"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <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>Default BPM:</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="sb_bpm"> <property name="decimals"> <number>1</number> </property> <property name="maximum"> <double>999.000000000000000</double> </property> <property name="value"> <double>130.000000000000000</double> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <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="Line" name="line_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <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_25"> <property name="text"> <string>Default Sample Rate:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QComboBox" name="co_sample_rate"/> </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> <item> <widget class="Line" name="line_12"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <spacer name="horizontalSpacer_5"> <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_4"> <property name="text"> <string>LADI Room:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QComboBox" name="co_ladi_room"/> </item> <item> <widget class="QPushButton" name="b_refresh"> <property name="maximumSize"> <size> <width>22</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> <item> <spacer name="horizontalSpacer_6"> <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> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_10"> <property name="text"> <string>Project folder:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="le_url"/> </item> <item> <widget class="QPushButton" name="b_open"> <property name="maximumSize"> <size> <width>22</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> </layout> </widget> </item> </layout> </item> <item> <widget class="ClaudiaLauncher" name="launcher" native="true"/> </item> </layout> </widget> <action name="action_Close"> <property name="text"> <string>&Close</string> </property> </action> <action name="action_About"> <property name="text"> <string>&About</string> </property> </action> </widget> <customwidgets> <customwidget> <class>ClaudiaLauncher</class> <extends>QWidget</extends> <header>claudia_launcher.h</header> <container>1</container> </customwidget> </customwidgets> <resources> <include location="../../resources/resources.qrc"/> </resources> <connections/> </ui>