How to develop nice looking , modern applications with Qt ?
-
I'm wondering how to develop attractive GUI applications with Qt because when I run Qt creator and run a new project the GUI looks very basic .
I would like to create a desktop application that mimics those on smartphones in terms of graphics.So is there any Qt library that provides a richer GUI experience ?
Thanks for replies in advance.
-
Hi,
"Qt Quick":http://qt-project.org/doc/qt-5/qtquick-index.html is designed specifically for your use case.
Download the official demo app for...
- Android: https://play.google.com/store/apps/details?id=com.digia.Qt5Everywhere&hl=en
- iOS: https://itunes.apple.com/us/app/qt5-everywhere/id871722298?mt=8
...or watch the demo video: https://www.youtube.com/watch?v=-SJh3Xy2QKI
-
Yes, Qt Quick fully supports mouse and keyboard too.