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