Tagged Questions
3
votes
1answer
97 views
Qt4: Hide minor widgets while maintaining size of central widget
I have a QMainWindow with a main "display" widget, and several minor widgets. I'd like the ability to toggle the minor widgets on/off when the mouse enters or leaves the window.
I can achieve this ...
0
votes
0answers
433 views
QDockwidget save/restore layout in QMainWindow - different “views”
I have played around with the QMainWindow example from Qt. I was able to customize it to my needs. But now I am facing some problems, especially concerning the saveLayout/loadLayout functionality.
I ...
1
vote
1answer
198 views
Refreshing a layout requires a resize?
I'm trying to refresh a QWidget on a QMainWindow, actually I just change it's layout which is a QVBoxLayout filled with QGroupBoxs
So, when a certain signal is emited, the QMainWindow hide all the ...
0
votes
1answer
897 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 ...