Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Any hints to, how write code for non touchscreen phones.
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 4 Posters 3.0k Views
  • 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 Offline
    Q Offline
    qxoz
    wrote on last edited by
    #1

    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
    0
    • M Offline
      M Offline
      mohsen
      wrote on last edited by
      #2

      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
      0
      • Q Offline
        Q Offline
        qxoz
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

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

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mohsen
            wrote on last edited by
            #5

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

            exactly ;-)

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qxoz
              wrote on last edited by
              #6

              Thanks to all for replays.

              1 Reply Last reply
              0
              • Q Offline
                Q Offline
                qtrahul
                wrote on last edited by
                #7

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

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved