Example #1
0
def info(txt):
    """Show Text in Scrollable Text Area"""
    InfoDialog.showInformationDialog(None, txt, "Information")
Example #2
0
def info(txt):
    """Show Text in Scrollable Text Area"""
    InfoDialog.showInformationDialog(None, txt, "Information")
Example #3
0
def infoTabs(txt, title):
    """Show Text in Scrollable Text Area in dialog that will add tabs for each new item"""
    InfoDialog.showInformationDialogTabs(txt, title)
Example #4
0
def infoTabs(txt, title):
    """Show Text in Scrollable Text Area in dialog that will add tabs for each new item"""
    InfoDialog.showInformationDialogTabs(txt, title)