Module implementing a dialog to configure the PyLint process
PyLintConfigDialog | Class implementing a dialog to configure the PyLint process |
None |
Class implementing a dialog to configure the PyLint process
PyLintConfigDialog | Constructor |
accept | Protected slot called by the Ok button. |
generateParameters | Public method that generates the commandline parameters. |
handleConfigfile | Private slot to select the configuration file. |
handleCreateConfig | Public slot to handle the generation of a sample configuration. |
handleCreateConfigDone | Private slot to handle the the processExit signal of the pylint process. |
handleReportfile | Private slot to select the report file. |
handleStderr | Private slot to handle the readyReadStderr signal of the pylint process. |
handleStdout | Private slot to handle the readyReadStdout signal of the pylint process. |
handleTextChanged | Private slot to handle the TextChanged signal of configfileEdit. |
initializeDefaults | Private method to set the default values. |
Constructor
Protected slot called by the Ok button.
It saves the values in the parameters dictionary.
Public method that generates the commandline parameters.
It generates a QStringList to be used to set the QProcess arguments for the cxfreeze call and a list containing the non default parameters. The second list can be passed back upon object generation to overwrite the default settings.
Private slot to select the configuration file.
It displays a file selection dialog to select the configuration file.
Public slot to handle the generation of a sample configuration.
Private slot to handle the the processExit signal of the pylint process.
Private slot to select the report file.
It displays a file selection dialog to select the report file.
Private slot to handle the readyReadStderr signal of the pylint process.
Private slot to handle the readyReadStdout signal of the pylint process.
Private slot to handle the TextChanged signal of configfileEdit.
Private method to set the default values.
These are needed later on to generate the commandline parameters.