Hmm? Do you know the meaning of the word "access"?
Hmm?QString text () const it's just a declaration of a string.
It's a declaration of a function/method that is called "text", returns a "QString" object and takes no arguments (implicit void).
Correct.void setText ( const QString & ) is to set the lineEdit's text.
How about just trying to use the "text()" method?And I still don't know how to operate on lineEdit's text.







Reply With Quote
Bookmarks