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(); }
void TSimpleStrokeProp::draw(TFlash &flash) { getColorStyle()->drawStroke(flash, getStroke()); }
void TVectorImagePatternStrokeProp::draw(TFlash &flash) { getColorStyle()->drawStroke(flash, getStroke()); }