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. Develop an application like QtDesigner
Forum Updated to NodeBB v4.3 + New Features

Develop an application like QtDesigner

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

    Hi All,

    I am new to Qt and am trying to develop an application like Qt Designer or Qt creator.

    1. Should i be using MdiArea for this? My feeling is that perhaps not. But in QtDesigner the background is complete gray which happens only with MdiArea(unless i do some setting or something). So i am not sure if i should use MdiArea?

    2. I want to have 2 windows on the left that are splitters and then like in QtDesigner have a central tab based widget and then on the right side again have 2 windows that are splitters. Also the left side, right side and central should be splitters. Can anyone suggest the correct way to do this?

    Thanks

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2
      • Qt Creator does not use an MDI area
      • take a look at the palette and discover its wonderful world of colors
      • have a look at QSplitter and QTabWidget or QStackedWidget
      • have a look at Qt Creator's sources

      http://www.catb.org/~esr/faqs/smart-questions.html

      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