mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
6b9fdd9299
- Implemented CustomTab class with notification support and custom painting. - Created CustomTabWidget to manage multiple tabs with a stacked widget layout. - Integrated glider animation for smooth tab transitions. - Updated DeviceInfoWidget to improve layout and visual appearance with shadows. - Refactored DeviceMenuWidget to use QStackedWidget instead of QTabWidget for better flexibility. - Enhanced main window setup with custom tab widget and improved device management UI. - Added macOS specific window styling for a more native look. - Improved ToolboxWidget layout and styling for better user experience.
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>icons/ArrowMoveDownRight.svg</file>
|
|
<file>icons/video-x-generic.png</file>
|
|
<file>icons/MdiLightningBolt.png</file>
|
|
<file>icons/MingcuteSettings7Line.png</file>
|
|
<file>qml/MapView.qml</file>
|
|
<file>resources/dump.js</file>
|
|
<file>resources/iphone.png</file>
|
|
</qresource>
|
|
</RCC>
|