summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ui/opimmainwindow.cpp
Side-by-side diff
Diffstat (limited to 'libopie2/opiepim/ui/opimmainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ui/opimmainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libopie2/opiepim/ui/opimmainwindow.cpp b/libopie2/opiepim/ui/opimmainwindow.cpp
index cf05329..bdf20a9 100644
--- a/libopie2/opiepim/ui/opimmainwindow.cpp
+++ b/libopie2/opiepim/ui/opimmainwindow.cpp
@@ -289,16 +289,21 @@ void OPimMainWindow::setItemDeleteEnabled( bool enable ) {
void OPimMainWindow::setItemBeamEnabled( bool enable ) {
m_itemBeamAction->setEnabled( enable );
}
void OPimMainWindow::setConfigureEnabled( bool enable ) {
m_configureAction->setEnabled( enable );
}
+void OPimMainWindow::setShowCategories( bool show ) {
+ show ? m_catSelect->show()
+ : m_catSelect->hide();
+}
+
void OPimMainWindow::initBars( const QString &itemName ) {
QString itemStr = itemName.lower();
setToolBarsMovable( false );
// Create application menu bar
QToolBar *mbHold = new QToolBar( this );
mbHold->setHorizontalStretchable( true );