Module to get the object name, class name or signatures of a Qt form (*.ui).
| None | 
| None | 
| __mapType | Private function to map a type as reported by Qt's meta object to the correct Python type. | 
| _printerr | Function to print the given string as error to sys.stdoerr with a guard string. | 
| _printout | Function to print the given string as output to sys.stderr with a guard string. | 
| className | Function to get the class name of a form. | 
| objectName | Function to get the object name of a form. | 
| signatures | Function to get the signatures of form elements. | 
Private function to map a type as reported by Qt's meta object to the correct Python type.
Function to print the given string as error to sys.stdoerr with a guard string.
Function to print the given string as output to sys.stderr with a guard string.
Function to get the class name of a form.
Function to get the object name of a form.
Function to get the signatures of form elements.