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. Visual QML Drawer creation.

Visual QML Drawer creation.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 379 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.
  • G Offline
    G Offline
    Gourmet
    wrote on last edited by
    #1

    Now I need add some QML types to my existing widget-based application for Android. I would prefer use widgets only but there is no QDrawer class and others unfortunately. I read some articles and understand how the C++ code must look to do this. But I never worked with QML and I do not know how operate with it's parts and designer. I have Designer form for main app interface. I added QML file to project and ready fill it. I will contain But can I use designer to visually develop QML Drawer content? I want place several buttons inside drawer and organize them. How do this visually? Or this can be done only in ancient MS-DOS way edit-try-fix?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      Padlock
      wrote on last edited by
      #2

      While the designer is nice editing the code itself gives you much better control.
      There's an example (Qt Quick Controls - Gallery), which is probably simple enough to show you how to implement a drawer.

      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