Display the name of the current hovered element of the element collection tree, in the status bar.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4773 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-11-10 19:49:33 +00:00
parent bb2fff7e5f
commit ce638c770d
4 changed files with 35 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ class QETApp : public QETSingleApplication {
static QString lang_dir; ///< Directory containing localization files.
static QFont diagramTextsFont(qreal = -1.0);
static QETDiagramEditor *diagramEditorForFile(const QString &);
static QETDiagramEditor *diagramEditorAncestorOf (const QWidget *child);
static QList<QETDiagramEditor *> diagramEditors();
static QList<QETElementEditor *> elementEditors();
static QList<QETElementEditor *> elementEditors(QETProject *);