mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-10 08:40:00 +02:00
Element info widget : fix wrong behavior with cursor when use the live edit mode
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4002 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <QWidget>
|
||||
#include "abstractelementpropertieseditorwidget.h"
|
||||
#include "diagramcontext.h"
|
||||
|
||||
class Element;
|
||||
class QUndoCommand;
|
||||
@@ -49,6 +50,8 @@ class ElementInfoWidget : public AbstractElementPropertiesEditorWidget
|
||||
QString title() const {return tr("Informations");}
|
||||
bool setLiveEdit(bool live_edit);
|
||||
virtual void updateUi();
|
||||
DiagramContext currentInfo() const;
|
||||
|
||||
|
||||
protected:
|
||||
virtual bool event(QEvent *event);
|
||||
@@ -60,6 +63,7 @@ class ElementInfoWidget : public AbstractElementPropertiesEditorWidget
|
||||
|
||||
private slots:
|
||||
void firstActivated();
|
||||
void elementInfoChange();
|
||||
|
||||
//ATTRIBUTES
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user