Module implementing a dialog to show the output of the ericdoc process.
None |
EricdocExecDialog | Class implementing a dialog to show the output of the ericdoc process. |
None |
Class implementing a dialog to show the output of the ericdoc process.
This class starts a QProcess and displays a dialog that shows the output of the documentation command process.
None |
None |
EricdocExecDialog | Constructor |
__finish | Private slot called when the process finished. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
start | Public slot to start the ericdoc command. |
None |
Constructor
Private slot called when the process finished.
It is called when the process finished or the user pressed the button.
Private slot to handle the readyReadStandardError signal.
It reads the error output of the process and inserts it into the error pane.
Private slot to handle the readyReadStandardOutput signal.
It reads the output of the process, formats it and inserts it into the contents pane.
Private slot called by a button of the button box clicked.
Public slot to start the ericdoc command.