i am new to QT, i tried lot searching samples of how to get the button paint event in QT.. i am not gett开发者_高级运维ing the way to do it..
i got an error when am trying to configure Qt. Erro : execute: File or path is not found (nmake) execute: File or path is not found (nmake)
I have libraries created from visual studio.I want to use the functions in library in Qt GUI. How to do that?How to make the GUI und开发者_运维百科erstand that it depends on the lib?You could do this
I have a QScrollArea fathering my awesome scrolling widget. I like to do updates on the contents on various occasions.
How can I create a HTTP POST request with some URL encoded parameters using Qt 4.6.1? I figured out that I can create a QNetworkRequest, set all the parameters there and send it via QNetworkAccessMan
How to access the webcam on wind开发者_如何学运维ows (XP)? On Linux, I\'d use the MRL \"v4l2://\", as in:
I am new to QT, I am facing some problems in inserting images to list view. This is my current code: int main(int argc, char *argv[])
I\'m trying to create the following data structure in Qt 4.5 in C++: QMap<int, QMap<QString, QVector<QPointF> > > animation;
I have created a custom event in my Qt application by subclassing QEvent. class MyEvent : public QEvent
I\'ve been trying to figure out how to drag and drop an image into a QGraphicsView using Qt and the QtCreator IDE.