Changeset 165 for smplayer/trunk/src/prefinterface.ui
- Timestamp:
- May 16, 2014, 9:51:55 AM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 163
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefinterface.ui
r142 r165 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>49 7</width>9 <width>491</width> 10 10 <height>502</height> 11 11 </rect> … … 438 438 <enum>Qt::Horizontal</enum> 439 439 </property> 440 <property name="sizeType"> 441 <enum>QSizePolicy::Expanding</enum> 442 </property> 440 443 <property name="sizeHint" stdset="0"> 441 444 <size> 442 <width> 40</width>445 <width>350</width> 443 446 <height>20</height> 444 447 </size> … … 638 641 <string>&Floating control</string> 639 642 </attribute> 640 <layout class="QVBoxLayout" >643 <layout class="QVBoxLayout" name="verticalLayout_6"> 641 644 <item> 642 645 <widget class="QLabel" name="label_6"> 643 646 <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> 645 648 </property> 646 649 <property name="wordWrap"> … … 727 730 </item> 728 731 <item> 732 <widget class="QCheckBox" name="floating_move_bottom_check"> 733 <property name="text"> 734 <string>Show only when moving the mouse to the &bottom of the screen</string> 735 </property> 736 </widget> 737 </item> 738 <item> 729 739 <widget class="QCheckBox" name="floating_compact_check"> 730 740 <property name="text"> … … 734 744 </item> 735 745 <item> 736 <widget class="QCheckBox" name="floating_bypass_wm_check"> 737 <property name="text"> 738 <string>&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&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> 741 781 </item> 742 782 <item> … … 877 917 <size> 878 918 <width>20</width> 879 <height> 340</height>919 <height>40</height> 880 920 </size> 881 921 </property> … … 922 962 <tabstop>floating_width_slider</tabstop> 923 963 <tabstop>floating_margin_slider</tabstop> 964 <tabstop>floating_move_bottom_check</tabstop> 924 965 <tabstop>floating_compact_check</tabstop> 925 <tabstop>floating_ bypass_wm_check</tabstop>966 <tabstop>floating_hide_delay_spin</tabstop> 926 967 <tabstop>recents_max_items_spin</tabstop> 927 968 <tabstop>url_max_items_spin</tabstop>
Note:
See TracChangeset
for help on using the changeset viewer.