| 1 | <ui version="4.0" >
|
|---|
| 2 | <author>Ricardo Villalba</author>
|
|---|
| 3 | <class>InputMplayerVersion</class>
|
|---|
| 4 | <widget class="QDialog" name="InputMplayerVersion" >
|
|---|
| 5 | <property name="geometry" >
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>458</width>
|
|---|
| 10 | <height>199</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="windowTitle" >
|
|---|
| 14 | <string>SMPlayer - Enter the MPlayer version</string>
|
|---|
| 15 | </property>
|
|---|
| 16 | <layout class="QVBoxLayout" >
|
|---|
| 17 | <property name="spacing" >
|
|---|
| 18 | <number>6</number>
|
|---|
| 19 | </property>
|
|---|
| 20 | <property name="leftMargin" >
|
|---|
| 21 | <number>9</number>
|
|---|
| 22 | </property>
|
|---|
| 23 | <property name="topMargin" >
|
|---|
| 24 | <number>9</number>
|
|---|
| 25 | </property>
|
|---|
| 26 | <property name="rightMargin" >
|
|---|
| 27 | <number>9</number>
|
|---|
| 28 | </property>
|
|---|
| 29 | <property name="bottomMargin" >
|
|---|
| 30 | <number>9</number>
|
|---|
| 31 | </property>
|
|---|
| 32 | <item>
|
|---|
| 33 | <widget class="QLabel" name="message" >
|
|---|
| 34 | <property name="text" >
|
|---|
| 35 | <string>SMPlayer couldn't identify the MPlayer version you're using.</string>
|
|---|
| 36 | </property>
|
|---|
| 37 | <property name="wordWrap" >
|
|---|
| 38 | <bool>true</bool>
|
|---|
| 39 | </property>
|
|---|
| 40 | </widget>
|
|---|
| 41 | </item>
|
|---|
| 42 | <item>
|
|---|
| 43 | <spacer>
|
|---|
| 44 | <property name="orientation" >
|
|---|
| 45 | <enum>Qt::Vertical</enum>
|
|---|
| 46 | </property>
|
|---|
| 47 | <property name="sizeHint" >
|
|---|
| 48 | <size>
|
|---|
| 49 | <width>20</width>
|
|---|
| 50 | <height>40</height>
|
|---|
| 51 | </size>
|
|---|
| 52 | </property>
|
|---|
| 53 | </spacer>
|
|---|
| 54 | </item>
|
|---|
| 55 | <item>
|
|---|
| 56 | <widget class="QLabel" name="label" >
|
|---|
| 57 | <property name="text" >
|
|---|
| 58 | <string>Version reported by MPlayer:</string>
|
|---|
| 59 | </property>
|
|---|
| 60 | </widget>
|
|---|
| 61 | </item>
|
|---|
| 62 | <item>
|
|---|
| 63 | <widget class="QLineEdit" name="orig_string" >
|
|---|
|
|---|