Files
iDescriptor/resources.ui.qrc
T
uncor3 9af7f8a9f4 begin implementing app store in qml
- 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.
2026-05-05 06:22:27 +00:00

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>