Pop up a dialog window for input of a string. Parameter title isthe title of the dialog window, prompt is a text mostly describingwhat information to input.Return the string input. If the dialog is canceled, return None.
Pop up a dialog window for input of a string. Parameter title isthe title of the dialog window, prompt is a text mostly describingwhat information to input.Return the string input. If the dialog is canceled, return None.