diff options
author | Sami Merilä <sami.merila@nokia.com> | 2009-05-07 09:27:59 (GMT) |
---|---|---|
committer | Sami Merilä <sami.merila@nokia.com> | 2009-05-07 09:27:59 (GMT) |
commit | c558e63625483ffa6f27ca439393d1fca499115d (patch) | |
tree | a416797d791b30f8d13f37240c081c93ad5445c7 /src/gui/styles/qs60style_p.h | |
parent | fb989778234e84473e5dce7b12df42bb037b43e8 (diff) | |
download | Qt-c558e63625483ffa6f27ca439393d1fca499115d.zip Qt-c558e63625483ffa6f27ca439393d1fca499115d.tar.gz Qt-c558e63625483ffa6f27ca439393d1fca499115d.tar.bz2 |
S60Style: Style QTreeView nodes and lines.
Diffstat (limited to 'src/gui/styles/qs60style_p.h')
-rw-r--r-- | src/gui/styles/qs60style_p.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/styles/qs60style_p.h b/src/gui/styles/qs60style_p.h index aafbe00..556352f 100644 --- a/src/gui/styles/qs60style_p.h +++ b/src/gui/styles/qs60style_p.h @@ -87,6 +87,11 @@ public: SP_QgnGrafTabPassiveR, SP_QgnIndiCheckboxOff, SP_QgnIndiCheckboxOn, + SP_QgnIndiHlColSuper, // Available in S60 release 3.2 and later. + SP_QgnIndiHlExpSuper, // Available in S60 release 3.2 and later. + SP_QgnIndiHlLineBranch, // Available in S60 release 3.2 and later. + SP_QgnIndiHlLineEnd, // Available in S60 release 3.2 and later. + SP_QgnIndiHlLineStraight, // Available in S60 release 3.2 and later. SP_QgnIndiMarkedAdd, SP_QgnIndiNaviArrowLeft, SP_QgnIndiNaviArrowRight, |