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