Example #1
0
void SkinWidget::on_url_triggered(QString, QString index)
{
    change_skin(index);
    emit skin_change_clicked(index);
}
Example #2
0
void Widget::check_for_skin(uint32_t port_index, float model)
{
  if (port_index == MODEL)
    change_skin(static_cast<int>(model));
}