Ejemplo n.º 1
0
 def btn_color(self, widget):
     self._button = widget
     self.colorpicker.setCurrentColor(utils.hex_to_qcolor(
         widget.data.color))
     self.colorpicker.open()
Ejemplo n.º 2
0
 def attribute_colors(self, value):
     self.colors = [utils.hex_to_qcolor(v) for v in value.split(',')]
Ejemplo n.º 3
0
 def attribute_bgcolor(self, value):
     self.bgcolor = utils.hex_to_qcolor(value)
Ejemplo n.º 4
0
 def attribute_colors(self, value):
     self.colors = [utils.hex_to_qcolor(v) for v in value.split(',')]
Ejemplo n.º 5
0
 def attribute_bgcolor(self, value):
     self.bgcolor = utils.hex_to_qcolor(value)
Ejemplo n.º 6
0
 def btn_color(self, widget):
     self._button = widget
     self.colorpicker.setCurrentColor(utils.hex_to_qcolor(widget.data.color))
     self.colorpicker.open()