| 7 | } |
| 8 | |
| 9 | CustomCommands::CustomCommands(QWidget* parent): |
| 10 | QWidget(parent), |
| 11 | ui(new Ui::CustomCommands) |
| 12 | { |
| 13 | ui->setupUi(this); |
| 14 | } |
| 15 | |
| 16 | void CustomCommands::initialize(bool checkable, bool checked, const QString& prelaunch, const QString& wrapper, const QString& postexit) |
| 17 | { |