Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Need help in implementing left navigation and page switching in a Qt C++ GUI application for Windows desktop
Forum Updated to NodeBB v4.3 + New Features

Need help in implementing left navigation and page switching in a Qt C++ GUI application for Windows desktop

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 306 Views 3 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.
  • R Offline
    R Offline
    RadianceOfHope
    wrote on 13 Aug 2023, 14:09 last edited by
    #1

    I want to build a gui application in c++ for windows desktop similar to below one. i want to know how to do this navigation in qtcreator, basically the left navigation will be fixed depending on the selection if should show a new page. i dont want to open a new dialog/windows it should show the new page in the same right space. Please point me to any examples which implements this in qt C++ creator. Or what controls i need to start looking into to achieve this.

    d33aaadb-e5aa-40e5-bd92-6459d4f19bc7-Toolery.png

    P 1 Reply Last reply 13 Aug 2023, 15:17
    0
    • R RadianceOfHope
      13 Aug 2023, 14:09

      I want to build a gui application in c++ for windows desktop similar to below one. i want to know how to do this navigation in qtcreator, basically the left navigation will be fixed depending on the selection if should show a new page. i dont want to open a new dialog/windows it should show the new page in the same right space. Please point me to any examples which implements this in qt C++ creator. Or what controls i need to start looking into to achieve this.

      d33aaadb-e5aa-40e5-bd92-6459d4f19bc7-Toolery.png

      P Offline
      P Offline
      Pl45m4
      wrote on 13 Aug 2023, 15:17 last edited by
      #2

      @RadianceOfHope

      There is no such menu/sidebar widget in Qt, you have to make one on your own.
      QStackedWidget for the content in the middle.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      2

      2/2

      13 Aug 2023, 15:17

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved