diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-06 22:37:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-06 22:37:56 -0600 |
commit | d1c672237288068a5e3777d16277221912bc0088 (patch) | |
tree | d811e1eb3634399e65f9e37bfb64ff7b142c3eb4 /src/kernel/qstyle.cpp | |
parent | 37a8b8a9126f613eb94ee76e3476d3c6a5830018 (diff) | |
download | qt3-d1c672237288068a5e3777d16277221912bc0088.tar.gz qt3-d1c672237288068a5e3777d16277221912bc0088.zip |
Add ability to set progressbar orientation
Diffstat (limited to 'src/kernel/qstyle.cpp')
-rw-r--r-- | src/kernel/qstyle.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp index 843027d..4e689c2 100644 --- a/src/kernel/qstyle.cpp +++ b/src/kernel/qstyle.cpp @@ -2606,6 +2606,12 @@ QPixmap QStyle::stylePixmap(StylePixmap sp, const QWidget *w, const QStyleOption QStyleControlElementData::QStyleControlElementData() { activePainter = 0; + tickMarkSetting = 0; + comboBoxLineEditFlags = 0; + frameStyle = 0; + comboBoxListBoxFlags = 0; + parentWidgetFlags = 0; + topLevelWidgetFlags = 0; } #endif // QT_NO_STYLE |