Added an EditItemDialog dummy, based on the NewItemDialog.

This commit is contained in:
2025-12-17 10:33:18 +01:00
parent 902ed1c84b
commit 47338e5ae2
6 changed files with 115 additions and 5 deletions

View File

@ -7,6 +7,7 @@ class QDoubleSpinBox;
class QLineEdit;
class QSpinBox;
class QLabel;
class NewItemDialog : public AbstractDialog {
Q_OBJECT