Added ComboBoxDelegate class and using it as delegate for type columns in table view.

This commit is contained in:
2026-02-08 10:34:47 +01:00
parent 40a0815501
commit 572f0f266e
5 changed files with 116 additions and 6 deletions

View File

@ -7,8 +7,8 @@
QT_BEGIN_NAMESPACE
class QUndoStack;
class QUndoView;
namespace Ui {
class MainWindow;
}
@ -110,6 +110,7 @@ class MainWindow : public QMainWindow {
unique_ptr<EditItemDialog> m_editItemDialog;
/// Setup functions
void setupModelViews();
void createActions();
void createFileActions();
void createUndoActions();