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 android Question

Qt android Question

Scheduled Pinned Locked Moved Mobile and Embedded
11 Posts 4 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.
  • F Offline
    F Offline
    Fatal
    wrote on last edited by
    #1

    Which project should I choose?

    1 Reply Last reply
    0
    • O Offline
      O Offline
      overtime
      wrote on last edited by
      #2

      Any one of them are compatible with android.

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        All Qt apps can be compiled for Android. You need to set up a Kit for Android and then just add it to your project (see Qt Creator Settings->Build & Run section).

        (Z(:^

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

          "Step by step Qt on Android tutorial":http://www.youtube.com/watch?v=yhdi6JONtQo&index=28&list=PLizsthdRd0YyV6zOEFYog77IAPV85f7w2

          1 Reply Last reply
          0
          • F Offline
            F Offline
            Fatal
            wrote on last edited by
            #5

            Ah thats good. I already got it working I was just wondering If there is a specific one we are supposed to use. QT rocks :D

            I do get one problem. I cant get the size right on the main window to the nexus 5 :(

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              Use showMaximized() or showFullscreen() on your top-level widget/ window.

              (Z(:^

              1 Reply Last reply
              0
              • F Offline
                F Offline
                Fatal
                wrote on last edited by
                #7

                [quote author="sierdzio" date="1399819607"]Use showMaximized() or showFullscreen() on your top-level widget/ window.[/quote]

                Thanks for the reply but I dont see that

                1 Reply Last reply
                0
                • sierdzioS Offline
                  sierdzioS Offline
                  sierdzio
                  Moderators
                  wrote on last edited by
                  #8

                  What do you mean by "I don't see that"? The size is still wrong? Or there are some errors being reported?

                  (Z(:^

                  1 Reply Last reply
                  0
                  • F Offline
                    F Offline
                    Fatal
                    wrote on last edited by
                    #9

                    ermm which one is the top-level widget?

                    http://tinypic.com/view.php?pic=f0289j&s=8#.U2-UWSgjbCA

                    1 Reply Last reply
                    0
                    • sierdzioS Offline
                      sierdzioS Offline
                      sierdzio
                      Moderators
                      wrote on last edited by
                      #10

                      The one you call "show" on in your main() function, most probably.

                      (Z(:^

                      1 Reply Last reply
                      0
                      • O Offline
                        O Offline
                        overtime
                        wrote on last edited by
                        #11

                        Hey, let us know if the "showMaximized() or showFullscreen()" worked for ya.

                        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