Hi all!
Just too many times was with PHP. :)
So, i have a TabWidget, and wish to set one sheet name:
...insertTab(tr("name")...)
but tr function return id, not char*..
:o
Thanx....
Printable View
Hi all!
Just too many times was with PHP. :)
So, i have a TabWidget, and wish to set one sheet name:
...insertTab(tr("name")...)
but tr function return id, not char*..
:o
Thanx....
I don't know... Mine returns QString and so does Trolltech's: QObject::tr.
What's the exact type name of the id your compiler thinks it is? Or is it an int?