Qt Android need help
-
So basically i want to make Qt application for android, so i created form(xml) with few buttons. With QMainWindow(parent),
ui(new Ui::RemoteClient)(Ui namespace because i want to use that RemoteClient fun., because library RemoteClient have own, and the i can with ui->button control etc). My main problem is that my app look terrible on mobile phone, and i don't know how to make better with this basic form that i got from Qt studio.
Regards Salesh