| 42 | } |
| 43 | |
| 44 | CustomCommands::CustomCommands(QWidget* parent) : QWidget(parent), ui(new Ui::CustomCommands) |
| 45 | { |
| 46 | ui->setupUi(this); |
| 47 | } |
| 48 | |
| 49 | void CustomCommands::initialize(bool checkable, bool checked, const QString& prelaunch, const QString& wrapper, const QString& postexit) |
| 50 | { |