46#ifndef _PDUMPOUTPUTHANDLER_H_
47#define _PDUMPOUTPUTHANDLER_H_
std::unique_ptr< QTextEdit > fOutput
Read-only text widget displaying command output.
std::unique_ptr< QPushButton > fQuitButton
Button to close dialog and terminate process.
virtual void readFromStdErr()
Slot to read and display standard error from the process.
virtual void readFromStdOut()
Slot to read and display standard output from the process.
virtual ~PDumpOutputHandler()
Destructor - ensures the dump_header process is terminated.
qint64 fProcPID
Process ID of the running dump_header command.
virtual void quitButtonPressed()
Slot called when the Quit button is pressed.
std::unique_ptr< QVBoxLayout > fVbox
Vertical layout manager for dialog widgets.
PDumpOutputHandler(QVector< QString > &cmd)
Constructs the dump output handler dialog and starts the command.
std::unique_ptr< QProcess > fProc
QProcess object managing the dump_header execution.