enable/disable delete button

This commit is contained in:
Martin Brodbeck 2018-07-23 12:58:27 +02:00
parent 609003fc06
commit 42c5f35576
4 changed files with 21 additions and 1 deletions

View file

@ -15,6 +15,10 @@ class SellerDialog : public QDialog
SellerDialog(QWidget* parent = nullptr,
Qt::WindowFlags f = Qt::WindowTitleHint | Qt::WindowSystemMenuHint);
private slots:
void onSellerViewSelectionChanged(const QItemSelection& selected,
const QItemSelection& deselected);
private:
void on_newButton_clicked();
void on_deleteButton_clicked();