Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
how to query/test the state of a qt widget?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Diez B. Roggisch, post: 2944336"] RTFM. The Qt-docs are extensive. And the QRadioButton-docs are pretty straight forward: [URL]http://doc.trolltech.com/3.3/qradiobutton.html#checked-prop[/URL] So your code above should be if self.polPlotRadioButton.isChecked(): print "blah" Diez [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
how to query/test the state of a qt widget?
Top