Warning, /multimedia/audex/widgets/customwidgetUI.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>CustomWidgetUI</class>
0004  <widget class="QWidget" name="CustomWidgetUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>430</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize">
0014    <size>
0015     <width>430</width>
0016     <height>300</height>
0017    </size>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <item row="0" column="0" colspan="2">
0021     <widget class="QLabel" name="label">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="text">
0029       <string>Command Scheme:</string>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="1" column="0">
0034     <widget class="QLineEdit" name="qlineedit_scheme"/>
0035    </item>
0036    <item row="1" column="1">
0037     <widget class="QPushButton" name="kpushbutton_scheme"/>
0038    </item>
0039    <item row="2" column="0" colspan="2">
0040     <layout class="QHBoxLayout" name="horizontalLayout">
0041      <item>
0042       <widget class="QLabel" name="label_suffix">
0043        <property name="sizePolicy">
0044         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0045          <horstretch>0</horstretch>
0046          <verstretch>0</verstretch>
0047         </sizepolicy>
0048        </property>
0049        <property name="text">
0050         <string>Suffix:</string>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <widget class="QLineEdit" name="qlineedit_suffix">
0056        <property name="sizePolicy">
0057         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0058          <horstretch>30</horstretch>
0059          <verstretch>0</verstretch>
0060         </sizepolicy>
0061        </property>
0062        <property name="maximumSize">
0063         <size>
0064          <width>70</width>
0065          <height>16777215</height>
0066         </size>
0067        </property>
0068       </widget>
0069      </item>
0070      <item>
0071       <spacer name="horizontalSpacer">
0072        <property name="orientation">
0073         <enum>Qt::Horizontal</enum>
0074        </property>
0075        <property name="sizeHint" stdset="0">
0076         <size>
0077          <width>40</width>
0078          <height>20</height>
0079         </size>
0080        </property>
0081       </spacer>
0082      </item>
0083     </layout>
0084    </item>
0085    <item row="3" column="0">
0086     <spacer name="verticalSpacer">
0087      <property name="orientation">
0088       <enum>Qt::Vertical</enum>
0089      </property>
0090      <property name="sizeHint" stdset="0">
0091       <size>
0092        <width>20</width>
0093        <height>24</height>
0094       </size>
0095      </property>
0096     </spacer>
0097    </item>
0098   </layout>
0099  </widget>
0100  <customwidgets>
0101   <customwidget>
0102    <class>QLineEdit</class>
0103    <extends>QLineEdit</extends>
0104    <header>qlineedit.h</header>
0105   </customwidget>
0106  </customwidgets>
0107  <resources/>
0108  <connections/>
0109 </ui>