November 23, 2011

qxoz qxoz
Area 51 Engineer
598 posts

Any hints to, how write code for non touchscreen phones.

 

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?

6 replies

November 25, 2011

Mohsen Mohsen
Robot Herder
725 posts

programming for non touch-screen devices a little varies. you should have a main widget and implement a keyPressEvent for the main widget.

 Signature 

www.madagon.com

November 25, 2011

qxoz qxoz
Area 51 Engineer
598 posts

Got it. So it depends on the imagination of the developer. :)

November 25, 2011

Andre Andre
Area 51 Engineer
6031 posts

Take some inspiration from the UI of devices like the Apple iPod without a touch screen.

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

November 25, 2011

Mohsen Mohsen
Robot Herder
725 posts
qxoz wrote:
Got it. So it depends on the imagination of the developer. :)

exactly ;-)

 Signature 

www.madagon.com

November 25, 2011

qxoz qxoz
Area 51 Engineer
598 posts

Thanks to all for replays.

December 5, 2011

qtrahul qtrahul
Lab Rat
188 posts

Using Qt SDK 1.1.2 , you can write code for non touch devices of Nokia S60 3rd edition devices.

 
  ‹‹ Changing resolution at run time by qt app      Connect to a SOAP webservice ››

You must log in to post a reply. Not a member yet? Register here!