Add configuration option for a custom stylesheet
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 28 Jul 2009 22:02:19 +0000 (00:02 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:06 +0000 (20:25 +0200)
commit9fb25d34cfc4dee02159b112c72e018c6e26e63f
tree7bda23f19a18ba4c189e0dd6fe7dd088536ffac3
parentb23c0e0f6682433db59ce6fd6892856e952a349a
Add configuration option for a custom stylesheet

Configure -> Appearance now allows you to select a custom stylesheet that should be loaded.
This will override both the default stylesheet and the settings.qss containing your dialog-based
settings; it will be overridden by --qss specified on the command line.
src/qtui/settingspages/appearancesettingspage.cpp
src/qtui/settingspages/appearancesettingspage.h
src/qtui/settingspages/appearancesettingspage.ui
src/uisupport/uistyle.cpp