Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefinterface.ui

    r176 r181  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>491</width>
     9    <width>546</width>
    1010    <height>502</height>
    1111   </rect>
     
    942942           <width>20</width>
    943943           <height>40</height>
     944          </size>
     945         </property>
     946        </spacer>
     947       </item>
     948      </layout>
     949     </widget>
     950     <widget class="QWidget" name="tab_6">
     951      <attribute name="title">
     952       <string>High &amp;DPI</string>
     953      </attribute>
     954      <layout class="QVBoxLayout" name="verticalLayout_9">
     955       <item>
     956        <widget class="QLabel" name="label_10">
     957         <property name="text">
     958          <string>SMPlayer can scale the interface in high DPI screens. Here you can disable this feature or change the scale factor.</string>
     959         </property>
     960         <property name="wordWrap">
     961          <bool>true</bool>
     962         </property>
     963        </widget>
     964       </item>
     965       <item>
     966        <widget class="QCheckBox" name="enable_hdpi_check">
     967         <property name="text">
     968          <string>&amp;Enable support for high DPI screens</string>
     969         </property>
     970        </widget>
     971       </item>
     972       <item>
     973        <widget class="QGroupBox" name="scale_group">
     974         <property name="enabled">
     975          <bool>true</bool>
     976         </property>
     977         <property name="title">
     978          <string>Scale</string>
     979         </property>
     980         <layout class="QVBoxLayout" name="verticalLayout_8">
     981          <item>
     982           <widget class="QCheckBox" name="auto_scale_check">
     983            <property name="text">
     984             <string>A&amp;uto</string>
     985            </property>
     986           </widget>
     987          </item>
     988          <item>
     989           <layout class="QHBoxLayout" name="horizontalLayout_5">
     990            <item>
     991             <widget class="QLabel" name="hdpi_scale_label">
     992              <property name="enabled">
     993               <bool>true</bool>
     994              </property>
     995              <property name="text">
     996               <string notr="true">Scale fact&amp;or:</string>
     997              </property>
     998              <property name="buddy">
     999               <cstring>hdpi_scale_slider</cstring>
     1000              </property>
     1001             </widget>
     1002            </item>
     1003            <item>
     1004             <widget class="QSlider" name="hdpi_scale_slider">
     1005              <property name="enabled">
     1006               <bool>true</bool>
     1007              </property>
     1008              <property name="orientation">
     1009               <enum>Qt::Horizontal</enum>
     1010              </property>
     1011             </widget>
     1012            </item>
     1013            <item>
     1014             <widget class="QLabel" name="hdpi_scale_num_label">
     1015              <property name="enabled">
     1016               <bool>true</bool>
     1017              </property>
     1018              <property name="frameShape">
     1019               <enum>QFrame::Panel</enum>
     1020              </property>
     1021              <property name="frameShadow">
     1022               <enum>QFrame::Sunken</enum>
     1023              </property>
     1024              <property name="text">
     1025               <string>0</string>
     1026              </property>
     1027             </widget>
     1028            </item>
     1029           </layout>
     1030          </item>
     1031         </layout>
     1032        </widget>
     1033       </item>
     1034       <item>
     1035        <widget class="QLabel" name="label_9">
     1036         <property name="frameShape">
     1037          <enum>QFrame::StyledPanel</enum>
     1038         </property>
     1039         <property name="text">
     1040          <string>Changes in this section requires to restart SMPlayer in order to take effect</string>
     1041         </property>
     1042         <property name="alignment">
     1043          <set>Qt::AlignCenter</set>
     1044         </property>
     1045         <property name="wordWrap">
     1046          <bool>true</bool>
     1047         </property>
     1048         <property name="margin">
     1049          <number>14</number>
     1050         </property>
     1051        </widget>
     1052       </item>
     1053       <item>
     1054        <spacer name="verticalSpacer_2">
     1055         <property name="orientation">
     1056          <enum>Qt::Vertical</enum>
     1057         </property>
     1058         <property name="sizeHint" stdset="0">
     1059          <size>
     1060           <width>20</width>
     1061           <height>266</height>
    9441062          </size>
    9451063         </property>
     
    9931111  <tabstop>url_max_items_spin</tabstop>
    9941112  <tabstop>save_dirs_check</tabstop>
     1113  <tabstop>enable_hdpi_check</tabstop>
     1114  <tabstop>auto_scale_check</tabstop>
     1115  <tabstop>hdpi_scale_slider</tabstop>
    9951116 </tabstops>
    9961117 <resources/>
     
    10281149   </hints>
    10291150  </connection>
     1151  <connection>
     1152   <sender>auto_scale_check</sender>
     1153   <signal>toggled(bool)</signal>
     1154   <receiver>hdpi_scale_label</receiver>
     1155   <slot>setDisabled(bool)</slot>
     1156   <hints>
     1157    <hint type="sourcelabel">
     1158     <x>249</x>
     1159     <y>103</y>
     1160    </hint>
     1161    <hint type="destinationlabel">
     1162     <x>69</x>
     1163     <y>136</y>
     1164    </hint>
     1165   </hints>
     1166  </connection>
     1167  <connection>
     1168   <sender>auto_scale_check</sender>
     1169   <signal>toggled(bool)</signal>
     1170   <receiver>hdpi_scale_slider</receiver>
     1171   <slot>setDisabled(bool)</slot>
     1172   <hints>
     1173    <hint type="sourcelabel">
     1174     <x>249</x>
     1175     <y>103</y>
     1176    </hint>
     1177    <hint type="destinationlabel">
     1178     <x>293</x>
     1179     <y>136</y>
     1180    </hint>
     1181   </hints>
     1182  </connection>
     1183  <connection>
     1184   <sender>enable_hdpi_check</sender>
     1185   <signal>toggled(bool)</signal>
     1186   <receiver>scale_group</receiver>
     1187   <slot>setEnabled(bool)</slot>
     1188   <hints>
     1189    <hint type="sourcelabel">
     1190     <x>245</x>
     1191     <y>50</y>
     1192    </hint>
     1193    <hint type="destinationlabel">
     1194     <x>245</x>
     1195     <y>115</y>
     1196    </hint>
     1197   </hints>
     1198  </connection>
     1199  <connection>
     1200   <sender>auto_scale_check</sender>
     1201   <signal>toggled(bool)</signal>
     1202   <receiver>hdpi_scale_num_label</receiver>
     1203   <slot>setDisabled(bool)</slot>
     1204   <hints>
     1205    <hint type="sourcelabel">
     1206     <x>249</x>
     1207     <y>103</y>
     1208    </hint>
     1209    <hint type="destinationlabel">
     1210     <x>460</x>
     1211     <y>136</y>
     1212    </hint>
     1213   </hints>
     1214  </connection>
    10301215 </connections>
    10311216</ui>
Note: See TracChangeset for help on using the changeset viewer.