Warning, /multimedia/subtitlecomposer/src/dialogs/intinputdialog.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>IntInputDialog</class>
0004  <widget class="QDialog" name="IntInputDialog">
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   <property name="windowTitle">
0017    <string notr="true"/>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <item row="0" column="2">
0021     <widget class="QSpinBox" name="spinBox"/>
0022    </item>
0023    <item row="0" column="0" alignment="Qt::AlignRight|Qt::AlignVCenter">
0024     <widget class="QLabel" name="label">
0025      <property name="text">
0026       <string notr="true">Label</string>
0027      </property>
0028      <property name="buddy">
0029       <cstring>spinBox</cstring>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="0" column="1">
0034     <widget class="QSlider" name="slider">
0035      <property name="orientation">
0036       <enum>Qt::Horizontal</enum>
0037      </property>
0038      <property name="tickPosition">
0039       <enum>QSlider::TicksBelow</enum>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="1" column="0" colspan="3">
0044     <widget class="QDialogButtonBox" name="buttonBox">
0045      <property name="orientation">
0046       <enum>Qt::Horizontal</enum>
0047      </property>
0048      <property name="standardButtons">
0049       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0050      </property>
0051     </widget>
0052    </item>
0053   </layout>
0054  </widget>
0055  <resources/>
0056  <connections>
0057   <connection>
0058    <sender>buttonBox</sender>
0059    <signal>accepted()</signal>
0060    <receiver>IntInputDialog</receiver>
0061    <slot>accept()</slot>
0062    <hints>
0063     <hint type="sourcelabel">
0064      <x>230</x>
0065      <y>219</y>
0066     </hint>
0067     <hint type="destinationlabel">
0068      <x>157</x>
0069      <y>274</y>
0070     </hint>
0071    </hints>
0072   </connection>
0073   <connection>
0074    <sender>buttonBox</sender>
0075    <signal>rejected()</signal>
0076    <receiver>IntInputDialog</receiver>
0077    <slot>reject()</slot>
0078    <hints>
0079     <hint type="sourcelabel">
0080      <x>298</x>
0081      <y>219</y>
0082     </hint>
0083     <hint type="destinationlabel">
0084      <x>286</x>
0085      <y>274</y>
0086     </hint>
0087    </hints>
0088   </connection>
0089   <connection>
0090    <sender>slider</sender>
0091    <signal>valueChanged(int)</signal>
0092    <receiver>spinBox</receiver>
0093    <slot>setValue(int)</slot>
0094    <hints>
0095     <hint type="sourcelabel">
0096      <x>105</x>
0097      <y>90</y>
0098     </hint>
0099     <hint type="destinationlabel">
0100      <x>364</x>
0101      <y>91</y>
0102     </hint>
0103    </hints>
0104   </connection>
0105   <connection>
0106    <sender>spinBox</sender>
0107    <signal>valueChanged(int)</signal>
0108    <receiver>slider</receiver>
0109    <slot>setValue(int)</slot>
0110    <hints>
0111     <hint type="sourcelabel">
0112      <x>371</x>
0113      <y>99</y>
0114     </hint>
0115     <hint type="destinationlabel">
0116      <x>169</x>
0117      <y>96</y>
0118     </hint>
0119    </hints>
0120   </connection>
0121  </connections>
0122 </ui>