Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefplaylist.ui

    r119 r165  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>PrefPlaylist</class>
    3  <widget class="QWidget" name="PrefPlaylist" >
    4   <property name="geometry" >
     4 <widget class="QWidget" name="PrefPlaylist">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
    78    <y>0</y>
    8     <width>376</width>
     9    <width>378</width>
    910    <height>367</height>
    1011   </rect>
    1112  </property>
    12   <layout class="QVBoxLayout" >
    13    <property name="leftMargin" >
    14     <number>0</number>
    15    </property>
    16    <property name="topMargin" >
    17     <number>0</number>
    18    </property>
    19    <property name="rightMargin" >
    20     <number>0</number>
    21    </property>
    22    <property name="bottomMargin" >
     13  <layout class="QVBoxLayout">
     14   <property name="margin">
    2315    <number>0</number>
    2416   </property>
    2517   <item>
    26     <widget class="QTabWidget" name="playlist_tab" >
    27      <property name="currentIndex" >
     18    <widget class="QTabWidget" name="playlist_tab">
     19     <property name="currentIndex">
    2820      <number>0</number>
    2921     </property>
    30      <widget class="QWidget" name="tab" >
    31       <attribute name="title" >
     22     <widget class="QWidget" name="tab">
     23      <attribute name="title">
    3224       <string>&amp;Playlist</string>
    3325      </attribute>
    34       <layout class="QVBoxLayout" >
     26      <layout class="QVBoxLayout">
    3527       <item>
    36         <widget class="QCheckBox" name="auto_add_to_playlist_check" >
    37          <property name="text" >
     28        <widget class="QCheckBox" name="auto_add_to_playlist_check">
     29         <property name="text">
    3830          <string>&amp;Automatically add files to playlist</string>
    3931         </property>
     
    4133       </item>
    4234       <item>
    43         <layout class="QHBoxLayout" >
     35        <layout class="QHBoxLayout">
    4436         <item>
    4537          <spacer>
    46            <property name="orientation" >
     38           <property name="orientation">
    4739            <enum>Qt::Horizontal</enum>
    4840           </property>
    49            <property name="sizeType" >
     41           <property name="sizeType">
    5042            <enum>QSizePolicy::Fixed</enum>
    5143           </property>
    52            <property name="sizeHint" >
     44           <property name="sizeHint" stdset="0">
    5345            <size>
    5446             <width>20</width>
     
    5951         </item>
    6052         <item>
    61           <widget class="QCheckBox" name="add_consecutive_files_check" >
    62            <property name="enabled" >
     53          <widget class="QLabel" name="media_to_add_label">
     54           <property name="enabled">
    6355            <bool>false</bool>
    6456           </property>
    65            <property name="sizePolicy" >
    66             <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
    67              <horstretch>0</horstretch>
    68              <verstretch>0</verstretch>
    69             </sizepolicy>
     57           <property name="text">
     58            <string>Add files from &amp;folder:</string>
    7059           </property>
    71            <property name="text" >
    72             <string>Add &amp;consecutive files</string>
     60           <property name="buddy">
     61            <cstring>media_to_add_combo</cstring>
    7362           </property>
    7463          </widget>
     64         </item>
     65         <item>
     66          <widget class="QComboBox" name="media_to_add_combo">
     67           <property name="enabled">
     68            <bool>false</bool>
     69           </property>
     70          </widget>
     71         </item>
     72         <item>
     73          <spacer name="horizontalSpacer">
     74           <property name="orientation">
     75            <enum>Qt::Horizontal</enum>
     76           </property>
     77           <property name="sizeHint" stdset="0">
     78            <size>
     79             <width>40</width>
     80             <height>20</height>
     81            </size>
     82           </property>
     83          </spacer>
    7584         </item>
    7685        </layout>
    7786       </item>
    7887       <item>
    79         <widget class="Line" name="line" >
    80          <property name="sizePolicy" >
    81           <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
     88        <widget class="Line" name="line">
     89         <property name="sizePolicy">
     90          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
    8291           <horstretch>0</horstretch>
    8392           <verstretch>0</verstretch>
    8493          </sizepolicy>
    8594         </property>
    86          <property name="orientation" >
     95         <property name="orientation">
    8796          <enum>Qt::Horizontal</enum>
    8897         </property>
     
    9099       </item>
    91100       <item>
    92         <widget class="QCheckBox" name="play_from_start_check" >
    93          <property name="text" >
     101        <widget class="QCheckBox" name="play_from_start_check">
     102         <property name="text">
    94103          <string>P&amp;lay files from start</string>
    95104         </property>
     
    97106       </item>
    98107       <item>
    99         <widget class="QCheckBox" name="recursive_check" >
    100          <property name="text" >
     108        <widget class="QCheckBox" name="recursive_check">
     109         <property name="text">
    101110          <string>Add files in directories &amp;recursively</string>
    102111         </property>
     
    104113       </item>
    105114       <item>
    106         <widget class="QCheckBox" name="getinfo_check" >
    107          <property name="text" >
     115        <widget class="QCheckBox" name="getinfo_check">
     116         <property name="text">
    108117          <string>Get &amp;info automatically about files added (slow)</string>
    109118         </property>
     
    111120       </item>
    112121       <item>
    113         <widget class="QCheckBox" name="autosave_on_exit_check" >
    114          <property name="text" >
     122        <widget class="QCheckBox" name="autosave_on_exit_check">
     123         <property name="text">
    115124          <string>&amp;Save copy of playlist on exit</string>
    116125         </property>
     
    119128       <item>
    120129        <spacer>
    121          <property name="orientation" >
     130         <property name="orientation">
    122131          <enum>Qt::Vertical</enum>
    123132         </property>
    124          <property name="sizeHint" >
     133         <property name="sizeHint" stdset="0">
    125134          <size>
    126            <width>354</width>
    127            <height>61</height>
     135           <width>20</width>
     136           <height>40</height>
    128137          </size>
    129138         </property>
     
    136145  </layout>
    137146 </widget>
     147 <tabstops>
     148  <tabstop>playlist_tab</tabstop>
     149  <tabstop>auto_add_to_playlist_check</tabstop>
     150  <tabstop>media_to_add_combo</tabstop>
     151  <tabstop>play_from_start_check</tabstop>
     152  <tabstop>recursive_check</tabstop>
     153  <tabstop>getinfo_check</tabstop>
     154  <tabstop>autosave_on_exit_check</tabstop>
     155 </tabstops>
    138156 <resources/>
    139157 <connections>
     
    141159   <sender>auto_add_to_playlist_check</sender>
    142160   <signal>toggled(bool)</signal>
    143    <receiver>add_consecutive_files_check</receiver>
     161   <receiver>media_to_add_combo</receiver>
    144162   <slot>setEnabled(bool)</slot>
    145163   <hints>
    146     <hint type="sourcelabel" >
    147      <x>224</x>
    148      <y>56</y>
     164    <hint type="sourcelabel">
     165     <x>188</x>
     166     <y>50</y>
    149167    </hint>
    150     <hint type="destinationlabel" >
    151      <x>237</x>
    152      <y>87</y>
     168    <hint type="destinationlabel">
     169     <x>285</x>
     170     <y>82</y>
     171    </hint>
     172   </hints>
     173  </connection>
     174  <connection>
     175   <sender>auto_add_to_playlist_check</sender>
     176   <signal>toggled(bool)</signal>
     177   <receiver>media_to_add_label</receiver>
     178   <slot>setEnabled(bool)</slot>
     179   <hints>
     180    <hint type="sourcelabel">
     181     <x>188</x>
     182     <y>50</y>
     183    </hint>
     184    <hint type="destinationlabel">
     185     <x>118</x>
     186     <y>82</y>
    153187    </hint>
    154188   </hints>
Note: See TracChangeset for help on using the changeset viewer.