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

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 288 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.
  • R Offline
    R Offline
    RadianceOfHope
    wrote on 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

    Pl45m4P 1 Reply Last reply
    0
    • R RadianceOfHope

      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

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on 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

      • Login

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