Re: applet for plasma mobile

2011-04-12 Thread Aaron J. Seigo
On Tuesday, April 12, 2011 11:30:14 flash yan wrote: > But,I can't get the system volume information in the kde environment. > How can I get the system volume information using kde libraries? unfortunately, there is no 'easy' way as audio, particularly on Linux, is a bit of a complicated mess. km

Re: QImage::Format_Indexed8

2011-04-12 Thread Thomas Lübking
Am 11.04.2011, 00:47 Uhr, schrieb Stefan Majewsky : > Could it be that Indexed8 images are not suitable for on-screen display, > or is it my fault? No, not your fault. From the QImage API doc: "Note: Drawing into a QImage with QImage::Format_Indexed8 is not supported." It pot. would lead to inde

Re: Recommended application-development styles

2011-04-12 Thread Ian Wadham
On Sunday 10 April 2011 11:14:31 pm Aaron J. Seigo wrote: > On Sunday, April 10, 2011 14:58:25 Ian Wadham wrote: > > What are the currently recommended application-development styles > > for KDE 4? When KDE 4 started there were several alternatives:- > > > Because I am working on KDE Games, I fin