ktimetracker
mainwindow.cpp
Go to the documentation of this file.
126 connect( m_part->widget(), SIGNAL(tasksChanged(QList<Task*>)), _tray, SLOT(updateToolTip(QList<Task*>)));
166 KShortcutsDialog::configure( actionCollection(), KShortcutsEditor::LetterShortcutsAllowed, this );
void readProperties(const KConfigGroup &config)
Definition: mainwindow.cpp:137
Definition: timetrackerwidget.h:36
void showMessage(const QString &message, int timeout)
QStatusBar * statusBar() const
virtual bool openFile()
openFile() opens the icalendar file that contains the tasks and events.
Definition: ktimetrackerpart.cpp:117
bool isVisible() const
void setupActions(KActionCollection *actionCollection)
initializes the KActionCollection object of a main window for example.
Definition: timetrackerwidget.cpp:200
int width() const
void resize(int w, int h)
void setCentralWidget(QWidget *widget)
void hide()
virtual QSize sizeHint() const
void setWindowFlags(QFlags< Qt::WindowType > type)
void setCaption(const QString &c)
QString fromLatin1(const char *str, int size)
void show()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void taskViewCustomContextMenuRequested(const QPoint &)
Definition: mainwindow.cpp:213
int height() const
singleShot
QByteArray toUtf8() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.