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

Can you please help me with that?
-
Hi,
For your "menues", don't put them in a layout and manage their position manually.
For the status bar: QStatusBar.