Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Can use Qt Quick UI in Qt Designer
Forum Updated to NodeBB v4.3 + New Features

Can use Qt Quick UI in Qt Designer

Scheduled Pinned Locked Moved Solved QML and Qt Quick
5 Posts 3 Posters 512 Views 2 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.
  • K Offline
    K Offline
    Knj.Tkm
    wrote on last edited by Knj.Tkm
    #1

    Hi.
    I want to incorporate the screen created in Qt Quick UI into Qt Designer Form.
    This is because I want to divert the parts used in QML.
    If I can't do that, I will use the Qt Designer Form to create it again, so I am not too particular.
    Is there any way to do that?

    CP71C 1 Reply Last reply
    0
    • K Knj.Tkm

      @CP71
      How to use?
      I get error [undefined reference to `__imp__ZN12QQuickWidgetC1EP7QWidget'], when I set source.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #4

      @Knj-Tkm said in Can use Qt Quick UI in Qt Designer:

      I get error [undefined reference to `__imp__ZN12QQuickWidgetC1EP7QWidget'], when I set source.

      Add the Qt Quick Widgets module to your project.

      If you have a .pro file, add this line: QT += quickwidgets (see https://doc.qt.io/qt-5/qtquickwidgets-module.html#details )

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      K 1 Reply Last reply
      2
      • K Knj.Tkm

        Hi.
        I want to incorporate the screen created in Qt Quick UI into Qt Designer Form.
        This is because I want to divert the parts used in QML.
        If I can't do that, I will use the Qt Designer Form to create it again, so I am not too particular.
        Is there any way to do that?

        CP71C Offline
        CP71C Offline
        CP71
        wrote on last edited by
        #2

        @Knj-Tkm
        Hi,
        If I well understand your needs yes,
        You can use QQuickWidget

        K 1 Reply Last reply
        1
        • CP71C CP71

          @Knj-Tkm
          Hi,
          If I well understand your needs yes,
          You can use QQuickWidget

          K Offline
          K Offline
          Knj.Tkm
          wrote on last edited by
          #3

          @CP71
          How to use?
          I get error [undefined reference to `__imp__ZN12QQuickWidgetC1EP7QWidget'], when I set source.

          JKSHJ 1 Reply Last reply
          0
          • K Knj.Tkm

            @CP71
            How to use?
            I get error [undefined reference to `__imp__ZN12QQuickWidgetC1EP7QWidget'], when I set source.

            JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #4

            @Knj-Tkm said in Can use Qt Quick UI in Qt Designer:

            I get error [undefined reference to `__imp__ZN12QQuickWidgetC1EP7QWidget'], when I set source.

            Add the Qt Quick Widgets module to your project.

            If you have a .pro file, add this line: QT += quickwidgets (see https://doc.qt.io/qt-5/qtquickwidgets-module.html#details )

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            K 1 Reply Last reply
            2
            • JKSHJ JKSH

              @Knj-Tkm said in Can use Qt Quick UI in Qt Designer:

              I get error [undefined reference to `__imp__ZN12QQuickWidgetC1EP7QWidget'], when I set source.

              Add the Qt Quick Widgets module to your project.

              If you have a .pro file, add this line: QT += quickwidgets (see https://doc.qt.io/qt-5/qtquickwidgets-module.html#details )

              K Offline
              K Offline
              Knj.Tkm
              wrote on last edited by
              #5

              @JKSH
              Thanks for answer!
              It can show.

              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