Line 1: | Line 1: | ||
+ | == Kate in KDE5 == | ||
+ | |||
+ | Use Okular / Amarok's passive popup class to display things like "13 replacements done" or "Document successfully loaded". The needed class is PageViewMessage in the files [https://projects.kde.org/projects/kde/kdegraphics/okular/repository/revisions/master/entry/ui/pageviewutils.cpp pageviewutils.cpp] and [https://projects.kde.org/projects/kde/kdegraphics/okular/repository/revisions/master/entry/ui/pageviewutils.h pageview.h]. Maybe it is a good idea to alter the function slightly from | ||
+ | void display( const QString & message, const QString & details = QString(), Icon icon = Info, int durationMs = 4000 ); | ||
+ | to | ||
+ | void display( const QString & message, const QString & details = QString(), Icon icon = Info, Qt::Corner corner = Qt::TopLeft, durationMs = 4000 ); | ||
+ | |||
== TODO == | == TODO == | ||
* Excellent Articles | * Excellent Articles |
Use Okular / Amarok's passive popup class to display things like "13 replacements done" or "Document successfully loaded". The needed class is PageViewMessage in the files pageviewutils.cpp and pageview.h. Maybe it is a good idea to alter the function slightly from
void display( const QString & message, const QString & details = QString(), Icon icon = Info, int durationMs = 4000 );
to
void display( const QString & message, const QString & details = QString(), Icon icon = Info, Qt::Corner corner = Qt::TopLeft, durationMs = 4000 );
Setup a KDE4 development environment
Status | Project | Description (Contact)
|
---|---|---|
TODO | Project | This is some dummy text. |
TODO | Project | This is some dummy text to test wrap around. |
TODO | Project | This is some dummy text to test wrap around. Test all scenarios to see what happens. |
TODO | Project | This is some dummy text to test wrap around. Test all scenarios to see what happens with the position of the author. |
todo: integrate (+ validate for kde4) those pages into sane locations ;)
see: http://developer.kde.org/documentation/other/index.html