Changeset 2d22d0e2f33e7e617a49417418102e3105c038c1

Show
Ignore:
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
  • modules/gui/qt4/ui/open_capture.ui

    r6c89da4 r2d22d0e  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>314</width> 
    10     <height>147</height> 
     9    <width>358</width> 
     10    <height>163</height> 
    1111   </rect> 
    1212  </property> 
     
    1919    </widget> 
    2020   </item> 
    21    <item row="0" column="2" colspan="2"
     21   <item row="0" column="2" colspan="2"
    2222    <widget class="QComboBox" name="deviceCombo" > 
    2323     <property name="sizePolicy" > 
  • modules/gui/qt4/ui/open_disk.ui

    rdaebd34 r2d22d0e  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>500</width> 
     9    <width>537</width> 
    1010    <height>423</height> 
    1111   </rect> 
     
    2121     </property> 
    2222     <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" > 
    2450       <spacer> 
    2551        <property name="orientation" > 
     
    3460       </spacer> 
    3561      </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" > 
    3770       <spacer> 
    3871        <property name="orientation" > 
     
    4780       </spacer> 
    4881      </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" > 
    7783       <widget class="QRadioButton" name="audioCDRadioButton" > 
    7884        <property name="text" > 
     
    8187       </widget> 
    8288      </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" > 
    10490       <spacer> 
    10591        <property name="orientation" > 
     
    10894        <property name="sizeHint" > 
    10995         <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> 
    13298         </size> 
    13399        </property> 
     
    144110       </widget> 
    145111      </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" > 
    147137       <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> 
    148144        <property name="text" > 
    149145         <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> 
    150162        </property> 
    151163       </widget> 
     
    292304     <property name="sizeHint" > 
    293305      <size> 
    294        <width>444</width> 
    295        <height>10</height> 
     306       <width>181</width> 
     307       <height>22</height> 
    296308      </size> 
    297309     </property> 
  • modules/gui/qt4/ui/open_net.ui

    r5f73c52 r2d22d0e  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>420</width> 
    10     <height>195</height> 
     9    <width>431</width> 
     10    <height>233</height> 
    1111   </rect> 
    1212  </property> 
     
    1515  </property> 
    1616  <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> 
    2418    <widget class="QGroupBox" name="groupBox" > 
    2519     <property name="title" > 
     
    2721     </property> 
    2822     <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" > 
    3624       <widget class="QComboBox" name="protocolCombo" > 
    3725        <property name="toolTip" > 
     
    6351       <widget class="QLabel" name="label_2" > 
    6452        <property name="sizePolicy" > 
    65          <sizepolicy> 
    66           <hsizetype>5</hsizetype> 
    67           <vsizetype>0</vsizetype> 
     53         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > 
    6854          <horstretch>0</horstretch> 
    6955          <verstretch>0</verstretch> 
     
    9581    <widget class="QGroupBox" name="groupBox_3" > 
    9682     <property name="sizePolicy" > 
    97       <sizepolicy> 
    98        <hsizetype>5</hsizetype> 
    99        <vsizetype>0</vsizetype> 
     83      <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > 
    10084       <horstretch>0</horstretch> 
    10185       <verstretch>0</verstretch> 
     
    10690     </property> 
    10791     <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> 
    11593       <widget class="QCheckBox" name="timeShift" > 
    11694        <property name="toolTip" >