Changeset 2d22d0e2f33e7e617a49417418102e3105c038c1
- Timestamp:
- 15/03/08 04:51:07
(7 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1205553067 -0700
- git-parent:
[bc5ec85a6e24e317b930983a34e9f0d3e7e8eb33]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1205553067 -0700
- Message:
Very slight fixes in Open Dialog too.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6c89da4 |
r2d22d0e |
|
| 7 | 7 | <x>0</x> |
|---|
| 8 | 8 | <y>0</y> |
|---|
| 9 | | <width>314</width> |
|---|
| 10 | | <height>147</height> |
|---|
| | 9 | <width>358</width> |
|---|
| | 10 | <height>163</height> |
|---|
| 11 | 11 | </rect> |
|---|
| 12 | 12 | </property> |
|---|
| … | … | |
| 19 | 19 | </widget> |
|---|
| 20 | 20 | </item> |
|---|
| 21 | | <item row="0" column="2" colspan="2"> |
|---|
| | 21 | <item row="0" column="2" colspan="2" > |
|---|
| 22 | 22 | <widget class="QComboBox" name="deviceCombo" > |
|---|
| 23 | 23 | <property name="sizePolicy" > |
|---|
| rdaebd34 |
r2d22d0e |
|
| 7 | 7 | <x>0</x> |
|---|
| 8 | 8 | <y>0</y> |
|---|
| 9 | | <width>500</width> |
|---|
| | 9 | <width>537</width> |
|---|
| 10 | 10 | <height>423</height> |
|---|
| 11 | 11 | </rect> |
|---|
| … | … | |
| 21 | 21 | </property> |
|---|
| 22 | 22 | <layout class="QGridLayout" > |
|---|
| 23 | | <item row="0" column="8" > |
|---|
| | 23 | <item row="0" column="0" > |
|---|
| | 24 | <spacer> |
|---|
| | 25 | <property name="orientation" > |
|---|
| | 26 | <enum>Qt::Horizontal</enum> |
|---|
| | 27 | </property> |
|---|
| | 28 | <property name="sizeHint" > |
|---|
| | 29 | <size> |
|---|
| | 30 | <width>16</width> |
|---|
| | 31 | <height>25</height> |
|---|
| | 32 | </size> |
|---|
| | 33 | </property> |
|---|
| | 34 | </spacer> |
|---|
| | 35 | </item> |
|---|
| | 36 | <item row="0" column="1" > |
|---|
| | 37 | <widget class="QRadioButton" name="dvdRadioButton" > |
|---|
| | 38 | <property name="layoutDirection" > |
|---|
| | 39 | <enum>Qt::LeftToRight</enum> |
|---|
| | 40 | </property> |
|---|
| | 41 | <property name="text" > |
|---|
| | 42 | <string>DVD</string> |
|---|
| | 43 | </property> |
|---|
| | 44 | <property name="checked" > |
|---|
| | 45 | <bool>true</bool> |
|---|
| | 46 | </property> |
|---|
| | 47 | </widget> |
|---|
| | 48 | </item> |
|---|
| | 49 | <item row="0" column="2" colspan="2" > |
|---|
| 24 | 50 | <spacer> |
|---|
| 25 | 51 | <property name="orientation" > |
|---|
| … | … | |
| 34 | 60 | </spacer> |
|---|
| 35 | 61 | </item> |
|---|
| 36 | | <item row="0" column="3" > |
|---|
| | 62 | <item row="0" column="4" > |
|---|
| | 63 | <widget class="QRadioButton" name="vcdRadioButton" > |
|---|
| | 64 | <property name="text" > |
|---|
| | 65 | <string>SVCD/VCD</string> |
|---|
| | 66 | </property> |
|---|
| | 67 | </widget> |
|---|
| | 68 | </item> |
|---|
| | 69 | <item row="0" column="5" > |
|---|
| 37 | 70 | <spacer> |
|---|
| 38 | 71 | <property name="orientation" > |
|---|
| … | … | |
| 47 | 80 | </spacer> |
|---|
| 48 | 81 | </item> |
|---|
| 49 | | <item row="3" column="2" colspan="5" > |
|---|
| 50 | | <widget class="QComboBox" name="deviceCombo" > |
|---|
| 51 | | <property name="editable" > |
|---|
| 52 | | <bool>true</bool> |
|---|
| 53 | | </property> |
|---|
| 54 | | </widget> |
|---|
| 55 | | </item> |
|---|
| 56 | | <item row="3" column="8" > |
|---|
| 57 | | <widget class="QPushButton" name="browseDiscButton" > |
|---|
| 58 | | <property name="toolTip" > |
|---|
| 59 | | <string>_("Select the device or the VIDEO_TS folder")</string> |
|---|
| 60 | | </property> |
|---|
| 61 | | <property name="text" > |
|---|
| 62 | | <string>_("Browse...")</string> |
|---|
| 63 | | </property> |
|---|
| 64 | | </widget> |
|---|
| 65 | | </item> |
|---|
| 66 | | <item row="3" column="0" colspan="2" > |
|---|
| 67 | | <widget class="QLabel" name="deviceLabel" > |
|---|
| 68 | | <property name="text" > |
|---|
| 69 | | <string>_("Disk device")</string> |
|---|
| 70 | | </property> |
|---|
| 71 | | <property name="buddy" > |
|---|
| 72 | | <cstring>deviceCombo</cstring> |
|---|
| 73 | | </property> |
|---|
| 74 | | </widget> |
|---|
| 75 | | </item> |
|---|
| 76 | | <item row="0" column="6" > |
|---|
| | 82 | <item row="0" column="6" colspan="2" > |
|---|
| 77 | 83 | <widget class="QRadioButton" name="audioCDRadioButton" > |
|---|
| 78 | 84 | <property name="text" > |
|---|
| … | … | |
| 81 | 87 | </widget> |
|---|
| 82 | 88 | </item> |
|---|
| 83 | | <item row="0" column="1" colspan="2" > |
|---|
| 84 | | <widget class="QRadioButton" name="dvdRadioButton" > |
|---|
| 85 | | <property name="layoutDirection" > |
|---|
| 86 | | <enum>Qt::LeftToRight</enum> |
|---|
| 87 | | </property> |
|---|
| 88 | | <property name="text" > |
|---|
| 89 | | <string>DVD</string> |
|---|
| 90 | | </property> |
|---|
| 91 | | <property name="checked" > |
|---|
| 92 | | <bool>true</bool> |
|---|
| 93 | | </property> |
|---|
| 94 | | </widget> |
|---|
| 95 | | </item> |
|---|
| 96 | | <item row="0" column="4" > |
|---|
| 97 | | <widget class="QRadioButton" name="vcdRadioButton" > |
|---|
| 98 | | <property name="text" > |
|---|
| 99 | | <string>SVCD/VCD</string> |
|---|
| 100 | | </property> |
|---|
| 101 | | </widget> |
|---|
| 102 | | </item> |
|---|
| 103 | | <item row="0" column="5" > |
|---|
| | 89 | <item row="0" column="8" > |
|---|
| 104 | 90 | <spacer> |
|---|
| 105 | 91 | <property name="orientation" > |
|---|
| … | … | |
| 108 | 94 | <property name="sizeHint" > |
|---|
| 109 | 95 | <size> |
|---|
| 110 | | <width>40</width> |
|---|
| 111 | | <height>20</height> |
|---|
| 112 | | </size> |
|---|
| 113 | | </property> |
|---|
| 114 | | </spacer> |
|---|
| 115 | | </item> |
|---|
| 116 | | <item row="2" column="1" colspan="6" > |
|---|
| 117 | | <widget class="Line" name="line" > |
|---|
| 118 | | <property name="orientation" > |
|---|
| 119 | | <enum>Qt::Horizontal</enum> |
|---|
| 120 | | </property> |
|---|
| 121 | | </widget> |
|---|
| 122 | | </item> |
|---|
| 123 | | <item row="0" column="0" > |
|---|
| 124 | | <spacer> |
|---|
| 125 | | <property name="orientation" > |
|---|
| 126 | | <enum>Qt::Horizontal</enum> |
|---|
| 127 | | </property> |
|---|
| 128 | | <property name="sizeHint" > |
|---|
| 129 | | <size> |
|---|
| 130 | | <width>21</width> |
|---|
| 131 | | <height>20</height> |
|---|
| | 96 | <width>31</width> |
|---|
| | 97 | <height>25</height> |
|---|
| 132 | 98 | </size> |
|---|
| 133 | 99 | </property> |
|---|
| … | … | |
| 144 | 110 | </widget> |
|---|
| 145 | 111 | </item> |
|---|
| 146 | | <item row="3" column="7" > |
|---|
| | 112 | <item row="2" column="2" colspan="7" > |
|---|
| | 113 | <widget class="Line" name="line" > |
|---|
| | 114 | <property name="orientation" > |
|---|
| | 115 | <enum>Qt::Horizontal</enum> |
|---|
| | 116 | </property> |
|---|
| | 117 | </widget> |
|---|
| | 118 | </item> |
|---|
| | 119 | <item row="3" column="0" colspan="3" > |
|---|
| | 120 | <widget class="QLabel" name="deviceLabel" > |
|---|
| | 121 | <property name="text" > |
|---|
| | 122 | <string>_("Disk device")</string> |
|---|
| | 123 | </property> |
|---|
| | 124 | <property name="buddy" > |
|---|
| | 125 | <cstring>deviceCombo</cstring> |
|---|
| | 126 | </property> |
|---|
| | 127 | </widget> |
|---|
| | 128 | </item> |
|---|
| | 129 | <item row="3" column="3" colspan="3" > |
|---|
| | 130 | <widget class="QComboBox" name="deviceCombo" > |
|---|
| | 131 | <property name="editable" > |
|---|
| | 132 | <bool>true</bool> |
|---|
| | 133 | </property> |
|---|
| | 134 | </widget> |
|---|
| | 135 | </item> |
|---|
| | 136 | <item row="3" column="6" > |
|---|
| 147 | 137 | <widget class="QToolButton" name="ejectButton" > |
|---|
| | 138 | <property name="sizePolicy" > |
|---|
| | 139 | <sizepolicy vsizetype="Minimum" hsizetype="Fixed" > |
|---|
| | 140 | <horstretch>0</horstretch> |
|---|
| | 141 | <verstretch>0</verstretch> |
|---|
| | 142 | </sizepolicy> |
|---|
| | 143 | </property> |
|---|
| 148 | 144 | <property name="text" > |
|---|
| 149 | 145 | <string>E</string> |
|---|
| | 146 | </property> |
|---|
| | 147 | </widget> |
|---|
| | 148 | </item> |
|---|
| | 149 | <item row="3" column="7" colspan="2" > |
|---|
| | 150 | <widget class="QPushButton" name="browseDiscButton" > |
|---|
| | 151 | <property name="sizePolicy" > |
|---|
| | 152 | <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > |
|---|
| | 153 | <horstretch>0</horstretch> |
|---|
| | 154 | <verstretch>0</verstretch> |
|---|
| | 155 | </sizepolicy> |
|---|
| | 156 | </property> |
|---|
| | 157 | <property name="toolTip" > |
|---|
| | 158 | <string>_("Select the device or the VIDEO_TS folder")</string> |
|---|
| | 159 | </property> |
|---|
| | 160 | <property name="text" > |
|---|
| | 161 | <string>_("Browse...")</string> |
|---|
| 150 | 162 | </property> |
|---|
| 151 | 163 | </widget> |
|---|
| … | … | |
| 292 | 304 | <property name="sizeHint" > |
|---|
| 293 | 305 | <size> |
|---|
| 294 | | <width>444</width> |
|---|
| 295 | | <height>10</height> |
|---|
| | 306 | <width>181</width> |
|---|
| | 307 | <height>22</height> |
|---|
| 296 | 308 | </size> |
|---|
| 297 | 309 | </property> |
|---|
| r5f73c52 |
r2d22d0e |
|
| 7 | 7 | <x>0</x> |
|---|
| 8 | 8 | <y>0</y> |
|---|
| 9 | | <width>420</width> |
|---|
| 10 | | <height>195</height> |
|---|
| | 9 | <width>431</width> |
|---|
| | 10 | <height>233</height> |
|---|
| 11 | 11 | </rect> |
|---|
| 12 | 12 | </property> |
|---|
| … | … | |
| 15 | 15 | </property> |
|---|
| 16 | 16 | <layout class="QVBoxLayout" > |
|---|
| 17 | | <property name="margin" > |
|---|
| 18 | | <number>9</number> |
|---|
| 19 | | </property> |
|---|
| 20 | | <property name="spacing" > |
|---|
| 21 | | <number>6</number> |
|---|
| 22 | | </property> |
|---|
| 23 | | <item> |
|---|
| | 17 | <item> |
|---|
| 24 | 18 | <widget class="QGroupBox" name="groupBox" > |
|---|
| 25 | 19 | <property name="title" > |
|---|
| … | … | |
| 27 | 21 | </property> |
|---|
| 28 | 22 | <layout class="QGridLayout" > |
|---|
| 29 | | <property name="margin" > |
|---|
| 30 | | <number>9</number> |
|---|
| 31 | | </property> |
|---|
| 32 | | <property name="spacing" > |
|---|
| 33 | | <number>6</number> |
|---|
| 34 | | </property> |
|---|
| 35 | | <item row="1" column="0" > |
|---|
| | 23 | <item row="1" column="0" > |
|---|
| 36 | 24 | <widget class="QComboBox" name="protocolCombo" > |
|---|
| 37 | 25 | <property name="toolTip" > |
|---|
| … | … | |
| 63 | 51 | <widget class="QLabel" name="label_2" > |
|---|
| 64 | 52 | <property name="sizePolicy" > |
|---|
| 65 | | <sizepolicy> |
|---|
| 66 | | <hsizetype>5</hsizetype> |
|---|
| 67 | | <vsizetype>0</vsizetype> |
|---|
| | 53 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > |
|---|
| 68 | 54 | <horstretch>0</horstretch> |
|---|
| 69 | 55 | <verstretch>0</verstretch> |
|---|
| … | … | |
| 95 | 81 | <widget class="QGroupBox" name="groupBox_3" > |
|---|
| 96 | 82 | <property name="sizePolicy" > |
|---|
| 97 | | <sizepolicy> |
|---|
| 98 | | <hsizetype>5</hsizetype> |
|---|
| 99 | | <vsizetype>0</vsizetype> |
|---|
| | 83 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > |
|---|
| 100 | 84 | <horstretch>0</horstretch> |
|---|
| 101 | 85 | <verstretch>0</verstretch> |
|---|
| … | … | |
| 106 | 90 | </property> |
|---|
| 107 | 91 | <layout class="QHBoxLayout" > |
|---|
| 108 | | <property name="margin" > |
|---|
| 109 | | <number>9</number> |
|---|
| 110 | | </property> |
|---|
| 111 | | <property name="spacing" > |
|---|
| 112 | | <number>6</number> |
|---|
| 113 | | </property> |
|---|
| 114 | | <item> |
|---|
| | 92 | <item> |
|---|
| 115 | 93 | <widget class="QCheckBox" name="timeShift" > |
|---|
| 116 | 94 | <property name="toolTip" > |
|---|