cancel article / complete sale
This commit is contained in:
parent
3c318ffab9
commit
527241a0f3
7 changed files with 92 additions and 13 deletions
|
@ -20,6 +20,8 @@ class MainWindow : public QMainWindow
|
|||
private slots:
|
||||
void onBasketViewSelectionChanged(const QItemSelection& selected,
|
||||
const QItemSelection& deselected);
|
||||
void onCancelArticleButtonClicked(bool checked);
|
||||
void onCancelAllArticlesButtonClicked(bool checked);
|
||||
|
||||
private:
|
||||
void on_actionEditSeller_triggered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue