enable/disable delete button
This commit is contained in:
parent
609003fc06
commit
42c5f35576
4 changed files with 21 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue