Ignore:
Timestamp:
Dec 27, 2011, 5:44:12 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: latest svn update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefplaylist.ui

    r113 r119  
    7777       </item>
    7878       <item>
     79        <widget class="Line" name="line" >
     80         <property name="sizePolicy" >
     81          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
     82           <horstretch>0</horstretch>
     83           <verstretch>0</verstretch>
     84          </sizepolicy>
     85         </property>
     86         <property name="orientation" >
     87          <enum>Qt::Horizontal</enum>
     88         </property>
     89        </widget>
     90       </item>
     91       <item>
     92        <widget class="QCheckBox" name="play_from_start_check" >
     93         <property name="text" >
     94          <string>P&amp;lay files from start</string>
     95         </property>
     96        </widget>
     97       </item>
     98       <item>
     99        <widget class="QCheckBox" name="recursive_check" >
     100         <property name="text" >
     101          <string>Add files in directories &amp;recursively</string>
     102         </property>
     103        </widget>
     104       </item>
     105       <item>
     106        <widget class="QCheckBox" name="getinfo_check" >
     107         <property name="text" >
     108          <string>Get &amp;info automatically about files added (slow)</string>
     109         </property>
     110        </widget>
     111       </item>
     112       <item>
     113        <widget class="QCheckBox" name="autosave_on_exit_check" >
     114         <property name="text" >
     115          <string>&amp;Save copy of playlist on exit</string>
     116         </property>
     117        </widget>
     118       </item>
     119       <item>
    79120        <spacer>
    80121         <property name="orientation" >
     
    83124         <property name="sizeHint" >
    84125          <size>
    85            <width>20</width>
    86            <height>40</height>
     126           <width>354</width>
     127           <height>61</height>
    87128          </size>
    88129         </property>
Note: See TracChangeset for help on using the changeset viewer.