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