0
votes
1answer
134 views

Best practice to handle multiple documents in QMdiArea?

I need to design and develop a kind of graphics piece of software, which can edit customised files containing graphical elements, etc. I expect the piece of software to contain many documents thanks ...
2
votes
1answer
628 views

More efficient central widget in a QMainWindow: QGLWidget VS QGraphicsView

I am using a QMainWindow for my app and want to do some openGL rendering. 2 approaches: 1) set as central widget a QGLWidget and do all the rendering there, OR 2) set as central widget a ...
0
votes
3answers
1k views

QMainWindow - resizing problem with QGraphicsView

Using Qt 4.6 on Ubuntu 10.4 I have a QGraphicsView central widget in my MainWindow. Every time the program switches to a new level (Sokoban game), I want the MainWindow to adjust to the new size of ...
0
votes
1answer
895 views

QGraphicsScene, QGraphicsView and QVBoxLayout() problem

Greetings everyone, Every time I run it seems Qt Creator just stop working, when I commented out the line //mainWindow = new MainWindow(); But if the line is not commented out, MainWindow will keep ...