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. UI Design like iOS

UI Design like iOS

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 3 Posters 2.0k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    syfy323
    wrote on last edited by
    #1

    Hello,

    my app is running fine but the design is close to windows 98. How do I make my application look like a native iOS-App? I did not find any information or app in the app store which uses Qt with iOS design.
    If this does not work, I need to switch to apples new swift...

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Do you use QML or QWidgets ?
      What Qt version do you use?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        syfy323
        wrote on last edited by
        #3

        I use QWidgets in Qt 5.2.1.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Vincent007
          wrote on last edited by
          #4

          see
          http://www.codingsubmarine.com/cutecontacts-ios7-cloning-ios7-contacts-application-ui-in-qtqml/
          https://github.com/amarchen/CuteContacts-iOS

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andreyc
            wrote on last edited by
            #5

            QtQuick (QML) is better suited for mobile UI development. QtWidgets is more desktop oriented. See "here":http://qt-project.org/doc/qt-5/topics-ui.html for more info.

            I would suggest to go with QtQuick if you will develop multi-platform app.

            If you are going to develop for iOS only then ObjC and Swift .

            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