On Thu Apr 30 10:29:38 BST 2009, ap wrote:

> I did not get an answer for this query yet. :(
>
> On Mon, Apr 6, 2009 at 3:22 PM, Anoop <gnuanu at gmail.com> wrote:
> >
> > I am using PyQt4 for developing an application in KDE4. but When I
> > displayed a message box using PyQt, i got one without the Oxygen theme.
> > What should i have missed?
> >
> > Please see the attached screenshots of messageboxes i got using python
> > and cpp with Qt. Please have a look at "Ok" Button on both.

At the Python prompt, type the following:

  from PyQt4.QtGui import QStyleFactory
  map(str, QStyleFactory.keys())

You should see a list of names. Can you post the contents of that list,
please?

David
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to