Tuned the settings dialog a bit, mostly fixing the layout problems we had and adding
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 5 Aug 2007 21:24:58 +0000 (21:24 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 5 Aug 2007 21:24:58 +0000 (21:24 +0000)
functionality.
It should now be possible to register settings pages and use them in the settings dialog.
A settings page is a QWidget implementing the SettingsInterface as defined in plugin.h.
Currently, these are defined in settingspages.* (which may change... maybe it'd be a good
idea to put all settings related stuff in an extra dir below qtgui/?)


No differences found