Warning, /education/parley/src/editor/audiowidget.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>AudioWidget</class>
0004  <widget class="QWidget" name="AudioWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>236</width>
0010     <height>137</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <layout class="QHBoxLayout">
0016      <item>
0017       <widget class="QPushButton" name="playButton">
0018        <property name="text">
0019         <string>Play</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="QPushButton" name="recordButton">
0025        <property name="text">
0026         <string>Record</string>
0027        </property>
0028       </widget>
0029      </item>
0030      <item>
0031       <widget class="QPushButton" name="downloadButton">
0032        <property name="toolTip">
0033         <string>Download audio file with webservice</string>
0034        </property>
0035        <property name="text">
0036         <string>Download</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <spacer>
0042        <property name="orientation">
0043         <enum>Qt::Horizontal</enum>
0044        </property>
0045        <property name="sizeHint" stdset="0">
0046         <size>
0047          <width>40</width>
0048          <height>20</height>
0049         </size>
0050        </property>
0051       </spacer>
0052      </item>
0053     </layout>
0054    </item>
0055    <item>
0056     <widget class="KUrlRequester" name="audioUrlRequester"/>
0057    </item>
0058    <item>
0059     <spacer>
0060      <property name="orientation">
0061       <enum>Qt::Vertical</enum>
0062      </property>
0063      <property name="sizeHint" stdset="0">
0064       <size>
0065        <width>20</width>
0066        <height>40</height>
0067       </size>
0068      </property>
0069     </spacer>
0070    </item>
0071   </layout>
0072  </widget>
0073  <customwidgets>
0074   <customwidget>
0075    <class>KUrlRequester</class>
0076    <extends>QFrame</extends>
0077    <header>kurlrequester.h</header>
0078    <container>1</container>
0079   </customwidget>
0080  </customwidgets>
0081  <resources/>
0082  <connections/>
0083 </ui>