From: Manuel Nickschas Date: Wed, 29 Jul 2009 17:16:45 +0000 (+0200) Subject: Allow reloading stylesheets at runtime X-Git-Tag: 0.5-rc1~112 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=064dcac965d1e724a0434683685a24ec7e6ba855;hp=064dcac965d1e724a0434683685a24ec7e6ba855 Allow reloading stylesheets at runtime We can now relayout the ChatScene using ChatScene::layout() and this is used whenever UiStyle changes. This means that it's now possible to reload stylesheets at runtime and reflect this in the ChatView without restarting the client. ---