Changeset 165 for smplayer/trunk/src/prefplaylist.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/prefplaylist.ui
r119 r165 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>PrefPlaylist</class> 3 <widget class="QWidget" name="PrefPlaylist" 4 <property name="geometry" 4 <widget class="QWidget" name="PrefPlaylist"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> 7 8 <y>0</y> 8 <width>37 6</width>9 <width>378</width> 9 10 <height>367</height> 10 11 </rect> 11 12 </property> 12 <layout class="QVBoxLayout" > 13 <property name="leftMargin" > 14 <number>0</number> 15 </property> 16 <property name="topMargin" > 17 <number>0</number> 18 </property> 19 <property name="rightMargin" > 20 <number>0</number> 21 </property> 22 <property name="bottomMargin" > 13 <layout class="QVBoxLayout"> 14 <property name="margin"> 23 15 <number>0</number> 24 16 </property> 25 17 <item> 26 <widget class="QTabWidget" name="playlist_tab" 27 <property name="currentIndex" 18 <widget class="QTabWidget" name="playlist_tab"> 19 <property name="currentIndex"> 28 20 <number>0</number> 29 21 </property> 30 <widget class="QWidget" name="tab" 31 <attribute name="title" 22 <widget class="QWidget" name="tab"> 23 <attribute name="title"> 32 24 <string>&Playlist</string> 33 25 </attribute> 34 <layout class="QVBoxLayout" 26 <layout class="QVBoxLayout"> 35 27 <item> 36 <widget class="QCheckBox" name="auto_add_to_playlist_check" 37 <property name="text" 28 <widget class="QCheckBox" name="auto_add_to_playlist_check"> 29 <property name="text"> 38 30 <string>&Automatically add files to playlist</string> 39 31 </property> … … 41 33 </item> 42 34 <item> 43 <layout class="QHBoxLayout" 35 <layout class="QHBoxLayout"> 44 36 <item> 45 37 <spacer> 46 <property name="orientation" 38 <property name="orientation"> 47 39 <enum>Qt::Horizontal</enum> 48 40 </property> 49 <property name="sizeType" 41 <property name="sizeType"> 50 42 <enum>QSizePolicy::Fixed</enum> 51 43 </property> 52 <property name="sizeHint" >44 <property name="sizeHint" stdset="0"> 53 45 <size> 54 46 <width>20</width> … … 59 51 </item> 60 52 <item> 61 <widget class="Q CheckBox" name="add_consecutive_files_check">62 <property name="enabled" 53 <widget class="QLabel" name="media_to_add_label"> 54 <property name="enabled"> 63 55 <bool>false</bool> 64 56 </property> 65 <property name="sizePolicy" > 66 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 67 <horstretch>0</horstretch> 68 <verstretch>0</verstretch> 69 </sizepolicy> 57 <property name="text"> 58 <string>Add files from &folder:</string> 70 59 </property> 71 <property name=" text">72 < string>Add &consecutive files</string>60 <property name="buddy"> 61 <cstring>media_to_add_combo</cstring> 73 62 </property> 74 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> 75 84 </item> 76 85 </layout> 77 86 </item> 78 87 <item> 79 <widget class="Line" name="line" 80 <property name="sizePolicy" 81 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">88 <widget class="Line" name="line"> 89 <property name="sizePolicy"> 90 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 82 91 <horstretch>0</horstretch> 83 92 <verstretch>0</verstretch> 84 93 </sizepolicy> 85 94 </property> 86 <property name="orientation" 95 <property name="orientation"> 87 96 <enum>Qt::Horizontal</enum> 88 97 </property> … … 90 99 </item> 91 100 <item> 92 <widget class="QCheckBox" name="play_from_start_check" 93 <property name="text" 101 <widget class="QCheckBox" name="play_from_start_check"> 102 <property name="text"> 94 103 <string>P&lay files from start</string> 95 104 </property> … … 97 106 </item> 98 107 <item> 99 <widget class="QCheckBox" name="recursive_check" 100 <property name="text" 108 <widget class="QCheckBox" name="recursive_check"> 109 <property name="text"> 101 110 <string>Add files in directories &recursively</string> 102 111 </property> … … 104 113 </item> 105 114 <item> 106 <widget class="QCheckBox" name="getinfo_check" 107 <property name="text" 115 <widget class="QCheckBox" name="getinfo_check"> 116 <property name="text"> 108 117 <string>Get &info automatically about files added (slow)</string> 109 118 </property> … … 111 120 </item> 112 121 <item> 113 <widget class="QCheckBox" name="autosave_on_exit_check" 114 <property name="text" 122 <widget class="QCheckBox" name="autosave_on_exit_check"> 123 <property name="text"> 115 124 <string>&Save copy of playlist on exit</string> 116 125 </property> … … 119 128 <item> 120 129 <spacer> 121 <property name="orientation" 130 <property name="orientation"> 122 131 <enum>Qt::Vertical</enum> 123 132 </property> 124 <property name="sizeHint" >133 <property name="sizeHint" stdset="0"> 125 134 <size> 126 <width> 354</width>127 <height> 61</height>135 <width>20</width> 136 <height>40</height> 128 137 </size> 129 138 </property> … … 136 145 </layout> 137 146 </widget> 147 <tabstops> 148 <tabstop>playlist_tab</tabstop> 149 <tabstop>auto_add_to_playlist_check</tabstop> 150 <tabstop>media_to_add_combo</tabstop> 151 <tabstop>play_from_start_check</tabstop> 152 <tabstop>recursive_check</tabstop> 153 <tabstop>getinfo_check</tabstop> 154 <tabstop>autosave_on_exit_check</tabstop> 155 </tabstops> 138 156 <resources/> 139 157 <connections> … … 141 159 <sender>auto_add_to_playlist_check</sender> 142 160 <signal>toggled(bool)</signal> 143 <receiver> add_consecutive_files_check</receiver>161 <receiver>media_to_add_combo</receiver> 144 162 <slot>setEnabled(bool)</slot> 145 163 <hints> 146 <hint type="sourcelabel" 147 <x> 224</x>148 <y>5 6</y>164 <hint type="sourcelabel"> 165 <x>188</x> 166 <y>50</y> 149 167 </hint> 150 <hint type="destinationlabel" > 151 <x>237</x> 152 <y>87</y> 168 <hint type="destinationlabel"> 169 <x>285</x> 170 <y>82</y> 171 </hint> 172 </hints> 173 </connection> 174 <connection> 175 <sender>auto_add_to_playlist_check</sender> 176 <signal>toggled(bool)</signal> 177 <receiver>media_to_add_label</receiver> 178 <slot>setEnabled(bool)</slot> 179 <hints> 180 <hint type="sourcelabel"> 181 <x>188</x> 182 <y>50</y> 183 </hint> 184 <hint type="destinationlabel"> 185 <x>118</x> 186 <y>82</y> 153 187 </hint> 154 188 </hints>
Note:
See TracChangeset
for help on using the changeset viewer.