You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 - <ui version="4.0">
 -  <class>PluginParameter</class>
 -  <widget class="QWidget" name="PluginParameter">
 -   <property name="geometry">
 -    <rect>
 -     <x>0</x>
 -     <y>0</y>
 -     <width>452</width>
 -     <height>34</height>
 -    </rect>
 -   </property>
 -   <property name="windowTitle">
 -    <string>Form</string>
 -   </property>
 -   <layout class="QHBoxLayout" name="horizontalLayout">
 -    <item>
 -     <widget class="QLabel" name="label">
 -      <property name="text">
 -       <string>Parameter Name</string>
 -      </property>
 -      <property name="alignment">
 -       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 -      </property>
 -     </widget>
 -    </item>
 -    <item>
 -     <widget class="ParamSpinBox" name="widget" native="true">
 -      <property name="sizePolicy">
 -       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 -        <horstretch>0</horstretch>
 -        <verstretch>0</verstretch>
 -       </sizepolicy>
 -      </property>
 -      <property name="contextMenuPolicy">
 -       <enum>Qt::CustomContextMenu</enum>
 -      </property>
 -     </widget>
 -    </item>
 -    <item>
 -     <widget class="QSpinBox" name="sb_control">
 -      <property name="contextMenuPolicy">
 -       <enum>Qt::CustomContextMenu</enum>
 -      </property>
 -      <property name="specialValueText">
 -       <string>(none)</string>
 -      </property>
 -      <property name="prefix">
 -       <string>cc #</string>
 -      </property>
 -      <property name="minimum">
 -       <number>-1</number>
 -      </property>
 -      <property name="maximum">
 -       <number>95</number>
 -      </property>
 -      <property name="value">
 -       <number>-1</number>
 -      </property>
 -     </widget>
 -    </item>
 -    <item>
 -     <widget class="QSpinBox" name="sb_channel">
 -      <property name="contextMenuPolicy">
 -       <enum>Qt::CustomContextMenu</enum>
 -      </property>
 -      <property name="prefix">
 -       <string>ch </string>
 -      </property>
 -      <property name="minimum">
 -       <number>1</number>
 -      </property>
 -      <property name="maximum">
 -       <number>16</number>
 -      </property>
 -      <property name="value">
 -       <number>1</number>
 -      </property>
 -     </widget>
 -    </item>
 -   </layout>
 -  </widget>
 -  <customwidgets>
 -   <customwidget>
 -    <class>ParamSpinBox</class>
 -    <extends>QWidget</extends>
 -    <header>paramspinbox.h</header>
 -    <container>1</container>
 -   </customwidget>
 -  </customwidgets>
 -  <resources/>
 -  <connections/>
 - </ui>
 
 
  |