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. Dont see QtQuick widgets in Designer
Forum Update on Monday, May 27th 2025

Dont see QtQuick widgets in Designer

Scheduled Pinned Locked Moved Solved QML and Qt Quick
6 Posts 2 Posters 501 Views
  • 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.
  • M Offline
    M Offline
    MiklYarochkin
    wrote on last edited by MiklYarochkin
    #1

    Hello,

    Sorry if i am in wrong topic.

    Can i use QtQuick widgets (DelayButton) from QtDesigner?
    I don't see them in Widgets Box and id not found the way to add using menu.

    Mikl

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MEMekaniske
      wrote on last edited by
      #2

      Hey, are you talking about QML objects in the Design mode in Qt creator and not widgets?

      If so you need to import the controls library first,

      import QtQuick.Controls 2.12
      

      etc.. Same with Qt Design Studio, there is a sidebar where you can select and import libraries..

      If you're talking about QML objects in Qt Designer, then that is not a thing, it's for widgets only, and not QML/QtQuick..

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MiklYarochkin
        wrote on last edited by
        #3

        Hello

        I want they appear there:
        Capture.PNG

        And use them on my form.

        M 1 Reply Last reply
        0
        • M MiklYarochkin

          Hello

          I want they appear there:
          Capture.PNG

          And use them on my form.

          M Offline
          M Offline
          MEMekaniske
          wrote on last edited by
          #4

          @MiklYarochkin Ok. That is not possible. You have to use a designer made for Qt Quick.

          M 1 Reply Last reply
          2
          • M MEMekaniske

            @MiklYarochkin Ok. That is not possible. You have to use a designer made for Qt Quick.

            M Offline
            M Offline
            MiklYarochkin
            wrote on last edited by
            #5

            @MEMekaniske Thank you

            M 1 Reply Last reply
            0
            • M MiklYarochkin

              @MEMekaniske Thank you

              M Offline
              M Offline
              MEMekaniske
              wrote on last edited by
              #6

              @MiklYarochkin no problem :)

              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