mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
9af7f8a9f4
- Added `anyhow` and `ipatool` dependencies to `Cargo.toml`. - Created a new `apps.rs` module to manage application state and user authentication. - Refactored image loading logic to handle HEIC files and generate thumbnails using the new bridge functions. - Enhanced utility functions for managing QMap state in the application.
20 lines
759 B
Plaintext
20 lines
759 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>src/qml/Main.qml</file>
|
|
<!-- <file>src/qml/Index.qml</file> -->
|
|
<file>src/qml/Tabs.qml</file>
|
|
<file>src/qml/HowToConnect.qml</file>
|
|
<file>src/qml/Welcome.qml</file>
|
|
<file>src/qml/TabButton.qml</file>
|
|
<file>src/qml/DeviceTab.qml</file>
|
|
<file>src/qml/Device.qml</file>
|
|
<file>src/qml/DeviceImage.qml</file>
|
|
<file>src/qml/DeviceInfo.qml</file>
|
|
<file>src/qml/DeviceGallery.qml</file>
|
|
<file>src/qml/AlbumContents.qml</file>
|
|
<file>src/qml/PreviewWindow.qml</file>
|
|
<file>src/qml/SidebarTabButton.qml</file>
|
|
<file>src/qml/AppsTab.qml</file>
|
|
<file>src/qml/LoginDialog.qml</file>
|
|
</qresource>
|
|
</RCC> |