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. Creating Widgets Above Stacked Widget

Creating Widgets Above Stacked Widget

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 247 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.
  • P Offline
    P Offline
    Pythonic person
    wrote on last edited by
    #1

    Hi There!... I want to build an app with the following,
    I have 2 pages I will implement them by using QStackedWidget, and above that stacked widget I want to have 2 menus( one of them is a slide menu ) and these menus should have fixed width and height. And I want to add something like a status bar for resizing the window as well.

    NOTE: the two pages should interact with mouse events and they have their own design as well.

    Here is an example:
    structure.png

    Can you please help me with that?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      For your "menues", don't put them in a layout and manage their position manually.

      For the status bar: QStatusBar.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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