Provide means for styling itemviews via UiStyle
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 3 Aug 2009 17:35:45 +0000 (19:35 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:58 +0000 (20:25 +0200)
QssParser now parses ChatListItem { } and NickListItem { } with "type" and "state"
properties to allow defining styles for BufferView and NickView.

The formats are provided via Qt::ItemRoles, for a given networkmodel index. This allows
for easy access from the itemviews.


No differences found