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