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. See any (or selected) items from other QML file (Form Editor)
Forum Updated to NodeBB v4.3 + New Features

See any (or selected) items from other QML file (Form Editor)

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
7 Posts 3 Posters 638 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.
  • B Offline
    B Offline
    BD9a
    wrote on last edited by
    #1

    Hey, is it possible to see other items from other QML file? I have program that have GUI and it's splitted in some sub-menus. For easier managing I want to see some items (like navigation panel, what will be the same in every tab) for easier managing objects in current sub-menu.

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      Qn is not very clear. Can you add more details ? There is nothing like accessing/see from other qml files.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      1
      • B Offline
        B Offline
        BD9a
        wrote on last edited by
        #3

        I have StackView and custom made "Menu Bar" for it in main.qml file. I have subpages (items in other QML files) for this StackView, and user can switch between them by this "Menu Bar". I want to see this "Menu Bar" in every subpage in Qt Designer / this tool where u can Drag&Drop elements for easier customization.

        While editing main.qml file:
        alt text

        While editing any subpage file:
        alt text

        Everything works fine on release / on run, but I want this to better / easier position items etc.

        1 Reply Last reply
        0
        • B Offline
          B Offline
          BD9a
          wrote on last edited by
          #4

          Bump, returned to this project and still need it :|

          ekkescornerE 1 Reply Last reply
          0
          • B BD9a

            Bump, returned to this project and still need it :|

            ekkescornerE Offline
            ekkescornerE Offline
            ekkescorner
            Qt Champions 2016
            wrote on last edited by
            #5

            @BD9a you should customize Drawer, set position to 1.0 (https://doc.qt.io/qt-5/qml-qtquick-controls2-drawer.html#position-prop) so the Drawer is always visible.
            now the Drawer should always be visible even if you push more Pages on top of StackView

            ekke ... Qt Champion 2016 | 2024 ... mobile business apps
            5.15 --> 6.9 https://t1p.de/ekkeChecklist
            QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

            B 1 Reply Last reply
            0
            • ekkescornerE ekkescorner

              @BD9a you should customize Drawer, set position to 1.0 (https://doc.qt.io/qt-5/qml-qtquick-controls2-drawer.html#position-prop) so the Drawer is always visible.
              now the Drawer should always be visible even if you push more Pages on top of StackView

              B Offline
              B Offline
              BD9a
              wrote on last edited by
              #6

              @ekkescorner So this "menu bar" should be done as Drawer yaa? I will test it

              ekkescornerE 1 Reply Last reply
              0
              • B BD9a

                @ekkescorner So this "menu bar" should be done as Drawer yaa? I will test it

                ekkescornerE Offline
                ekkescornerE Offline
                ekkescorner
                Qt Champions 2016
                wrote on last edited by
                #7

                @BD9a good luck

                ekke ... Qt Champion 2016 | 2024 ... mobile business apps
                5.15 --> 6.9 https://t1p.de/ekkeChecklist
                QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

                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