mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
Element panel : elements can be searched by their name but also with by all their informations.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5698 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define ELEMENTS_LOCATION_H
|
||||
|
||||
#include "nameslist.h"
|
||||
#include "diagramcontext.h"
|
||||
#include <QString>
|
||||
#include <QIcon>
|
||||
|
||||
@@ -77,6 +78,7 @@ class ElementsLocation
|
||||
QIcon icon() const;
|
||||
QString name() const;
|
||||
QString fileName() const;
|
||||
DiagramContext elementInformations() const;
|
||||
|
||||
private:
|
||||
QString m_collection_path;
|
||||
|
||||
Reference in New Issue
Block a user