cancel sale button activated
This commit is contained in:
parent
a130fa33c2
commit
99bc19f7a3
3 changed files with 41 additions and 1 deletions
|
@ -20,7 +20,10 @@ class MainWindow : public QMainWindow
|
|||
private slots:
|
||||
void onBasketViewSelectionChanged(const QItemSelection& selected,
|
||||
const QItemSelection& deselected);
|
||||
void onSalesViewSelectionChanged(const QItemSelection& selected,
|
||||
const QItemSelection& deselected);
|
||||
void onCancelArticleButtonClicked(bool checked);
|
||||
void onCancelSaleButtonClicked(bool checked);
|
||||
void onCancelAllArticlesButtonClicked(bool checked);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue