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