Warning, /multimedia/amarok/src/context/applets/tabs/ReloadEditDialog.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 <class>ReloadEditDialog</class> 0004 <widget class="QWidget" name="ReloadEditDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>300</width> 0010 <height>100</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <property name="minimumSize"> 0020 <size> 0021 <width>200</width> 0022 <height>60</height> 0023 </size> 0024 </property> 0025 <property name="maximumSize"> 0026 <size> 0027 <width>16777215</width> 0028 <height>16777215</height> 0029 </size> 0030 </property> 0031 <property name="windowTitle"> 0032 <string>Reload tabs</string> 0033 </property> 0034 <property name="sizeGripEnabled" stdset="0"> 0035 <bool>false</bool> 0036 </property> 0037 <layout class="QVBoxLayout" name="verticalLayout_2"> 0038 <item> 0039 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0"> 0040 <item> 0041 <widget class="QLabel" name="label"> 0042 <property name="sizePolicy"> 0043 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0044 <horstretch>0</horstretch> 0045 <verstretch>0</verstretch> 0046 </sizepolicy> 0047 </property> 0048 <property name="minimumSize"> 0049 <size> 0050 <width>0</width> 0051 <height>15</height> 0052 </size> 0053 </property> 0054 <property name="maximumSize"> 0055 <size> 0056 <width>16777215</width> 0057 <height>20</height> 0058 </size> 0059 </property> 0060 <property name="text"> 0061 <string>Reload tabs with the following title and artist</string> 0062 </property> 0063 <property name="alignment"> 0064 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> 0065 </property> 0066 </widget> 0067 </item> 0068 <item> 0069 <layout class="QGridLayout" name="artistTitleLayout" rowstretch="0,0" columnstretch="0,0"> 0070 <item row="0" column="0"> 0071 <widget class="QLabel" name="artistLabel"> 0072 <property name="text"> 0073 <string>Artist</string> 0074 </property> 0075 </widget> 0076 </item> 0077 <item row="0" column="1"> 0078 <widget class="QLineEdit" name="artistLineEdit"/> 0079 </item> 0080 <item row="1" column="1"> 0081 <widget class="QLineEdit" name="titleLineEdit"/> 0082 </item> 0083 <item row="1" column="0"> 0084 <widget class="QLabel" name="titleLabel"> 0085 <property name="text"> 0086 <string>Title</string> 0087 </property> 0088 </widget> 0089 </item> 0090 </layout> 0091 </item> 0092 </layout> 0093 </item> 0094 </layout> 0095 </widget> 0096 <resources/> 0097 <connections/> 0098 </ui>