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. Navigation bar on bottom
Forum Updated to NodeBB v4.3 + New Features

Navigation bar on bottom

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.1k 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
    baer999
    wrote on last edited by
    #1

    Hi guys,

    how can I implement a navigation bar on bottom of my app and a main view that shows some qml files that are loaded with StackView to push and pop them around?

    Is there any tutorial or sample code snippet that could help me?

    Thx!

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

      There is not direct way to do this. You need to write component to make this happen. You can use the ListView at the bottom to show all the qml files. Handle the mouse events to check with element has been clicked. Based on this either push or pop the contents.

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

      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