Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED]Question about Qt classes.
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]Question about Qt classes.

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    claudiogc
    wrote on last edited by
    #1

    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
    [code]QString qline = QString::fromStdString(line);[/code]

    Thank You.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goblincoding
      wrote on last edited by
      #2

      You can use any STL (or in fact any other classes written in C++) alongside those provided with the Qt framework.

      Have you looked at the documentation? E.g here is the documentation for "QString":http://qt-project.org/doc/qt-5.0/qtcore/qstring.html#details

      Almost everything you would like to know about Qt is documented :)

      http://www.goblincoding.com

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved