mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Title block template editor: added tooltips to helper cells to ensure their content remains readable even when their size is reduced.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1772 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -52,6 +52,7 @@ class HelperCell : public QGraphicsObject, public QGraphicsLayoutItem {
|
||||
virtual void setType(QET::TitleBlockColumnLength);
|
||||
virtual void setActions(const QList<QAction *> &);
|
||||
virtual QList<QAction *> actions() const;
|
||||
virtual void setLabel(const QString &text, bool = true);
|
||||
|
||||
protected:
|
||||
void contextMenuEvent(QGraphicsSceneContextMenuEvent *);
|
||||
|
||||
Reference in New Issue
Block a user