Module implementing the message box wizard dialog.
None |
MessageBoxWizardDialog | Class implementing the message box wizard dialog. |
None |
Class implementing the message box wizard dialog.
It displays a dialog for entering the parameters for the QMessageBox code generator.
None |
None |
MessageBoxWizardDialog | Constructor |
__enabledGroups | Private method to enable/disable some group boxes. |
__getQt40ButtonCode | Private method to generate the button code for Qt3 and Qt 4.0. |
__getQt42ButtonCode | Private method to generate the button code for Qt 4.2.0. |
__testQt40 | Private method to test the selected options for Qt3 and Qt 4.0. |
__testQt42 | Private method to test the selected options for Qt 4.2.0. |
getCode | Public method to get the source code. |
on_bTest_clicked | Private method to test the selected options. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_cButton0_editTextChanged | Private slot to enable/disable the other button combos depending on its contents. |
on_cButton1_editTextChanged | Private slot to enable/disable the other button combos depending on its contents. |
on_cButton2_editTextChanged | Private slot to enable/disable the other button combos depending on its contents. |
on_rAboutQt_toggled | Private slot to handle the toggled signal of the rAboutQt radio button. |
on_rAbout_toggled | Private slot to handle the toggled signal of the rAbout radio button. |
on_rQt42_toggled | Private slot to handle the toggled signal of the rQt42 radio button. |
None |
Constructor
Private method to enable/disable some group boxes.
Private method to generate the button code for Qt3 and Qt 4.0.
Private method to generate the button code for Qt 4.2.0.
Private method to test the selected options for Qt3 and Qt 4.0.
Private method to test the selected options for Qt 4.2.0.
Public method to get the source code.
Private method to test the selected options.
Private slot called by a button of the button box clicked.
Private slot to enable/disable the other button combos depending on its contents.
Private slot to enable/disable the other button combos depending on its contents.
Private slot to enable/disable the other button combos depending on its contents.
Private slot to handle the toggled signal of the rAboutQt radio button.
Private slot to handle the toggled signal of the rAbout radio button.
Private slot to handle the toggled signal of the rQt42 radio button.