Add highlight current page in ProjectView

- on clicking project tab
- on moving diagram tab
- on adding project
- on adding diagram
This commit is contained in:
ChuckNr11
2026-04-05 22:11:38 +02:00
parent 6452e03cdc
commit a82f6de23b
4 changed files with 32 additions and 6 deletions

View File

@@ -98,6 +98,9 @@ class QETDiagramEditor : public QETMainWindow
ProjectView *findProject(const QString &) const;
QMdiSubWindow *subWindowForWidget(QWidget *) const;
signals:
void syncElementsPanel();
public slots:
void save();
void saveAs();