Changed classic folding markers

This new look fits better with the new behaviour. Also, the
collapse/expand markers are now drawn by the style.
This commit is contained in:
Thorbjørn Lindeijer
2009-05-04 11:10:22 +02:00
parent ab47d78c0c
commit b7e12e23f4
2 changed files with 72 additions and 49 deletions

View File

@@ -511,6 +511,9 @@ private:
void moveLineUpDown(bool up);
void saveCurrentCursorPositionForNavigation();
void drawFoldingMarker(QPainter *painter, const QRect &rect,
bool expanded, bool hovered) const;
void toggleBlockVisible(const QTextBlock &block);
QRect collapseBox();