GUI Design Methods for Android on Qt

I am trying to make my graphical interface developed on Qt look good on Android devices. Now I use widgets with the idea of ​​creating a universal graphical interface (for desktop computers and mobile devices). If anyone has experience in this area, can you share some literature, materials, equipment, or something like that?

Thank!

+3
source share
1 answer

There are two routes that I see:

  • Create a separate user interface for the desktop (keyboard + keyboard) and Android (touch).

    Qt QML . ++, Javascript .js. / UI .qml . , , , , , .

  • . . 1-1 /, :

    • /
    • /
    • flick/mouse
    • / ctrl + wheel
    • / alt/control

- , , , . , shift/ctrl , , , . , , , , 1. , , "" .

+4

All Articles