1#ifndef CLI_OPTIONS_PANEL_HPP
2#define CLI_OPTIONS_PANEL_HPP
Definition cli_options_panel.hpp:11
void setupUi()
Sets up the UI for the CLI options panel.
Definition cli_options_panel.cpp:38
QCheckBox * symbolicCheck
Definition cli_options_panel.hpp:24
void executeClicked(const QString &options)
~CliOptionsPanel()
Destructor for the CLI options panel.
Definition cli_options_panel.cpp:25
QSpinBox * verboseSpin
Definition cli_options_panel.hpp:28
QCheckBox * staticCheck
Definition cli_options_panel.hpp:25
QCheckBox * allCheck
Definition cli_options_panel.hpp:27
void connectSignals()
Connects signals and slots for the CLI options panel.
Definition cli_options_panel.cpp:84
QCheckBox * dynamicCheck
Definition cli_options_panel.hpp:26
QPushButton * executeButton
Definition cli_options_panel.hpp:29
QString getCommandOptions() const
Retrieves the command-line options based on the selected settings.
Definition cli_options_panel.cpp:115