I\'d like to place QMainWindow instance inside another QWidget (for example centralWidget of another QMainWindow).
I\'m trying to develop a threaded server that contains a run method which is to run in another thread with QtConcurrent::run.
If I have a QGraphicsItem that I want to put in a QGraphicsItemGroup, in a loop..like so: for(int i =0; i < 2; i++)
i have in my project qml file with qsTr() function. i create also a translation files for this qml. in the main program i create a QDeclarativeView object to run th开发者_如何学运维e qml file,
trying to find if touch event occurs or else just paint them. bool MyWidget::event(QEvent *event) { switch (event->type())
I have QTextEdit and i want to detect \"Alt+Enter\" key is pressed (both keys together). I have installed the Event Filter to detect the key press events and when enter is press i can detect the key,
About pyQt4 I prefer to use the static method for the getSaveFilename in the QFileDialog so that the user sees the Windows/Mac native dialog.
I created a widget in Qt designer. After generating .ui file , now I want to compile it in qt creator. The .ui file is opened but run, build, debug .etc button are not enabled. How can I run t开发者_开
Im just pondering best practice with an application I\'m developing. Its a simple one window application using qt creator. It\'s just going to start a QProcess开发者_如何学Go and show the output in a
I am trying to implement in Qt a main window which has 2 widgets: one area where I draw some points and one list box where I write all the points with their respective coordinates. And I would like to