StatusBar in KMainWindow
Benjamin Meyer
ben at meyerhome.net
Thu Mar 13 14:04:25 GMT 2003
On Thursday 13 March 2003 7:39 am, David Faure wrote:
> On Thursday 13 March 2003 20:35, Benjamin Meyer wrote:
> > How could you fix the bug of KMainWindow not knowing when the statusbar
> > is hidden/shown with that approch?
>
> event filter? how does it work for toolbars?
connect( this, SIGNAL( dockWindowPositionChanged( QDockWindow * ) ),
this, SLOT( setSettingsDirty() ) );
But there isn't a signal that can be used to tell KMainWindow the statusbar
has changed.
-Ben
> > Also KToggleToolBarAction is marked as "@obsolete. toolbar actions are
> > created automatically now in the Settings menu. Don't use this anymore"
>
> I knew I wasn't up-to-date about this. Can anyone tell us how that works
> now?
More information about the kde-core-devel
mailing list