📄 magnatuneredownloaddialogbase.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>magnatuneReDownloadDialogBase</class><widget class="QDialog"> <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="QLabel" 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="QPushButton" row="2" column="1"> <property name="name"> <cstring>redownloadButton</cstring> </property> <property name="text"> <string>Re&download</string> </property> </widget> <widget class="QPushButton" row="2" column="2"> <property name="name"> <cstring>cancelButton</cstring> </property> <property name="text"> <string>&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><slots> <slot access="protected">redownload()</slot> <slot access="protected">selectionChanged()</slot></slots><layoutdefaults spacing="6" margin="11"/><includehints> <includehint>klistview.h</includehint></includehints></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -