Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Question about Qt classes.

$
0
0
Hello, guys. I’m newbie to Qt programming and noticed that there are several classes “owners” of this API, as QString instead of String class basic c++. This feature affects the performance of the software or not? And if I need classes that Qt does not support? Classes that don’t carry the letter Q in front? I honestly did not like it. I would like to use the original classes of C + + without having to do conversions, like QString qline = QString::fromStdString(line); Thank You.

Viewing all articles
Browse latest Browse all 2113

Trending Articles