summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/ObjectUI.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-05-28 22:38:24 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-05-28 22:38:24 -0400
commit156e8386329eb032ae7e9fef4de49595e225248b (patch)
treea63e1ee8cf694b71f7a56b5f23d069b20ac48a56 /sigmodr/widgets/ObjectUI.h
parent5f587c8985c8fe9d1ef60d1ca975f5c44ca46ebd (diff)
downloadsigen-156e8386329eb032ae7e9fef4de49595e225248b.tar.gz
sigen-156e8386329eb032ae7e9fef4de49595e225248b.tar.xz
sigen-156e8386329eb032ae7e9fef4de49595e225248b.zip
Remove the context menu from the widgets and use a button instead
Diffstat (limited to 'sigmodr/widgets/ObjectUI.h')
-rw-r--r--sigmodr/widgets/ObjectUI.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sigmodr/widgets/ObjectUI.h b/sigmodr/widgets/ObjectUI.h
index 248a16b8..b909fa0e 100644
--- a/sigmodr/widgets/ObjectUI.h
+++ b/sigmodr/widgets/ObjectUI.h
@@ -51,6 +51,7 @@ class SIGMODRWIDGETS_EXPORT ObjectUI : public QWidget
public slots:
virtual void apply();
virtual void discard();
+ void validate();
signals:
void saved();
void changed(const bool changed = true);
@@ -64,9 +65,6 @@ class SIGMODRWIDGETS_EXPORT ObjectUI : public QWidget
ValidationDialog* m_validator;
private slots:
void setChanged(const bool changed = true);
-
- void contextMenu(const QPoint& pos);
- void validate();
};
}
}