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. Qt ios .... demo yes :)
Forum Updated to NodeBB v4.3 + New Features

Qt ios .... demo yes :)

Scheduled Pinned Locked Moved Mobile and Embedded
10 Posts 8 Posters 5.8k 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.
  • Q Offline
    Q Offline
    qtnext
    wrote on last edited by
    #1

    http://t.co/iHI8rI26

    Edit (mlong): Description from further down-thread:

    This link is for the first release of the Qt4iOS SDK. It supports multi-touch, screen rotation, OpenGL, widgets, QML, GPS, accelerometer, multimedia, WebKit etc.
    This SDK has been used to develop the first Qt (GUI) app accepted by Apple for the iOS App Store, and contains both the open source ‘UIKit’ plugin and a demo of the commercial ‘iOS’ plugin.

    1 Reply Last reply
    0
    • E Offline
      E Offline
      edis
      wrote on last edited by
      #2

      Wait, that's a ZIP file!! ?

      !http://i.imgur.com/XKjlw.jpg!

      I will try it tomorrow, hope it's real.

      --
      EDIS Interactive
      http://edis.mx
      http://vimeo.com/edis

      1 Reply Last reply
      0
      • G Offline
        G Offline
        giesbert
        wrote on last edited by
        #3

        [quote author="qtnext" date="1328294804"]http://t.co/iHI8rI26[/quote]

        Can you please say somethign more than just paste a link to a zip file?
        I personally think, this is no good practice and for me it would be an indicator to never click on it.

        Nokia Certified Qt Specialist.
        Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

        1 Reply Last reply
        0
        • Q Offline
          Q Offline
          qtnext
          wrote on last edited by
          #4

          sorry ... here is the link for more info : https://twitter.com/#!/Qt4iOS

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goetz
            wrote on last edited by
            #5

            I'm overwhelmed by that flood of information. I bit more than what I had expected...

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply
            0
            • C Offline
              C Offline
              CuteiOS
              wrote on last edited by
              #6

              This link is for the first release of the Qt4iOS SDK. It supports multi-touch, screen rotation, OpenGL, widgets, QML, GPS, accelerometer, multimedia, WebKit etc.

              This SDK has been used to develop the first Qt (GUI) app accepted by Apple for the iOS App Store, and contains both the open source ‘UIKit’ plugin and a demo of the commercial ‘iOS’ plugin.

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

                I have tested it with the Qt AnimatedTiles

                the zip file includes a 3 short pdf tuturials to get you started and the iOS plugin.

                We need more guys to start testing ;) lets not forget the guys behind this and android plugin, Qt is the most valuable SDK today, all knowen platforms supported ;)

                Good luck testing it guys

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tc42
                  wrote on last edited by
                  #8

                  I have tried qt4ios and have had some pleasing and quick results.
                  I am developing on an iPhone and have found a couple of issues:

                  1. The keyboard does not hide itself when the Done is clicked.
                  2. I cannot read a file from resources. It returns Unknown error from the QFile::open().

                  The application behaves properly when build with Qt Creator.

                  I am evaluating the product for multi-platform development.

                  The equivalent uiKit had the screen offset from the equivalent touch area so I did not persevere.

                  Great work

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    msx_br
                    wrote on last edited by
                    #9

                    Very good, thank you !!!

                    msx_br - Brazil (Netherlands)

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      CuteiOS
                      wrote on last edited by
                      #10

                      [quote author="tc42" date="1331917673"]I have tried qt4ios and have had some pleasing and quick results.
                      I am developing on an iPhone and have found a couple of issues:

                      1. The keyboard does not hide itself when the Done is clicked.

                      2. I cannot read a file from resources. It returns Unknown error from the QFile::open().
                        [/quote]

                      3. It's not supposed to. 'Done' is 'Return'. It's up to the Qt app to handle <Return> on an edit control and do something with it (eg. remove focus from the control, which will hide the keyboard).

                      4. You're probably not using Q_INIT_RESOURCE, which you need to do when using resources from static libraries ( http://qt-project.org/doc/qt-4.8/qdir.html#Q_INIT_RESOURCE )

                      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