|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PluginListDialog</class>
- <widget class="QDialog" name="PluginListDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1100</width>
- <height>683</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Carla - Add New</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="2" column="0">
- <spacer name="verticalSpacer_6">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="3" column="0">
- <widget class="QTabWidget" name="tab_reqs">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="tabBarAutoHide" stdset="0">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="tw_reqs">
- <attribute name="title">
- <string/>
- </attribute>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="1">
- <widget class="QLabel" name="l_reqs">
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Requirements</string>
- </property>
- </widget>
- </item>
- <item row="5" column="1">
- <widget class="QCheckBox" name="ch_gui">
- <property name="text">
- <string>With Custom GUI </string>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QCheckBox" name="ch_cv">
- <property name="text">
- <string>With CV Ports</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="ch_rtsafe">
- <property name="text">
- <string>Real-time safe only</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QCheckBox" name="ch_stereo">
- <property name="text">
- <string>Stereo only</string>
- </property>
- </widget>
- </item>
- <item row="6" column="1">
- <widget class="QCheckBox" name="ch_inline_display">
- <property name="text">
- <string>With Inline Display</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QCheckBox" name="ch_favorites">
- <property name="text">
- <string>Favorites only</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- <item row="4" column="0" colspan="3">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>(Number of Plugins go here)</string>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
- </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>
- <item>
- <widget class="QPushButton" name="b_add">
- <property name="text">
- <string>&Add Plugin</string>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_cancel">
- <property name="text">
- <string>Cancel</string>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/dialog-cancel.svgz</normaloff>:/16x16/dialog-cancel.svgz</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="0" column="0" colspan="3">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLineEdit" name="lineEdit">
- <property name="clearButtonEnabled" stdset="0">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_refresh">
- <property name="text">
- <string>Refresh</string>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/view-refresh.svgz</normaloff>:/16x16/view-refresh.svgz</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_clear_filters">
- <property name="text">
- <string>Reset filters</string>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/edit-clear.svgz</normaloff>:/16x16/edit-clear.svgz</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="1" column="2" rowspan="3">
- <widget class="QTabWidget" name="tab_info">
- <property name="tabBarAutoHide" stdset="0">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="tw_info">
- <attribute name="title">
- <string/>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="19" column="0">
- <spacer name="verticalSpacer_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="1" column="1">
- <widget class="QLabel" name="l_format">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Format:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>Architecture:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QLabel" name="l_arch">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="label_6">
- <property name="text">
- <string>Type:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QLabel" name="l_type">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="19" column="1">
- <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>
- <item row="10" column="0">
- <widget class="QLabel" name="label_12">
- <property name="text">
- <string>MIDI Ins:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QLabel" name="label_8">
- <property name="text">
- <string>Audio Ins:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="9" column="0">
- <widget class="QLabel" name="label_11">
- <property name="text">
- <string>CV Outs:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="11" column="0">
- <widget class="QLabel" name="label_13">
- <property name="text">
- <string>MIDI Outs:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="12" column="0">
- <widget class="QLabel" name="label_14">
- <property name="text">
- <string>Parameter Ins:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="13" column="0">
- <widget class="QLabel" name="label_15">
- <property name="text">
- <string>Parameter Outs:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="7" column="0">
- <widget class="QLabel" name="label_9">
- <property name="text">
- <string>Audio Outs:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="8" column="0">
- <widget class="QLabel" name="label_10">
- <property name="text">
- <string>CV Ins:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="la_id">
- <property name="text">
- <string>UniqueID:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="16" column="0">
- <widget class="QLabel" name="label_18">
- <property name="text">
- <string>Has Inline Display:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="15" column="0">
- <widget class="QLabel" name="label_17">
- <property name="text">
- <string>Has Custom GUI:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="18" column="0">
- <widget class="QLabel" name="label_19">
- <property name="text">
- <string>Is Synth:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="17" column="0">
- <widget class="QLabel" name="label_20">
- <property name="text">
- <string>Is Bridged:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item row="7" column="1">
- <widget class="QLabel" name="l_aouts">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QLabel" name="l_id">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="6" column="1">
- <widget class="QLabel" name="l_ains">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="18" column="1">
- <widget class="QLabel" name="l_synth">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="12" column="1">
- <widget class="QLabel" name="l_pins">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="8" column="1">
- <widget class="QLabel" name="l_cvins">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="13" column="1">
- <widget class="QLabel" name="l_pouts">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="11" column="1">
- <widget class="QLabel" name="l_mouts">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="10" column="1">
- <widget class="QLabel" name="l_mins">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="17" column="1">
- <widget class="QLabel" name="l_bridged">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="16" column="1">
- <widget class="QLabel" name="l_idisp">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="15" column="1">
- <widget class="QLabel" name="l_gui">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="9" column="1">
- <widget class="QLabel" name="l_cvouts">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="label_3">
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Information</string>
- </property>
- </widget>
- </item>
- <item row="14" column="0" colspan="2">
- <widget class="Line" name="line_2">
- <property name="lineWidth">
- <number>0</number>
- </property>
- <property name="midLineWidth">
- <number>1</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item row="5" column="0" colspan="2">
- <widget class="Line" name="line">
- <property name="lineWidth">
- <number>0</number>
- </property>
- <property name="midLineWidth">
- <number>1</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- <item row="1" column="1" rowspan="3">
- <widget class="QTableWidget" name="tableWidget">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>1</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
- </property>
- <property name="showDropIndicator" stdset="0">
- <bool>false</bool>
- </property>
- <property name="dragDropOverwriteMode">
- <bool>false</bool>
- </property>
- <property name="alternatingRowColors">
- <bool>true</bool>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::SingleSelection</enum>
- </property>
- <property name="selectionBehavior">
- <enum>QAbstractItemView::SelectRows</enum>
- </property>
- <property name="showGrid">
- <bool>false</bool>
- </property>
- <property name="gridStyle">
- <enum>Qt::NoPen</enum>
- </property>
- <property name="sortingEnabled">
- <bool>true</bool>
- </property>
- <property name="wordWrap">
- <bool>false</bool>
- </property>
- <attribute name="horizontalHeaderMinimumSectionSize">
- <number>24</number>
- </attribute>
- <attribute name="horizontalHeaderStretchLastSection">
- <bool>true</bool>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="verticalHeaderDefaultSectionSize">
- <number>22</number>
- </attribute>
- <attribute name="verticalHeaderMinimumSectionSize">
- <number>12</number>
- </attribute>
- <column>
- <property name="text">
- <string notr="true"/>
- </property>
- <property name="toolTip">
- <string notr="true"/>
- </property>
- <property name="whatsThis">
- <string notr="true"/>
- </property>
- <property name="icon">
- <iconset resource="../resources.qrc">
- <normaloff>:/16x16/bookmarks.svgz</normaloff>:/16x16/bookmarks.svgz</iconset>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Name</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Label/Id/URI</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Maker</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Binary/Filename</string>
- </property>
- </column>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QToolBox" name="toolBox">
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="p_format">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>158</width>
- <height>237</height>
- </rect>
- </property>
- <attribute name="label">
- <string>Format</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QCheckBox" name="ch_internal">
- <property name="text">
- <string>Internal</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_ladspa">
- <property name="text">
- <string>LADSPA</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_dssi">
- <property name="text">
- <string>DSSI</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_lv2">
- <property name="text">
- <string>LV2</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_vst">
- <property name="text">
- <string>VST2</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_vst3">
- <property name="text">
- <string>VST3</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_clap">
- <property name="text">
- <string>CLAP</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_au">
- <property name="text">
- <string>AU</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_jsfx">
- <property name="text">
- <string>JSFX</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_kits">
- <property name="text">
- <string>Sound Kits</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer_5">
- <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>
- </widget>
- <widget class="QWidget" name="p_type">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>158</width>
- <height>156</height>
- </rect>
- </property>
- <attribute name="label">
- <string>Type</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QCheckBox" name="ch_effects">
- <property name="text">
- <string>Effects</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_instruments">
- <property name="text">
- <string>Instruments</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_midi">
- <property name="text">
- <string>MIDI Plugins</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_other">
- <property name="text">
- <string>Other/Misc</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer_3">
- <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>
- </widget>
- <widget class="QWidget" name="p_category">
- <attribute name="label">
- <string>Category</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <item>
- <widget class="QCheckBox" name="ch_cat_all">
- <property name="text">
- <string>All</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_delay">
- <property name="text">
- <string>Delay</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_distortion">
- <property name="text">
- <string>Distortion</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_dynamics">
- <property name="text">
- <string>Dynamics</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_eq">
- <property name="text">
- <string>EQ</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_filter">
- <property name="text">
- <string>Filter</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_modulator">
- <property name="text">
- <string>Modulator</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_synth">
- <property name="text">
- <string>Synth</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_utility">
- <property name="text">
- <string>Utility</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_cat_other">
- <property name="text">
- <string>Other</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer_7">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>23</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="p_arch">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>158</width>
- <height>130</height>
- </rect>
- </property>
- <attribute name="label">
- <string>Architecture</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <widget class="QCheckBox" name="ch_native">
- <property name="text">
- <string>Native</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_bridged">
- <property name="text">
- <string>Bridged</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_bridged_wine">
- <property name="text">
- <string>Bridged (Wine)</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer_4">
- <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>
- </widget>
- </widget>
- </item>
- </layout>
- <action name="act_focus_search">
- <property name="text">
- <string>Focus Text Search</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+F</string>
- </property>
- </action>
- </widget>
- <tabstops>
- <tabstop>lineEdit</tabstop>
- <tabstop>tableWidget</tabstop>
- <tabstop>b_add</tabstop>
- <tabstop>b_cancel</tabstop>
- <tabstop>b_refresh</tabstop>
- <tabstop>b_clear_filters</tabstop>
- <tabstop>ch_internal</tabstop>
- <tabstop>ch_ladspa</tabstop>
- <tabstop>ch_dssi</tabstop>
- <tabstop>ch_lv2</tabstop>
- <tabstop>ch_vst</tabstop>
- <tabstop>ch_vst3</tabstop>
- <tabstop>ch_clap</tabstop>
- <tabstop>ch_au</tabstop>
- <tabstop>ch_kits</tabstop>
- <tabstop>ch_effects</tabstop>
- <tabstop>ch_instruments</tabstop>
- <tabstop>ch_midi</tabstop>
- <tabstop>ch_other</tabstop>
- <tabstop>ch_native</tabstop>
- <tabstop>ch_bridged</tabstop>
- <tabstop>ch_bridged_wine</tabstop>
- <tabstop>ch_inline_display</tabstop>
- <tabstop>ch_stereo</tabstop>
- <tabstop>ch_rtsafe</tabstop>
- <tabstop>ch_gui</tabstop>
- <tabstop>ch_cv</tabstop>
- <tabstop>tab_reqs</tabstop>
- <tabstop>tab_info</tabstop>
- </tabstops>
- <resources>
- <include location="../resources.qrc"/>
- </resources>
- <connections>
- </connections>
- </ui>
|