You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amarok/amarok/src/magnatunebrowser/magnatuneredownloaddialogba...

110 lines
3.5 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>magnatuneReDownloadDialogBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>magnatuneReDownloadDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>466</width>
<height>431</height>
</rect>
</property>
<property name="caption">
<string>Redownload manager</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>These are the albums that you have previously downloaded:</string>
</property>
</widget>
<widget class="TQPushButton" row="2" column="1">
<property name="name">
<cstring>redownloadButton</cstring>
</property>
<property name="text">
<string>Re&amp;download</string>
</property>
</widget>
<widget class="TQPushButton" row="2" column="2">
<property name="name">
<cstring>cancelButton</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
<spacer row="2" column="0">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>170</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KListView" row="1" column="0" rowspan="1" colspan="3">
<column>
<property name="text">
<string>Artist - Album</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>redownloadListView</cstring>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>redownloadButton</sender>
<signal>clicked()</signal>
<receiver>magnatuneReDownloadDialogBase</receiver>
<slot>redownload()</slot>
</connection>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>magnatuneReDownloadDialogBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>redownloadListView</sender>
<signal>selectionChanged()</signal>
<receiver>magnatuneReDownloadDialogBase</receiver>
<slot>selectionChanged()</slot>
</connection>
</connections>
<Q_SLOTS>
<slot access="protected">redownload()</slot>
<slot access="protected">selectionChanged()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klistview.h</includehint>
</includehints>
</UI>