> -     if (hyperlinkCB->isChecked())
> -             params_.setCmdName("htmlurl");
> +     if (hyperlinkCB->checkState() == Qt::Checked)
> +             params_.setCmdName("href");

more question than objection - whats the reason for checkState() == Qt::Checked
instead isChecked() ?

pavel

Reply via email to