[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/korganizer
From:       Cornelius Schumacher <schumacher () kde ! org>
Date:       2003-02-01 0:31:35
[Download RAW message or body]

CVS commit by cschumac: 

Add NavigatorBar in full-window month view for compact mode.


  M +8 -1      calendarview.cpp   1.181


--- kdepim/korganizer/calendarview.cpp  #1.180:1.181
@@ -197,5 +197,12 @@ void CalendarView::init()
   mFilterView = new KOFilterView(&mFilters,leftFrame,"CalendarView::FilterView");
 
-  mRightFrame = new QWidgetStack(mainBox, "CalendarView::RightFrame");
+  QWidget *rightBox = new QWidget( mainBox );
+  QBoxLayout *rightLayout = new QVBoxLayout( rightBox );
+
+  mNavigatorBar = new NavigatorBar( rightBox );
+  rightLayout->addWidget( mNavigatorBar );
+
+  mRightFrame = new QWidgetStack( rightBox );
+  rightLayout->addWidget( mRightFrame );
 
   mLeftFrame = leftFrame;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic