Пример #1
0
def info(txt):
    """Show Text in Scrollable Text Area"""
    InfoDialog.showInformationDialog(None, txt, "Information")
Пример #2
0
def info(txt):
    """Show Text in Scrollable Text Area"""
    InfoDialog.showInformationDialog(None, txt, "Information")
Пример #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)
Пример #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)