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. mdiArea "window bar " no show
Forum Updated to NodeBB v4.3 + New Features

mdiArea "window bar " no show

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 91 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I have main mdiArea window, with subwidows.
    I have set the main window title...

    The problem the main mdiArea has no (standard) window bar to show the title.

    'That is needed to minimize / close etc. the main window.

    What did I missed in "main mdiArea code" to see the window title bar ?

       setCentralWidget(m_mdiarea);
        m_mdiarea->setEnabled(true);
        m_mdiarea->setWindowTitle(" MDI area ");
        m_mdiarea->show();
        m_mdiarea->setVisible(true);
        // test resize ??
        m_mdiarea->activateWindow();
      
    
    ```The attached picture  shlud help to see "the problem".
    
    ![b63d4af6-9aa3-4283-8299-18cd380975f7-image.png](https://ddgobkiprc33d.cloudfront.net/7815c43c-6779-468e-aec8-6e83d83e17d5.png)
    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