Changeset 119 for smplayer/trunk/src/prefplaylist.ui
- Timestamp:
- Dec 27, 2011, 5:44:12 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
-
Property svn:mergeinfo
set to
/smplayer/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
smplayer/trunk/src/prefplaylist.ui
r113 r119 77 77 </item> 78 78 <item> 79 <widget class="Line" name="line" > 80 <property name="sizePolicy" > 81 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 82 <horstretch>0</horstretch> 83 <verstretch>0</verstretch> 84 </sizepolicy> 85 </property> 86 <property name="orientation" > 87 <enum>Qt::Horizontal</enum> 88 </property> 89 </widget> 90 </item> 91 <item> 92 <widget class="QCheckBox" name="play_from_start_check" > 93 <property name="text" > 94 <string>P&lay files from start</string> 95 </property> 96 </widget> 97 </item> 98 <item> 99 <widget class="QCheckBox" name="recursive_check" > 100 <property name="text" > 101 <string>Add files in directories &recursively</string> 102 </property> 103 </widget> 104 </item> 105 <item> 106 <widget class="QCheckBox" name="getinfo_check" > 107 <property name="text" > 108 <string>Get &info automatically about files added (slow)</string> 109 </property> 110 </widget> 111 </item> 112 <item> 113 <widget class="QCheckBox" name="autosave_on_exit_check" > 114 <property name="text" > 115 <string>&Save copy of playlist on exit</string> 116 </property> 117 </widget> 118 </item> 119 <item> 79 120 <spacer> 80 121 <property name="orientation" > … … 83 124 <property name="sizeHint" > 84 125 <size> 85 <width> 20</width>86 <height> 40</height>126 <width>354</width> 127 <height>61</height> 87 128 </size> 88 129 </property>
Note:
See TracChangeset
for help on using the changeset viewer.