added: rename, import and export

This commit is contained in:
Mathias Panzenböck
2014-02-25 04:16:43 +01:00
parent 008450a949
commit fdedbf8662
5 changed files with 216 additions and 37 deletions

View File

@ -36,7 +36,7 @@ class LayoutEdit : public QWidget {
QStackedWidget *padStack;
FlashRadioArray *joyButtons;
QComboBox* cmbLayouts;
QPushButton *btnAdd, *btnRem, *btnUpd, *btnRev;
QPushButton *btnAdd, *btnRem, *btnUpd, *btnRev, *btnExport, *btnImport, *btnRename;
};
#endif