Module implementing a dialog to generate code for a Qt4 dialog.
CreateDialogCodeDialog | Class implementing a dialog to generate code for a Qt4 dialog. |
None |
Class implementing a dialog to generate code for a Qt4 dialog.
CreateDialogCodeDialog | Constructor |
__className | Private method to get the class name of the dialog. |
__generateCode | Private slot to generate the code as requested by the user. |
__generatePythonCode | Private slot to generate Python code as requested by the user. |
__objectName | Private method to get the object name of the dialog. |
__signatures | |
__updateSlotsModel | Private slot to update the update the slots tree display. |
on_buttonBox_clicked | Private slot to handle the buttonBox clicked signal. |
on_classNameCombo_activated | Private slot to handle the activated signal of the classname combo. |
on_clearFilterButton_clicked | Private slot called by a click of the clear filter button. |
on_filterEdit_textChanged | Private slot called, when thext of the filter edit has changed. |
on_newButton_clicked | Private slot called to enter the data for a new dialog class. |
Constructor
Private method to get the class name of the dialog.
Private slot to generate the code as requested by the user.
Private slot to generate Python code as requested by the user.
Private method to get the object name of the dialog.
Private slot to update the update the slots tree display.
Private slot to handle the buttonBox clicked signal.
Private slot to handle the activated signal of the classname combo.
Private slot called by a click of the clear filter button.
Private slot called, when thext of the filter edit has changed.
Private slot called to enter the data for a new dialog class.