cleanup: break out the dive-notes tab

There was always this weird asymmetry that the "maintab" widget
is one of the tabs itself, whereas the additional tabs were
treated as extra-widgets. Turn the first tab into explicit
source files to make the distinction between container and
content clear.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-03-05 17:25:49 +01:00
parent 2657ec9016
commit 152016d293
9 changed files with 1025 additions and 965 deletions

View file

@ -14,6 +14,8 @@ public:
virtual void updateData() = 0;
virtual void clear() = 0;
virtual void updateUi(QString titleColor);
virtual void enterEditMode();
virtual void exitEditMode();
};
#endif