From ff43585778968407bb08473e45ddd1d942f8d8c8 Mon Sep 17 00:00:00 2001 From: eilers Date: Thu, 27 Mar 2003 11:56:44 +0000 Subject: Bugfix: If menu-button is pressed, the mainmenu will now open as expected To have the same look and feel as the other pim applications, the moveable toolbar is disabled. This behaviour is changeable in the configuration. --- (limited to 'core/pim/addressbook/abconfig.h') diff --git a/core/pim/addressbook/abconfig.h b/core/pim/addressbook/abconfig.h index b8460d7..ce51b4c 100644 --- a/core/pim/addressbook/abconfig.h +++ b/core/pim/addressbook/abconfig.h @@ -19,6 +19,7 @@ public: int fontSize() const; QValueList orderList() const; QMainWindow::ToolBarDock getToolBarPos() const; + bool fixedBars() const; void setUseRegExp( bool v ); void setUseWildCards( bool v ); @@ -28,6 +29,7 @@ public: void setFontSize( int v ); void setOrderList( const QValueList& list ); void setToolBarDock( const QMainWindow::ToolBarDock v ); + void setFixedBars( const bool fixed ); void operator= ( const AbConfig& cnf ); @@ -47,6 +49,7 @@ protected: int m_fontSize; QValueList m_ordered; int m_barPos; + bool m_fixedBars; bool m_changed; }; -- cgit v0.9.0.2