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)
commitf53a40aa9d3e0f2c1f15191b665780595d52348a
treecf19926e424b5f7cf8e7b3323a491f12dc261761
parent51dc042dd59b491e45951cb9d8371a1f62857945
Tuned the settings dialog a bit, mostly fixing the layout problems we had and adding
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/?)
src/plugins/plugin.h
src/qtgui/mainwin.cpp
src/qtgui/settingsdlg.cpp
src/qtgui/settingsdlg.h
src/qtgui/settingspages.cpp
src/qtgui/settingspages.h
src/qtgui/ui/settingsdlg.ui