Warning, /multimedia/subtitlecomposer/src/dialogs/subtitleclassdialog.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>SubtitleClassDialog</class>
0004  <widget class="QDialog" name="SubtitleClassDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>133</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <spacer name="vs1">
0016      <property name="orientation">
0017       <enum>Qt::Vertical</enum>
0018      </property>
0019      <property name="sizeHint" stdset="0">
0020       <size>
0021        <width>20</width>
0022        <height>40</height>
0023       </size>
0024      </property>
0025     </spacer>
0026    </item>
0027    <item>
0028     <widget class="QLabel" name="labClass">
0029      <property name="text">
0030       <string>Space separated list of CSS classes:</string>
0031      </property>
0032      <property name="buddy">
0033       <cstring>classList</cstring>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <widget class="QComboBox" name="classList">
0039      <property name="sizePolicy">
0040       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0041        <horstretch>0</horstretch>
0042        <verstretch>0</verstretch>
0043       </sizepolicy>
0044      </property>
0045      <property name="editable">
0046       <bool>true</bool>
0047      </property>
0048      <property name="sizeAdjustPolicy">
0049       <enum>QComboBox::AdjustToContents</enum>
0050      </property>
0051      <property name="placeholderText">
0052       <string extracomment="CSS">Class</string>
0053      </property>
0054     </widget>
0055    </item>
0056    <item>
0057     <spacer name="vs2">
0058      <property name="orientation">
0059       <enum>Qt::Vertical</enum>
0060      </property>
0061      <property name="sizeHint" stdset="0">
0062       <size>
0063        <width>20</width>
0064        <height>40</height>
0065       </size>
0066      </property>
0067     </spacer>
0068    </item>
0069    <item>
0070     <widget class="QDialogButtonBox" name="buttonBox">
0071      <property name="orientation">
0072       <enum>Qt::Horizontal</enum>
0073      </property>
0074      <property name="standardButtons">
0075       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0076      </property>
0077     </widget>
0078    </item>
0079   </layout>
0080  </widget>
0081  <resources/>
0082  <connections>
0083   <connection>
0084    <sender>buttonBox</sender>
0085    <signal>accepted()</signal>
0086    <receiver>SubtitleClassDialog</receiver>
0087    <slot>accept()</slot>
0088    <hints>
0089     <hint type="sourcelabel">
0090      <x>248</x>
0091      <y>254</y>
0092     </hint>
0093     <hint type="destinationlabel">
0094      <x>157</x>
0095      <y>274</y>
0096     </hint>
0097    </hints>
0098   </connection>
0099   <connection>
0100    <sender>buttonBox</sender>
0101    <signal>rejected()</signal>
0102    <receiver>SubtitleClassDialog</receiver>
0103    <slot>reject()</slot>
0104    <hints>
0105     <hint type="sourcelabel">
0106      <x>316</x>
0107      <y>260</y>
0108     </hint>
0109     <hint type="destinationlabel">
0110      <x>286</x>
0111      <y>274</y>
0112     </hint>
0113    </hints>
0114   </connection>
0115  </connections>
0116 </ui>