parley
welcomescreen.cpp
Go to the documentation of this file.
64 connect(ui->recentFiles, SIGNAL(clicked(const QModelIndex&)), this, SLOT(slotDoubleClicked(const QModelIndex&)));
66 connect(ui->recentFiles, SIGNAL(doubleClicked(const QModelIndex&)), this, SLOT(slotDoubleClicked(const QModelIndex&)));
74 m_themedBackgroundRenderer = new Practice::ThemedBackgroundRenderer(this, "startpagethemecache.bin");
79 connect(m_themedBackgroundRenderer, SIGNAL(backgroundChanged(QPixmap)), this, SLOT(backgroundChanged(QPixmap)));
162 QColor c = m_themedBackgroundRenderer->fontColor("Start", p.color(QPalette::Active, QPalette::WindowText));
void slotPracticeUrl(const KUrl &url)
Definition: welcomescreen.cpp:138
Definition: buttondelegate.h:24
Definition: parleymainwindow.h:68
QPixmap getScaledBackground()
Definition: themedbackgroundrenderer.cpp:78
QMargins contentMargins()
Definition: themedbackgroundrenderer.cpp:190
void setScalingEnabled(bool scaling, bool onlyDownscaling=true)
Definition: imagewidget.cpp:224
QColor fontColor(const QString &context, const QColor &fallback)
Definition: themedbackgroundrenderer.cpp:106
Definition: parleydocument.h:29
void setKeepAspectRatio(Qt::AspectRatioMode mode)
Definition: imagewidget.cpp:230
void showPracticeConfiguration()
Definition: parleymainwindow.cpp:271
void addRect(const QString &name, const QRect &rect)
Definition: themedbackgroundrenderer.cpp:69
void setPixmap(const QPixmap &pixmap)
Definition: imagewidget.cpp:200
void setTheme(const QString &theme)
Definition: themedbackgroundrenderer.cpp:50
void updateBackground()
Definition: themedbackgroundrenderer.cpp:119
void setFadingEnabled(bool fading)
Definition: imagewidget.cpp:235
Definition: imagewidget.h:23
void clearRects()
Definition: themedbackgroundrenderer.cpp:63
bool open(const KUrl &)
Opens the given url, displays an error message and returns false on failure.
Definition: parleydocument.cpp:182
ParleyDocument * parleyDocument()
Return the ParleyDocument member object.
Definition: parleymainwindow.cpp:412
void slotDoubleClicked(const QModelIndex &index)
Definition: welcomescreen.cpp:126
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.