9 #ifndef VOLCAMKEYSHORTCUTS_H 10 #define VOLCAMKEYSHORTCUTS_H 14 #include <QTableWidgetItem> 24 QStringList shortcuts;
26 QTableWidget *keyshortcuts_table;
27 QToolButton *default_btn;
29 bool getParams_editable()
const;
30 void setParams_editable(
bool value);
37 Ui::VolcamKeyShortcuts *ui;
40 QStringList getKeyShortCuts();
49 #endif // VOLCAMKEYSHORTCUTS_H ~VolcamKeyShortcuts()
Definition: volcamkeyshortcuts.cpp:34
Definition: measuresmap.h:20
Definition: volcamkeyshortcuts.h:20
void refreshTable()
Definition: volcamkeyshortcuts.cpp:84
VolcamKeyShortcuts(QWidget *parent=0)
Definition: volcamkeyshortcuts.cpp:4