mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00

蓝牙设备显示deviceItem中添加显示设备型图标label,修改devieItem构造方式,使之在构 造时能获取设备蓝牙类型并创建相应图标显示label;由于调整了构造方式、增加了显示项 ,所以调整了设备名称显示长度和设置方式。资源文件添加不同主题蓝牙设备图标并使之随 系统主题而变换。 Log: 根据V5.1新增需求文档地改动,新增显示蓝牙设备图标
57 lines
2.6 KiB
Plaintext
57 lines
2.6 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>bluetooth-active-symbolic-dark.svg</file>
|
|
<file>bluetooth-active-symbolic.svg</file>
|
|
<file>bluetooth-disable-symbolic-dark.svg</file>
|
|
<file>bluetooth-disable-symbolic.svg</file>
|
|
<file>bluetooth-waiting-symbolic-dark.svg</file>
|
|
<file>bluetooth-waiting-symbolic.svg</file>
|
|
<file>list_select.png</file>
|
|
<file>list_select@2x.png</file>
|
|
<file>notify_close_press.png</file>
|
|
<file>notify_close_press@2x.png</file>
|
|
<file>refresh_dark.svg</file>
|
|
<file>refresh.svg</file>
|
|
<file>select_dark.svg</file>
|
|
<file>select.svg</file>
|
|
<file>disconnect.svg</file>
|
|
<file>disconnect_dark.svg</file>
|
|
<file>dark/buletooth_camera_dark.svg</file>
|
|
<file>dark/buletooth_clang_dark.svg</file>
|
|
<file>dark/buletooth_keyboard_dark.svg</file>
|
|
<file>dark/buletooth_lan_dark.svg</file>
|
|
<file>dark/buletooth_laptop_dark.svg</file>
|
|
<file>dark/buletooth_microphone_dark.svg</file>
|
|
<file>dark/buletooth_mouse_dark.svg</file>
|
|
<file>dark/buletooth_other_dark.svg</file>
|
|
<file>dark/buletooth_pad_dark.svg</file>
|
|
<file>dark/buletooth_pc_dark.svg</file>
|
|
<file>dark/buletooth_pen_dark.svg</file>
|
|
<file>dark/buletooth_pheadset_dark.svg</file>
|
|
<file>dark/buletooth_phone_dark.svg</file>
|
|
<file>dark/buletooth_print_dark.svg</file>
|
|
<file>dark/buletooth_scaner_dark.svg</file>
|
|
<file>dark/buletooth_touchpad_dark.svg</file>
|
|
<file>dark/buletooth_tv_dark.svg</file>
|
|
<file>dark/buletooth_vidicon_dark.svg</file>
|
|
<file>light/buletooth_camera_light.svg</file>
|
|
<file>light/buletooth_clang_light.svg</file>
|
|
<file>light/buletooth_keyboard_light.svg</file>
|
|
<file>light/buletooth_lan_light.svg</file>
|
|
<file>light/buletooth_laptop_light.svg</file>
|
|
<file>light/buletooth_microphone_light.svg</file>
|
|
<file>light/buletooth_mouse_light.svg</file>
|
|
<file>light/buletooth_other_light.svg</file>
|
|
<file>light/buletooth_pad_light.svg</file>
|
|
<file>light/buletooth_pc_light.svg</file>
|
|
<file>light/buletooth_pen_light.svg</file>
|
|
<file>light/buletooth_pheadset_light.svg</file>
|
|
<file>light/buletooth_phone_light.svg</file>
|
|
<file>light/buletooth_print_light.svg</file>
|
|
<file>light/buletooth_scaner_light.svg</file>
|
|
<file>light/buletooth_touchpad_light.svg</file>
|
|
<file>light/buletooth_tv_light.svg</file>
|
|
<file>light/buletooth_vidicon_light.svg</file>
|
|
</qresource>
|
|
</RCC>
|