Ignore:
Timestamp:
Oct 9, 2014, 11:54:00 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 14.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/prefgeneral.ui

    r163 r168  
    2727       <string>&amp;General</string>
    2828      </attribute>
    29       <layout class="QVBoxLayout">
     29      <layout class="QVBoxLayout" name="verticalLayout_2">
    3030       <item>
    3131        <layout class="QHBoxLayout">
     
    177177       </item>
    178178       <item>
     179        <widget class="Line" name="line_7">
     180         <property name="orientation">
     181          <enum>Qt::Horizontal</enum>
     182         </property>
     183        </widget>
     184       </item>
     185       <item>
     186        <widget class="QCheckBox" name="pause_if_hidden_check">
     187         <property name="text">
     188          <string>&amp;Pause when minimized</string>
     189         </property>
     190        </widget>
     191       </item>
     192       <item>
    179193        <widget class="QCheckBox" name="close_on_finish_check">
    180194         <property name="text">
     
    184198       </item>
    185199       <item>
    186         <widget class="QCheckBox" name="pause_if_hidden_check">
    187          <property name="text">
    188           <string>&amp;Pause when minimized</string>
    189          </property>
     200        <widget class="QWidget" name="shutdown_widget" native="true">
     201         <layout class="QHBoxLayout" name="horizontalLayout_2">
     202          <property name="margin">
     203           <number>0</number>
     204          </property>
     205          <item>
     206           <spacer name="horizontalSpacer_2">
     207            <property name="orientation">
     208             <enum>Qt::Horizontal</enum>
     209            </property>
     210            <property name="sizeType">
     211             <enum>QSizePolicy::Preferred</enum>
     212            </property>
     213            <property name="sizeHint" stdset="0">
     214             <size>
     215              <width>20</width>
     216              <height>20</height>
     217             </size>
     218            </property>
     219           </spacer>
     220          </item>
     221          <item>
     222           <widget class="QCheckBox" name="shutdown_check">
     223            <property name="enabled">
     224             <bool>false</bool>
     225            </property>
     226            <property name="text">
     227             <string>S&amp;hut down computer</string>
     228            </property>
     229           </widget>
     230          </item>
     231          <item>
     232           <spacer name="horizontalSpacer_3">
     233            <property name="orientation">
     234             <enum>Qt::Horizontal</enum>
     235            </property>
     236            <property name="sizeHint" stdset="0">
     237             <size>
     238              <width>40</width>
     239              <height>20</height>
     240             </size>
     241            </property>
     242           </spacer>
     243          </item>
     244         </layout>
    190245        </widget>
    191246       </item>
     
    11901245  <tabstop>use_screenshots_check</tabstop>
    11911246  <tabstop>screenshot_edit</tabstop>
     1247  <tabstop>pause_if_hidden_check</tabstop>
    11921248  <tabstop>close_on_finish_check</tabstop>
    1193   <tabstop>pause_if_hidden_check</tabstop>
     1249  <tabstop>shutdown_check</tabstop>
    11941250  <tabstop>vo_combo</tabstop>
    11951251  <tabstop>vo_user_defined_edit</tabstop>
     
    14221478   </hints>
    14231479  </connection>
     1480  <connection>
     1481   <sender>close_on_finish_check</sender>
     1482   <signal>toggled(bool)</signal>
     1483   <receiver>shutdown_check</receiver>
     1484   <slot>setEnabled(bool)</slot>
     1485   <hints>
     1486    <hint type="sourcelabel">
     1487     <x>245</x>
     1488     <y>352</y>
     1489    </hint>
     1490    <hint type="destinationlabel">
     1491     <x>120</x>
     1492     <y>380</y>
     1493    </hint>
     1494   </hints>
     1495  </connection>
    14241496 </connections>
    14251497</ui>
Note: See TracChangeset for help on using the changeset viewer.