Re: using the parent-pointer
You can access the parent of a QObject very simple via QObject::parent(). It returns a QObject.
Regards
Re: using the parent-pointer
OK. I'll try that. I Like the Smiley there.
Thanks!
Re: using the parent-pointer
Probably there is a lousy text parser that doesn't know it shouldn't add smileys in inside Qt classes names.
Regards
Re: using the parent-pointer
Quote:
Originally Posted by
marcel
Probably there is a lousy text parser that doesn't know it shouldn't add smileys in inside Qt classes names.
Regards
I complained against this sometime before and the forum admins fixed this while parsing text in CODE block. :) But they haven't fixed it for all cases yet :(
A better fix may be to convert text to smiley only if the text corresponding to smiley is whitespace separated.
Sorry for being offtopic.
Re: using the parent-pointer
Well, apparently it knows to parse entities in the form "ClassName::method()" because the links to Qt classes work. maybe because they are contained within QTCLASS -- /QTCLASS tags.
It shouldn't parse what is between code -- /code tags at all.
Regards