Top "Qstring" questions

A QString is a class in Qt library which implements character strings.

contains(regexp) on what is possibly a Qstring/string in QML

I have a code snippet in QML which should look for the regexp "Calling" in screen.text, and if it …

javascript qt qml qstring qt-quick
Draw rich text with QPainter

is there a way to draw fixed text that has subscripts. My goal is to have something like: "K_max=…

qt qstring qpainter
i can not find QString in PySide 1.1.0

I want to use QString and QStringList, but in PySide 1.1.0, they are not in modules, and not in documents.so, …

python qt pyside qstring
QDateTime to QString with milliseconds in Qt3

Is there a way in Qt3 to convert QDateTime into a QString and back to QDateTime, so that eventually QDateTime …

qt qstring qt3 qdatetime
Qt string builder in for loop

following this and this documentation I would use the QStringBuilder in a for loop. The code where I should apply …

c++ qt4 stringbuilder qstring
error LNK2001: unresolved external symbol "__declspec(dllimport) public: class QString & __thiscall QString::operator=(class QString &&)"

I'm desperate about finding any information about the mentioned error. I'm working on visual studio 2010. When I compile my project (…

c++ visual-studio-2010 qstring lnk2001
Get QString length in bytes (not characters)

I need to solve the problem opposite to this one. I have QString with non-ascii symbols. For example: Schöne …

qt text size codec qstring