qstring
QString to char* conversion
I was trying to convert a QString to char* type by the following methods, but they don\'t seem to work.[详细]
2022-12-24 14:24 分类:问答using std::string with Qt causes run-time error on destruction
I have a Qt app that uses another library where the function output is std::string instead of a QString.[详细]
2022-12-21 09:42 分类:问答Why have QString in struct sometimes a bad-ptr?
I\'ve got an complicated error. The software send PrintParamters to a Printer a couple of times. At a certain moment all QStrings of the Parameter Struct are broken (bad ptr)[详细]
2022-12-17 20:48 分类:问答Qt QString cloning Segmentation Fault
I\'m building my first Qt app using Qt Creator, and everything was going fine until I started getting a strange SIGSEGV from a line apparently harmless.[详细]
2022-12-13 21:53 分类:问答How to change string into QString?
What is the most b开发者_如何学Pythonasic way to do it?If compiled with STL compatibility, QString has a static method to convert a std::string to a QString:[详细]
2022-12-12 14:58 分类:问答Question about a QList<QStringList> in Qt
I\'m using Qt 4.5 and im working with a QList<QStringList> which is a list of string list. Now I want to replace one string inside one stringList but with it seems unusual to type.I have found[详细]
2022-12-08 07:56 分类:问答
加载中,请稍侯......