diff options
author | Timothy Pearson <[email protected]> | 2012-10-31 12:39:27 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-31 12:39:27 -0500 |
commit | a5ced706e9295f4f3c1e95c829750dff0d808935 (patch) | |
tree | cd1851fcfaa1639c8ab9fc3b8ee166b13a745257 /src/styles/qsgistyle.h | |
parent | 69429dcfc35d449c78b346bdce536f17d926c755 (diff) | |
download | qt3-a5ced706e9295f4f3c1e95c829750dff0d808935.tar.gz qt3-a5ced706e9295f4f3c1e95c829750dff0d808935.zip |
Add new style hints for enhanced third party style compatibility
Diffstat (limited to 'src/styles/qsgistyle.h')
-rw-r--r-- | src/styles/qsgistyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/qsgistyle.h b/src/styles/qsgistyle.h index 0afacd6..17bdb05 100644 --- a/src/styles/qsgistyle.h +++ b/src/styles/qsgistyle.h @@ -124,6 +124,8 @@ public: const QStyleOption& = QStyleOption::Default, const QWidget *widget = 0 ) const; + int styleHint(StyleHint sh, QStyleControlElementData ceData, ControlElementFlags elementFlags, const QStyleOption &, QStyleHintReturn *, const QWidget *) const; + bool objectEventHandler( QStyleControlElementData ceData, ControlElementFlags elementFlags, void* source, QEvent *e ); private: |