Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T05:24:51.000Z (about 1 year ago)
- Last Synced: 2024-11-19T20:46:44.590Z (about 1 month 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
![S01](https://user-images.githubusercontent.com/4066299/201901734-163c03ab-e9a1-44bb-bdc1-3e9702453205.jpg)
![S02](https://user-images.githubusercontent.com/4066299/201901767-78b3f59b-6048-4b54-8845-e7a47a6bd59b.jpg)
![S03](https://user-images.githubusercontent.com/4066299/201901779-70dfc430-0ffe-4ff0-9efc-e3d9a5a47bb9.jpg)
## 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.