Warning, /multimedia/amarok/src/core-impl/podcasts/sql/PodcastFilenameLayoutConfigWidget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <author>Sandeep Raghuraman</author> 0004 <class>PodcastFilenameLayoutConfigWidget</class> 0005 <widget class="QWidget" name="PodcastFilenameLayoutConfigWidget"> 0006 <property name="windowModality"> 0007 <enum>Qt::WindowModal</enum> 0008 </property> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>400</width> 0014 <height>110</height> 0015 </rect> 0016 </property> 0017 <property name="sizePolicy"> 0018 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0019 <horstretch>250</horstretch> 0020 <verstretch>100</verstretch> 0021 </sizepolicy> 0022 </property> 0023 <property name="minimumSize"> 0024 <size> 0025 <width>400</width> 0026 <height>100</height> 0027 </size> 0028 </property> 0029 <property name="windowTitle"> 0030 <string>Podcast Filename Layout Configuration</string> 0031 </property> 0032 <widget class="QRadioButton" name="m_filenameLayoutDefault"> 0033 <property name="geometry"> 0034 <rect> 0035 <x>20</x> 0036 <y>20</y> 0037 <width>231</width> 0038 <height>22</height> 0039 </rect> 0040 </property> 0041 <property name="sizePolicy"> 0042 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0043 <horstretch>0</horstretch> 0044 <verstretch>0</verstretch> 0045 </sizepolicy> 0046 </property> 0047 <property name="minimumSize"> 0048 <size> 0049 <width>85</width> 0050 <height>0</height> 0051 </size> 0052 </property> 0053 <property name="text"> 0054 <string>Specified by podcast channel</string> 0055 </property> 0056 </widget> 0057 <widget class="QRadioButton" name="m_filenameLayoutCustom"> 0058 <property name="geometry"> 0059 <rect> 0060 <x>20</x> 0061 <y>60</y> 0062 <width>115</width> 0063 <height>22</height> 0064 </rect> 0065 </property> 0066 <property name="sizePolicy"> 0067 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0068 <horstretch>0</horstretch> 0069 <verstretch>0</verstretch> 0070 </sizepolicy> 0071 </property> 0072 <property name="minimumSize"> 0073 <size> 0074 <width>40</width> 0075 <height>20</height> 0076 </size> 0077 </property> 0078 <property name="text"> 0079 <string>custom</string> 0080 </property> 0081 </widget> 0082 <widget class="QLineEdit" name="m_filenameLayoutText"> 0083 <property name="geometry"> 0084 <rect> 0085 <x>110</x> 0086 <y>60</y> 0087 <width>261</width> 0088 <height>27</height> 0089 </rect> 0090 </property> 0091 <property name="sizePolicy"> 0092 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0093 <horstretch>200</horstretch> 0094 <verstretch>20</verstretch> 0095 </sizepolicy> 0096 </property> 0097 <property name="minimumSize"> 0098 <size> 0099 <width>200</width> 0100 <height>20</height> 0101 </size> 0102 </property> 0103 <property name="baseSize"> 0104 <size> 0105 <width>200</width> 0106 <height>20</height> 0107 </size> 0108 </property> 0109 <property name="toolTip"> 0110 <string>Available fields : %artist%,%title%,%genre%,%year%,%composer%,%pubdate%,%number%,%album%</string> 0111 </property> 0112 </widget> 0113 </widget> 0114 <resources/> 0115 <connections> 0116 <connection> 0117 <sender>m_filenameLayoutCustom</sender> 0118 <signal>toggled(bool)</signal> 0119 <receiver>m_filenameLayoutText</receiver> 0120 <slot>setEnabled(bool)</slot> 0121 <hints> 0122 <hint type="sourcelabel"> 0123 <x>20</x> 0124 <y>20</y> 0125 </hint> 0126 <hint type="destinationlabel"> 0127 <x>20</x> 0128 <y>20</y> 0129 </hint> 0130 </hints> 0131 </connection> 0132 </connections> 0133 </ui>