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. Windows within windows within windows...
Forum Updated to NodeBB v4.3 + New Features

Windows within windows within windows...

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.3k 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.
  • C Offline
    C Offline
    cerberusss
    wrote on last edited by
    #1

    We have developed an application which lets us talk to custom electronics. It’s an MDI application, and there are a number of windows in the app: an editor, a runwindow, temperature sensors, and a plot window.

    The plot window contains a number of pages. Inside each page, you can define any number of plots. These can be dragged and dropped, resized, etc. There can be up to fifty plots like that, divided over 5-15 pages.

    So the structure looks as follows:
    Main Window -> Plot MDI window -> Tabs -> Frame with slidebar -> Plots that can be resized

    Basically, we’ve created a windowing system inside the MDI-subwindow for plotting. Users are happy, but it works non-intuitively and instead of further maintaining the code, we’d like to use standard Qt widgets for the plot resizing. We’ve looked at QDockWidget, but it can only be used right below a Main Window. Any ideas?

    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