From 47fc358e914aecd13c4cb3d9cb4b3f2ca1a93b6c Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 22 Feb 2003 22:59:37 +0000 Subject: import the new layout/design of datebook sorry this was not put into a branch and once its done it'll replace datebook and be put into that subdir. but currently I want both versions available so I can test... So by design it'll feature Showing BirthDays Showing Due and OVerDue Todos Better AllDay handling Pinning Events to TimeZones Exceptions to Recurrence --- (limited to 'core/pim/datebook2/mainwindow.cpp') diff --git a/core/pim/datebook2/mainwindow.cpp b/core/pim/datebook2/mainwindow.cpp new file mode 100644 index 0000000..2f214b8 --- a/dev/null +++ b/core/pim/datebook2/mainwindow.cpp @@ -0,0 +1,70 @@ +#include +#include +#include + +#include +#include +#include +#include + + +#include "mainwindow.h" + + +using namespace Datebook; + +MainWindow::MainWindow() + : OPimMainWindow( "Datebook", 0, 0 ) { + initUI(); + initConfig(); + initView(); + initManagers(); + + raiseCurrentView(); + QTimer::singleShot(0, this, SLOT(populate() ) ); +} +MainWindow::~MainWindow() { + +} +void MainWindow::doSetDocument( const QString& str ) { + +} +void MainWindow::flush() { + +} +void MainWindow::reload() { + +} +int MainWindow::create() { + +} +bool MainWindow::remove( int uid ) { + +} +void MainWindow::beam( int uid ) { + +} +void MainWindow::show( int uid ) { + +} +void MainWindow::add( const OPimRecord& ) { + +} +void MainWindow::edit( int uid ) { + +} +void MainWindow::initUI() { + +} +void MainWindow::initConfig() { + +} +void MainWindow::initView() { + +} +void MainWindow::initManagers() { + +} +void MainWindow::raiseCurrentView() { + +} -- cgit v0.9.0.2