https://github.com/thecompez/cutemobile
A concept mobile app UI/UX prototype based on Qt Quick technology.
https://github.com/thecompez/cutemobile
android cpp design ios mobile-app modern-design phone qt qtquick template ui user userinterface ux
Last synced: 4 months ago
JSON representation
A concept mobile app UI/UX prototype based on Qt Quick technology.
- Host: GitHub
- URL: https://github.com/thecompez/cutemobile
- Owner: TheCompez
- License: mit
- Created: 2022-11-07T19:58:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T05:24:51.000Z (over 1 year ago)
- Last Synced: 2024-11-19T20:46:44.590Z (5 months ago)
- Topics: android, cpp, design, ios, mobile-app, modern-design, phone, qt, qtquick, template, ui, user, userinterface, ux
- Language: QML
- Homepage:
- Size: 3.18 MB
- Stars: 34
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CuteMobile Concept Demo
A concept mobile app UI/UX prototype based on Qt Quick technology.
- The purpose of this repository is to create an example of Mobile Application based on C++ and Qt Quick technology.## Language & Technology Required
- C++17
- Qt and QML (version 6.x only).
- Project-Template## Building
- You need CMake tool for building source code
- CMake 3.23 or higher is required.```
cd build
cmake ..
make
./CuteMobile```
## Customization
Use the Project-Template guide for customization.
- https://github.com/KambizAsadzadeh/Project-Template## Demo



## Note
This sample is not yet complete and is under development.## Note for iOS Developers
- Change ```DEVELOPER_BUNDLE_IDENTIFIER``` variable to your own developer id.