<ui version="4.0" > <author>Ricardo Villalba</author> <class>InputMplayerVersion</class> <widget class="QDialog" name="InputMplayerVersion" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>458</width> <height>199</height> </rect> </property> <property name="windowTitle" > <string>SMPlayer - Enter the MPlayer version</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="message" > <property name="text" > <string>SMPlayer couldn't identify the MPlayer version you're using.</string> </property> <property name="wordWrap" > <bool>true</bool> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Version reported by MPlayer:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="orig_string" > <property name="readOnly" > <bool>true</bool> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>31</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label_2" > <property name="text" > <string>Please, &select the correct version:</string> </property> <property name="buddy" > <cstring>version_combo</cstring> </property> </widget> </item> <item> <widget class="QComboBox" name="version_combo" > <item> <property name="text" > <string>1.0rc1 or older</string> </property> </item> <item> <property name="text" > <string>1.0rc2</string> </property> </item> <item> <property name="text" > <string>Greater than 1.0rc2</string> </property> </item> </widget> </item> </layout> </item> <item> <widget class="Line" name="line" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>InputMplayerVersion</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>248</x> <y>254</y> </hint> <hint type="destinationlabel" > <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>InputMplayerVersion</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>316</x> <y>260</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>