Warning, /multimedia/subtitlecomposer/src/dialogs/textinputdialog.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>TextInputDialog</class>
0004  <widget class="QDialog" name="TextInputDialog">
0005   <property name="windowModality">
0006    <enum>Qt::ApplicationModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>400</width>
0013     <height>300</height>
0014    </rect>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="1" column="1">
0018     <widget class="QDialogButtonBox" name="buttonBox">
0019      <property name="orientation">
0020       <enum>Qt::Horizontal</enum>
0021      </property>
0022      <property name="standardButtons">
0023       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="1">
0028     <widget class="QLineEdit" name="lineEdit"/>
0029    </item>
0030    <item row="0" column="0" alignment="Qt::AlignRight|Qt::AlignVCenter">
0031     <widget class="QLabel" name="label">
0032      <property name="buddy">
0033       <cstring>lineEdit</cstring>
0034      </property>
0035     </widget>
0036    </item>
0037   </layout>
0038  </widget>
0039  <resources/>
0040  <connections>
0041   <connection>
0042    <sender>buttonBox</sender>
0043    <signal>accepted()</signal>
0044    <receiver>TextInputDialog</receiver>
0045    <slot>accept()</slot>
0046    <hints>
0047     <hint type="sourcelabel">
0048      <x>284</x>
0049      <y>201</y>
0050     </hint>
0051     <hint type="destinationlabel">
0052      <x>157</x>
0053      <y>274</y>
0054     </hint>
0055    </hints>
0056   </connection>
0057   <connection>
0058    <sender>buttonBox</sender>
0059    <signal>rejected()</signal>
0060    <receiver>TextInputDialog</receiver>
0061    <slot>reject()</slot>
0062    <hints>
0063     <hint type="sourcelabel">
0064      <x>352</x>
0065      <y>207</y>
0066     </hint>
0067     <hint type="destinationlabel">
0068      <x>286</x>
0069      <y>274</y>
0070     </hint>
0071    </hints>
0072   </connection>
0073  </connections>
0074 </ui>