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

How to Disable the QDialog windows in python

Scheduled Pinned Locked Moved Unsolved Qt for Python
qt for pythonpythonpyside2pyside
2 Posts 2 Posters 805 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 1 Nov 2020, 11:07 last edited by
    #1

    How to Disable the QDialog windows in python

    J 1 Reply Last reply 1 Nov 2020, 14:22
    0
    • J john14
      1 Nov 2020, 11:07

      How to Disable the QDialog windows in python

      J Offline
      J Offline
      JonB
      wrote on 1 Nov 2020, 14:22 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

      1/2

      1 Nov 2020, 11:07

      • Login

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