I try to draw a round rectangle with drawRoundedRect method directly in a QPixmap (no render engine involve here exept pure Qt one ...), I double check the size of the rectangle versus the size of my
I want to parse HTM开发者_运维百科L String in Qt, basically i have QTextEdit object (allowed rich text), and when some body paste Rich text (copied from MSWORD or similar) in QTextEdit, i want to ha
I am Writing a MeeGo Process viewer application, and I am having trouble getting the QML and the c++ communicating.
I want to put a widget on the right side of a QHBoxLayout, and the other spaces should expand the left side. I\'ve set the widget\'s SizePolicy to Expanding, but it\'s not valid. Anyone could offer so
i just want to know if there is a way for a loop to be on the If statement condition? sample: if((string.contains(stringlist.hello().value(0),Qt::CaseInsensitive))||(string.contains(stringlist.hello
I\'m currently downloading Qt4 and I got to about 85% of the downl开发者_如何学Pythonoad, when an unexpected error message popped up, saying...
开发者_运维问答I want to highlight some portions of the scroll bar like highlight search in google chrome.
Does anyone know how to create a button that is linked to Text (number)开发者_运维问答 and above its value as long as the button pressed?
I am trying to send a datagram using QUdpSocket.The following is the code I am using: udpSocket = new QUdpSocket(this);
I am having trouble with a project of mine. I am trying to draw in an render-area a course for the cars (a street) which can contain both straight lines and curves. For that I was thinking of primaril