Exemplo n.º 1
0
 def __init__(self):
     QProxyStyle.__init__(self)
Exemplo n.º 2
0
 def __init__(self, key):
     QProxyStyle.__init__(key)
Exemplo n.º 3
0
 def __init__(self, hilite_color):
     QProxyStyle.__init__(self, QStyleFactory.create("fusion"))
     self.hilite_color = hilite_color
Exemplo n.º 4
0
 def __init__(self, theme):
     QProxyStyle.__init__(self)
     self.setBaseStyle(QStyleFactory.create("fusion"))
     self._palette = theme["palette"]
     self._qss = theme["stylesheet"]
Exemplo n.º 5
0
 def __init__(self, width, parent=None):
     QProxyStyle.__init__(self, parent)
     self._width = width
Exemplo n.º 6
0
 def __init__(self, theme):
     QProxyStyle.__init__(self)
     self.setBaseStyle(QStyleFactory.create("fusion"))
     self._palette = theme["palette"]
     self._qss = theme["stylesheet"]