Any hints to, how write code for non touchscreen phones.
-
wrote on 23 Nov 2011, 06:44 last edited by
If you previously wrote code for the desktop and sensor devices, when start writing code for non touchscreen phones have difficulties with the organization a convenient user interface. Often after entering data to lineedit or selecting from the list, could not return to buttons or to other widgets. How convenient to organize the interface of these devices with qwerty keyboard and without it?
-
wrote on 25 Nov 2011, 08:00 last edited by
programming for non touch-screen devices a little varies. you should have a main widget and implement a keyPressEvent for the main widget.
-
wrote on 25 Nov 2011, 08:44 last edited by
Got it. So it depends on the imagination of the developer. :)
-
wrote on 25 Nov 2011, 08:53 last edited by
Take some inspiration from the UI of devices like the Apple iPod without a touch screen.
-
wrote on 25 Nov 2011, 11:08 last edited by
[quote author="qxoz" date="1322210691"]Got it. So it depends on the imagination of the developer. :)[/quote]
exactly ;-)
-
wrote on 25 Nov 2011, 11:22 last edited by
Thanks to all for replays.
-
wrote on 5 Dec 2011, 05:44 last edited by
Using Qt SDK 1.1.2 , you can write code for non touch devices of Nokia S60 3rd edition devices.