Ejemplo n.º 1
0
 def get_label_brush(self) -> gui.Brush:
     return gui.Brush(self.labelBrush())
Ejemplo n.º 2
0
 def get_brush(self) -> gui.Brush:
     return gui.Brush(self.brush())
Ejemplo n.º 3
0
 def get_background(self) -> gui.Brush:
     return gui.Brush(self.background())
Ejemplo n.º 4
0
 def get_foreground(self) -> gui.Brush:
     return gui.Brush(self.foreground())
Ejemplo n.º 5
0
 def get_border_brush(self) -> gui.Brush:
     return gui.Brush(self.borderBrush())
Ejemplo n.º 6
0
 def get_brush_property(self, property_id: int) -> gui.Brush:
     return gui.Brush(self.brushProperty(property_id))
Ejemplo n.º 7
0
 def get_shades_brush(self) -> gui.Brush:
     return gui.Brush(self.shadesBrush())
Ejemplo n.º 8
0
 def get_title_brush(self) -> gui.Brush:
     return gui.Brush(self.titleBrush())
Ejemplo n.º 9
0
def test_brush():
    gui.Brush()