Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to Disable the QDialog windows in python
QtWS25 Last Chance

How to Disable the QDialog windows in python

Scheduled Pinned Locked Moved Unsolved Qt for Python
qt for pythonpythonpyside2pyside
2 Posts 2 Posters 803 Views
  • 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.
  • J Offline
    J Offline
    john14
    wrote on last edited by
    #1

    How to Disable the QDialog windows in python

    JonBJ 1 Reply Last reply
    0
    • J john14

      How to Disable the QDialog windows in python

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @john14
      QWidget::setDisabled(bool disable) or setEnabled(bool) are avialble to any QWidget, including a QDialog. If that is what you are wanting.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved