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/prefinterface.ui

    r142 r165  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>497</width>
     9    <width>491</width>
    1010    <height>502</height>
    1111   </rect>
     
    438438          <enum>Qt::Horizontal</enum>
    439439         </property>
     440         <property name="sizeType">
     441          <enum>QSizePolicy::Expanding</enum>
     442         </property>
    440443         <property name="sizeHint" stdset="0">
    441444          <size>
    442            <width>40</width>
     445           <width>350</width>
    443446           <height>20</height>
    444447          </size>
     
    638641       <string>&amp;Floating control</string>
    639642      </attribute>
    640       <layout class="QVBoxLayout">
     643      <layout class="QVBoxLayout" name="verticalLayout_6">
    641644       <item>
    642645        <widget class="QLabel" name="label_6">
    643646         <property name="text">
    644           <string>The floating control appears in fullscreen mode when the mouse is moved to the bottom of the screen.</string>
     647          <string>The floating control appears in fullscreen mode when the mouse is moved.</string>
    645648         </property>
    646649         <property name="wordWrap">
     
    727730       </item>
    728731       <item>
     732        <widget class="QCheckBox" name="floating_move_bottom_check">
     733         <property name="text">
     734          <string>Show only when moving the mouse to the &amp;bottom of the screen</string>
     735         </property>
     736        </widget>
     737       </item>
     738       <item>
    729739        <widget class="QCheckBox" name="floating_compact_check">
    730740         <property name="text">
     
    734744       </item>
    735745       <item>
    736         <widget class="QCheckBox" name="floating_bypass_wm_check">
    737          <property name="text">
    738           <string>&amp;Bypass window manager</string>
    739          </property>
    740         </widget>
     746        <layout class="QHBoxLayout" name="horizontalLayout_2">
     747         <item>
     748          <widget class="QLabel" name="label_5">
     749           <property name="text">
     750            <string>Tim&amp;e (in milliseconds) to hide the control:</string>
     751           </property>
     752           <property name="buddy">
     753            <cstring>floating_hide_delay_spin</cstring>
     754           </property>
     755          </widget>
     756         </item>
     757         <item>
     758          <widget class="QSpinBox" name="floating_hide_delay_spin">
     759           <property name="minimum">
     760            <number>100</number>
     761           </property>
     762           <property name="maximum">
     763            <number>10000</number>
     764           </property>
     765          </widget>
     766         </item>
     767         <item>
     768          <spacer name="horizontalSpacer_2">
     769           <property name="orientation">
     770            <enum>Qt::Horizontal</enum>
     771           </property>
     772           <property name="sizeHint" stdset="0">
     773            <size>
     774             <width>40</width>
     775             <height>20</height>
     776            </size>
     777           </property>
     778          </spacer>
     779         </item>
     780        </layout>
    741781       </item>
    742782       <item>
     
    877917          <size>
    878918           <width>20</width>
    879            <height>340</height>
     919           <height>40</height>
    880920          </size>
    881921         </property>
     
    922962  <tabstop>floating_width_slider</tabstop>
    923963  <tabstop>floating_margin_slider</tabstop>
     964  <tabstop>floating_move_bottom_check</tabstop>
    924965  <tabstop>floating_compact_check</tabstop>
    925   <tabstop>floating_bypass_wm_check</tabstop>
     966  <tabstop>floating_hide_delay_spin</tabstop>
    926967  <tabstop>recents_max_items_spin</tabstop>
    927968  <tabstop>url_max_items_spin</tabstop>
Note: See TracChangeset for help on using the changeset viewer.