RetroShare/plugins/smplayer_plugin/prefplaylist.ui
defnax 87344de7d4 added for plugins own dir
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-28 14:21:11 +00:00

117 lines
3.0 KiB
XML

<ui version="4.0" >
<class>PrefPlaylist</class>
<widget class="QWidget" name="PrefPlaylist" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>376</width>
<height>367</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="playlist_tab" >
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="tab" >
<attribute name="title" >
<string>&amp;Playlist</string>
</attribute>
<layout class="QVBoxLayout" >
<item>
<widget class="QCheckBox" name="auto_add_to_playlist_check" >
<property name="text" >
<string>&amp;Automatically add files to playlist</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="add_consecutive_files_check" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Add &amp;consecutive files</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>auto_add_to_playlist_check</sender>
<signal>toggled(bool)</signal>
<receiver>add_consecutive_files_check</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>224</x>
<y>56</y>
</hint>
<hint type="destinationlabel" >
<x>237</x>
<y>87</y>
</hint>
</hints>
</connection>
</connections>
</ui>