Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QWinWidget availability
Forum Updated to NodeBB v4.3 + New Features

QWinWidget availability

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 7.2k 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
    spsingh
    wrote on last edited by
    #1

    I cannot find QWinWidget in my Qt 4.7 installation where can I find it. I need to use it but when I #include<QWinWidget> as suggested on many web pages, I get no such file error.
    Has it become obsolete, If so what is its replacement?

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

      QWinWidget is (used to be?) part of Qt's solutions. A simple Google query would have told you that.
      Perhaps "this page":http://doc.qt.nokia.com/solutions/4/qtwinmigrate/ will get you started?

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

        If you need the source code for the Qt solutions, you find it on "gitorious":https://qt.gitorious.org/qt-solutions

        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
        • S Offline
          S Offline
          spsingh
          wrote on last edited by
          #4

          I am developing a plugin for a MFC application which uses Qt UI. I want the Qt MainWindow to be child of the MFC app main window. Is QWinWindow the only solution, isn't there anything part of the Qt distributable that can help?

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

            The problem is you have to route events, adapt the event loop etc. All this is done by the QtSolution MFC migration. That's why it exists. You can do all this stuff on your own, that's the other solution :-)

            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

            • Login

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