|
|
@@ -0,0 +1,248 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<ui version="4.0"> |
|
|
|
<class>PluginWidget</class> |
|
|
|
<widget class="QFrame" name="PluginWidget"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>665</width> |
|
|
|
<height>80</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="contextMenuPolicy"> |
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>Frame</string> |
|
|
|
</property> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::StyledPanel</enum> |
|
|
|
</property> |
|
|
|
<property name="frameShadow"> |
|
|
|
<enum>QFrame::Raised</enum> |
|
|
|
</property> |
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
<property name="leftMargin"> |
|
|
|
<number>8</number> |
|
|
|
</property> |
|
|
|
<property name="topMargin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="rightMargin"> |
|
|
|
<number>8</number> |
|
|
|
</property> |
|
|
|
<property name="bottomMargin"> |
|
|
|
<number>8</number> |
|
|
|
</property> |
|
|
|
<item row="0" column="0" rowspan="2"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_name"> |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<weight>75</weight> |
|
|
|
<bold>true</bold> |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>TextLabel</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
<item> |
|
|
|
<widget class="PixmapButton" name="b_gui"> |
|
|
|
<property name="text"> |
|
|
|
<string>GUI</string> |
|
|
|
</property> |
|
|
|
<property name="checkable"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="PixmapButton" name="b_edit"> |
|
|
|
<property name="text"> |
|
|
|
<string>Edit</string> |
|
|
|
</property> |
|
|
|
<property name="checkable"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="PixmapButton" name="b_remove"> |
|
|
|
<property name="text"> |
|
|
|
<string>Remove</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="0" column="2" rowspan="2"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_midi"> |
|
|
|
<property name="text"> |
|
|
|
<string>MIDI</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="LEDButton" name="led_midi"> |
|
|
|
<property name="text"> |
|
|
|
<string>M</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<spacer name="verticalSpacer"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
<size> |
|
|
|
<width>20</width> |
|
|
|
<height>40</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</spacer> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="0" column="4"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_audio_out"> |
|
|
|
<property name="text"> |
|
|
|
<string>audio out</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignBottom|Qt::AlignHCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="DigitalPeakMeter" name="peak_out" native="true"/> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="0" column="3"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_audio_in"> |
|
|
|
<property name="text"> |
|
|
|
<string>audio in</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignBottom|Qt::AlignHCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="DigitalPeakMeter" name="peak_in" native="true"/> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="1" column="3" colspan="2"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<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="QLabel" name="label_logo"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>71</width> |
|
|
|
<height>30</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<width>71</width> |
|
|
|
<height>30</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="pixmap"> |
|
|
|
<pixmap resource="../resources.qrc">:/bitmaps/logo_calf.png</pixmap> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="0" column="1" rowspan="2"> |
|
|
|
<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> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<customwidgets> |
|
|
|
<customwidget> |
|
|
|
<class>DigitalPeakMeter</class> |
|
|
|
<extends>QWidget</extends> |
|
|
|
<header>digitalpeakmeter.h</header> |
|
|
|
<container>1</container> |
|
|
|
</customwidget> |
|
|
|
<customwidget> |
|
|
|
<class>PixmapButton</class> |
|
|
|
<extends>QPushButton</extends> |
|
|
|
<header>pixmapbutton.h</header> |
|
|
|
</customwidget> |
|
|
|
<customwidget> |
|
|
|
<class>LEDButton</class> |
|
|
|
<extends>QPushButton</extends> |
|
|
|
<header>ledbutton.h</header> |
|
|
|
</customwidget> |
|
|
|
</customwidgets> |
|
|
|
<resources> |
|
|
|
<include location="../resources.qrc"/> |
|
|
|
</resources> |
|
|
|
<connections/> |
|
|
|
</ui> |