Hi,
I start whit "Star Delegate Example" and I look this part of code
void StarDelegate::commitAndCloseEditor()
{
StarEditor *editor = qobject_cast<StarEditor *>(sender());
emit commitData(editor);
emit closeEditor(editor);
qDebug("commitData and closeEditor");
}
void StarDelegate::commitAndCloseEditor()
{
StarEditor *editor = qobject_cast<StarEditor *>(sender());
emit commitData(editor);
emit closeEditor(editor);
qDebug("commitData and closeEditor");
}
To copy to clipboard, switch view to plain text mode
but I have not a debug message after the star edit.
After this question I go to the beginner thread...
Bookmarks