Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    Mobile and Embedded
    4
    7
    2679
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Q
      qxoz 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?

      1 Reply Last reply Reply Quote 0
      • M
        mohsen 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.

        1 Reply Last reply Reply Quote 0
        • Q
          qxoz last edited by

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

          1 Reply Last reply Reply Quote 0
          • A
            andre last edited by

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

            1 Reply Last reply Reply Quote 0
            • M
              mohsen last edited by

              [quote author="qxoz" date="1322210691"]Got it. So it depends on the imagination of the developer. :)[/quote]

              exactly ;-)

              1 Reply Last reply Reply Quote 0
              • Q
                qxoz last edited by

                Thanks to all for replays.

                1 Reply Last reply Reply Quote 0
                • Q
                  qtrahul last edited by

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

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post