Esempio n. 1
0
void PanelWidget::on_tool_selectcolor_clicked(){
  QString color = getColorStyle(ui->label_color_sample->whatsThis());
  if( color.isEmpty()){ return; }
  ui->label_color_sample->setWhatsThis(color);
  reloadColorSample();
  emit PanelChanged();
}
Esempio n. 2
0
void TSimpleStrokeProp::draw(TFlash &flash) {
  getColorStyle()->drawStroke(flash, getStroke());
}
Esempio n. 3
0
void TVectorImagePatternStrokeProp::draw(TFlash &flash) {
  getColorStyle()->drawStroke(flash, getStroke());
}