David Notes - russ-hensel/qt5_by_example GitHub Wiki

at tof

"""

metadata here including WIKI_LINK

this material is used for selection access to the tab module which must

be named tab_....py among other things

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