Changeset 188 for smplayer/trunk/src/prefplaylist.ui
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefplaylist.ui
r176 r188 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>3 78</width>10 <height> 367</height>9 <width>389</width> 10 <height>444</height> 11 11 </rect> 12 12 </property> … … 26 26 <layout class="QVBoxLayout"> 27 27 <item> 28 <widget class="QCheckBox" name="auto_add_to_playlist_check"> 28 <widget class="QGroupBox" name="groupBox"> 29 <property name="title"> 30 <string>Playback</string> 31 </property> 32 <layout class="QVBoxLayout" name="verticalLayout"> 33 <item> 34 <widget class="QCheckBox" name="play_from_start_check"> 35 <property name="text"> 36 <string>P&lay files from start</string> 37 </property> 38 </widget> 39 </item> 40 <item> 41 <widget class="QCheckBox" name="play_on_load_check"> 42 <property name="text"> 43 <string>S&tart playback after loading a playlist</string> 44 </property> 45 </widget> 46 </item> 47 <item> 48 <widget class="QCheckBox" name="play_next_automatically_check"> 49 <property name="text"> 50 <string>Pla&y next file automatically</string> 51 </property> 52 </widget> 53 </item> 54 <item> 55 <widget class="QCheckBox" name="ignore_errors_check"> 56 <property name="text"> 57 <string>Ig&nore playback errors</string> 58 </property> 59 </widget> 60 </item> 61 </layout> 62 </widget> 63 </item> 64 <item> 65 <widget class="QGroupBox" name="groupBox_2"> 66 <property name="title"> 67 <string>Adding files</string> 68 </property> 69 <layout class="QVBoxLayout" name="verticalLayout_2"> 70 <item> 71 <widget class="QCheckBox" name="auto_add_to_playlist_check"> 72 <property name="text"> 73 <string>&Add files to the playlist automatically</string> 74 </property> 75 </widget> 76 </item> 77 <item> 78 <layout class="QHBoxLayout"> 79 <item> 80 <spacer> 81 <property name="orientation"> 82 <enum>Qt::Horizontal</enum> 83 </property> 84 <property name="sizeType"> 85 <enum>QSizePolicy::Fixed</enum> 86 </property> 87 <property name="sizeHint" stdset="0"> 88 <size> 89 <width>20</width> 90 <height>20</height> 91 </size> 92 </property> 93 </spacer> 94 </item> 95 <item> 96 <widget class="QLabel" name="media_to_add_label"> 97 <property name="enabled"> 98 <bool>false</bool> 99 </property> 100 <property name="text"> 101 <string>Add files from &folder:</string> 102 </property> 103 <property name="buddy"> 104 <cstring>media_to_add_combo</cstring> 105 </property> 106 </widget> 107 </item> 108 <item> 109 <widget class="QComboBox" name="media_to_add_combo"> 110 <property name="enabled"> 111 <bool>false</bool> 112 </property> 113 </widget> 114 </item> 115 <item> 116 <spacer name="horizontalSpacer"> 117 <property name="orientation"> 118 <enum>Qt::Horizontal</enum> 119 </property> 120 <property name="sizeHint" stdset="0"> 121 <size> 122 <width>40</width> 123 <height>20</height> 124 </size> 125 </property> 126 </spacer> 127 </item> 128 </layout> 129 </item> 130 <item> 131 <widget class="QCheckBox" name="recursive_check"> 132 <property name="text"> 133 <string>Add files in directories &recursively</string> 134 </property> 135 </widget> 136 </item> 137 <item> 138 <widget class="QCheckBox" name="getinfo_check"> 139 <property name="text"> 140 <string>Get &info automatically about files added (slow)</string> 141 </property> 142 </widget> 143 </item> 144 </layout> 145 </widget> 146 </item> 147 <item> 148 <widget class="QCheckBox" name="autosort_check"> 29 149 <property name="text"> 30 <string>&Automatically add files to playlist</string> 31 </property> 32 </widget> 33 </item> 34 <item> 35 <layout class="QHBoxLayout"> 36 <item> 37 <spacer> 38 <property name="orientation"> 39 <enum>Qt::Horizontal</enum> 40 </property> 41 <property name="sizeType"> 42 <enum>QSizePolicy::Fixed</enum> 43 </property> 44 <property name="sizeHint" stdset="0"> 45 <size> 46 <width>20</width> 47 <height>20</height> 48 </size> 49 </property> 50 </spacer> 51 </item> 52 <item> 53 <widget class="QLabel" name="media_to_add_label"> 54 <property name="enabled"> 55 <bool>false</bool> 56 </property> 57 <property name="text"> 58 <string>Add files from &folder:</string> 59 </property> 60 <property name="buddy"> 61 <cstring>media_to_add_combo</cstring> 62 </property> 63 </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> 84 </item> 85 </layout> 86 </item> 87 <item> 88 <widget class="Line" name="line"> 89 <property name="sizePolicy"> 90 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 91 <horstretch>0</horstretch> 92 <verstretch>0</verstretch> 93 </sizepolicy> 94 </property> 95 <property name="orientation"> 96 <enum>Qt::Horizontal</enum> 97 </property> 98 </widget> 99 </item> 100 <item> 101 <widget class="QCheckBox" name="play_from_start_check"> 150 <string>A&uto sort</string> 151 </property> 152 </widget> 153 </item> 154 <item> 155 <widget class="QCheckBox" name="case_sensitive_search_check"> 102 156 <property name="text"> 103 <string>P&lay files from start</string> 104 </property> 105 </widget> 106 </item> 107 <item> 108 <widget class="QCheckBox" name="recursive_check"> 109 <property name="text"> 110 <string>Add files in directories &recursively</string> 111 </property> 112 </widget> 113 </item> 114 <item> 115 <widget class="QCheckBox" name="getinfo_check"> 116 <property name="text"> 117 <string>Get &info automatically about files added (slow)</string> 157 <string>Cas&e sensitive search</string> 118 158 </property> 119 159 </widget> … … 122 162 <widget class="QCheckBox" name="autosave_on_exit_check"> 123 163 <property name="text"> 124 <string>&Save copy of playlist on exit</string> 125 </property> 126 </widget> 127 </item> 128 <item> 129 <widget class="QCheckBox" name="ignore_errors_check"> 130 <property name="text"> 131 <string>Play &next file even if the previous file failed</string> 164 <string>&Save a copy of the playlist on exit</string> 132 165 </property> 133 166 </widget> … … 154 187 <tabstops> 155 188 <tabstop>playlist_tab</tabstop> 189 <tabstop>play_from_start_check</tabstop> 190 <tabstop>play_on_load_check</tabstop> 191 <tabstop>play_next_automatically_check</tabstop> 192 <tabstop>ignore_errors_check</tabstop> 156 193 <tabstop>auto_add_to_playlist_check</tabstop> 157 194 <tabstop>media_to_add_combo</tabstop> 158 <tabstop>play_from_start_check</tabstop>159 195 <tabstop>recursive_check</tabstop> 160 196 <tabstop>getinfo_check</tabstop> 197 <tabstop>autosort_check</tabstop> 198 <tabstop>case_sensitive_search_check</tabstop> 161 199 <tabstop>autosave_on_exit_check</tabstop> 162 200 </tabstops>
Note:
See TracChangeset
for help on using the changeset viewer.