Table Of Contents

Previous topic

QCleanlooksStyle

Next topic

QMotifStyle

QGtkStyle

Synopsis

Static functions

Detailed Description

The PySide.QtGui.QGtkStyle class provides a widget style rendered by GTK+

The PySide.QtGui.QGtkStyle style provides a look and feel that integrates well into GTK-based desktop environments such as the XFCe and GNOME.

It does this by making use of the GTK+ theme engine, ensuring that Qt applications look and feel native on these platforms.

Note: The style requires GTK+ version 2.10 or later. The Qt3-based “Qt” GTK+ theme engine will not work with PySide.QtGui.QGtkStyle .

class PySide.QtGui.QGtkStyle

Constructs a PySide.QtGui.QGtkStyle object.

static PySide.QtGui.QGtkStyle.getGConfBool(key[, fallback=0])
Parameters:
  • key – unicode
  • fallbackPySide.QtCore.bool
Return type:

PySide.QtCore.bool

Returns the configuration boolean for key . Returns fallback if key is not found.

static PySide.QtGui.QGtkStyle.getGConfString(key[, fallback=""])
Parameters:
  • key – unicode
  • fallback – unicode
Return type:

unicode

Returns the configuration string for value . Returns fallback if value is not found.