get_text#

glue_qt.utils.get_text(title='Enter a label', default=None)#

Prompt the user to enter text using Qt

Returns the text the user typed, or None

Parameters:
titlestr

The prompt message and widget title.

defaultstr

The default text to show in the prompt.