#include <cli_options_panel.hpp>
|
| void | setupUi () |
| | Sets up the UI for the CLI options panel.
|
| |
| void | connectSignals () |
| | Connects signals and slots for the CLI options panel.
|
| |
◆ CliOptionsPanel()
| CliOptionsPanel::CliOptionsPanel |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Constructs the CLI options panel.
- Parameters
-
◆ ~CliOptionsPanel()
| CliOptionsPanel::~CliOptionsPanel |
( |
| ) |
|
Destructor for the CLI options panel.
◆ connectSignals()
| void CliOptionsPanel::connectSignals |
( |
| ) |
|
|
private |
Connects signals and slots for the CLI options panel.
◆ executeClicked
| void CliOptionsPanel::executeClicked |
( |
const QString & |
options | ) |
|
|
signal |
◆ getCommandOptions()
| QString CliOptionsPanel::getCommandOptions |
( |
| ) |
const |
Retrieves the command-line options based on the selected settings.
- Returns
- A string containing the command-line options.
◆ setupUi()
| void CliOptionsPanel::setupUi |
( |
| ) |
|
|
private |
Sets up the UI for the CLI options panel.
◆ allCheck
| QCheckBox* CliOptionsPanel::allCheck |
|
private |
◆ dynamicCheck
| QCheckBox* CliOptionsPanel::dynamicCheck |
|
private |
◆ executeButton
| QPushButton* CliOptionsPanel::executeButton |
|
private |
◆ staticCheck
| QCheckBox* CliOptionsPanel::staticCheck |
|
private |
◆ symbolicCheck
| QCheckBox* CliOptionsPanel::symbolicCheck |
|
private |
◆ verboseSpin
| QSpinBox* CliOptionsPanel::verboseSpin |
|
private |
The documentation for this class was generated from the following files: