Add way to recursively link a variable chooser to suitable child widget

Change-Id: Id4937fc4367cca96833c46db87e37ed6524bda0a
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2014-11-05 16:10:09 +01:00
parent 61ae85631f
commit edd960a012
2 changed files with 14 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ public:
void addMacroExpanderProvider(const Utils::MacroExpanderProvider &provider);
void addSupportedWidget(QWidget *textcontrol, const QByteArray &ownName = QByteArray());
static void addSupportForChildWidgets(QWidget *parent, Utils::MacroExpander *expander);
protected:
void keyPressEvent(QKeyEvent *ev);
bool eventFilter(QObject *, QEvent *event);