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. Main window focus problem
Forum Updated to NodeBB v4.3 + New Features

Main window focus problem

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 3.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.
  • K Offline
    K Offline
    Ketan Shah
    wrote on last edited by
    #1

    I am opening an another window from my main window..
    What I want is, when the new window is opened, my main window should be disabled(deactivate).
    and the main window should be enabled only if the new window is closed.
    how can i do this..

    Thanks in advance..

    1 Reply Last reply
    0
    • H Offline
      H Offline
      HuXiKa
      wrote on last edited by
      #2

      Make your window / dialog "modal":http://doc.qt.nokia.com/4.7/qdialog.html#modal-dialogs .

      If you can find faults of spelling in the text above, you can keep them.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Chuck Gao
        wrote on last edited by
        #3

        If your opened window is a QDialog based widget, you can make it by
        @setModal(true)@
        For QWidget based widget, try
        @setWindowModality ( Qt::WindowModality windowModality )@

        And these 2 are all using/in the event loop

        Chuck

        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