Ejemplo n.º 1
0
def info(txt):
    """Show Text in Scrollable Text Area"""
    InfoDialog.showInformationDialog(None, txt, "Information")
Ejemplo n.º 2
0
def info(txt):
    """Show Text in Scrollable Text Area"""
    InfoDialog.showInformationDialog(None, txt, "Information")
Ejemplo n.º 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)
Ejemplo n.º 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)