Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Demo in SDK
Forum Updated to NodeBB v4.3 + New Features

Qt Demo in SDK

Scheduled Pinned Locked Moved Qt Creator and other tools
15 Posts 10 Posters 17.9k 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.
  • C Offline
    C Offline
    Chuck Gao
    wrote on last edited by
    #6

    [quote author="gedd" date="1305712208"]I use Qt Demo in the same way and i have the opinion.

    I made a quick try to build it in QtCreator but this was a fail.
    So I gave up.

    Why not set an option to install and build QtDemo at the setup ?[/quote]

    Maybe it's a good idea.

    Chuck

    1 Reply Last reply
    0
    • P Offline
      P Offline
      Peppy
      wrote on last edited by
      #7

      Really it didn't work? Quite strange, it should work, any error messages?...

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gedd
        wrote on last edited by
        #8

        I make a new try with SDK 1.1.1 on windows xp.
        fatal error C1083: Can not open include file: 'private / qpixmapdata p.h': No such file or directory

        bq. fatal error C1083: Can not open include file: 'private/qpixmapdata_p.h': No such file or directory

        i check it : private dir not exist and qpixmapdata_p.h file not exist

        Gedd

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Babylon
          wrote on last edited by
          #9

          ditto, I had same result. After much fiddling I got it to compile but it won't run demos, says documentation not built. Sometimes says demo not built, but I know it was. Maybe in wrong place? What now?

          How about posting step by step how to build the QT Demo?

          1 Reply Last reply
          0
          • S Offline
            S Offline
            sr105
            wrote on last edited by
            #10

            Same error here with 4.7.3 on OSX.

            1 Reply Last reply
            0
            • L Offline
              L Offline
              loladiro
              wrote on last edited by
              #11

              That is a known bug and has been discussed before (search the forum!)

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sr105
                wrote on last edited by
                #12

                I did a google search and it directs you here. So perhaps it would be best if you had just provided links to the other forum posts. It would have been at least a bit more constructive.

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  gedd
                  wrote on last edited by
                  #13

                  You're right sr105 but "it is never better served than by yourself".
                  "the post":http://developer.qt.nokia.com/forums/viewthread/6774/P15
                  "the bug":http://bugreports.qt.nokia.com/browse/QTSDK-636

                  Gedd

                  1 Reply Last reply
                  0
                  • EddyE Offline
                    EddyE Offline
                    Eddy
                    wrote on last edited by
                    #14

                    [quote author="sr105" date="1310460334"]I did a google search and it directs you here. So perhaps it would be best if you had just provided links to the other forum posts. It would have been at least a bit more constructive.[/quote]

                    Or you could click on the "qt demo" tag
                    And you will see all topics that have been tagged like that on devnet.

                    Qt Certified Specialist
                    www.edalsolutions.be

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      tyamamo10
                      wrote on last edited by
                      #15

                      I had the exact same problem with 4.7.4 on Ubuntu 10.04 and OS X 10.7, but I was able to find the header file at QtGui/private/qpixmapdata_p.h. Maybe, the following file is the same: http://qt.gitorious.org/+qt-developers/qt/staging/blobs/ae6bc1d824f5ae24a259be0c68241873cb96739f/src/gui/image/qpixmapdata_p.h

                      Copy and paste it under "shared", the directory you're working, because changing the line in arthurwidgets.cpp from #include <private/qpixmapdata_p.h> to #include <QtGui/private/qpixmapdata_p.h> didn't solve the problem (at least for me). Instead, change it to #include "qpixmapdata_p.h" assuming you saved the header file in the working directory. Then, it should compile and build fine. Hope this helps.

                      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