-
Notifications
You must be signed in to change notification settings - Fork 0
David Notes
russ_hensel edited this page Feb 8, 2026
·
1 revision
at tof
"""
KEY_WORDS: pressed press PushBtton click connect rh CLASS_NAME: QPushButtonTab WIDGETS: QPushButton STATUS: June 2025 ok: but more content would be nice TAB_TITLE: QPushButton Reference DESCRIPTION: A reference for the QPushButton widget HOW_COMPLETE: 20 # AND A COMMENT -- <10 major probs <15 runs but <20 fair not finished <=25 not to shabby """ WIKI_LINK = "https://github.com/russ-hensel/qt5_by_example/wiki/What-We-Know-About-QPushButtons"
WIKI_LINK is new ( HOW_COMPLETE fairly new )
def __init__(self):
"""
set up the tab
this is pretty much boiler plate for a tab
"""
super().__init__()
self.module_file = __file__ # save for help file usage
add this global WIKI_LINK self.wiki_link = WIKI_LINK