Best central widget for IDE
Solved
General and Desktop
-
Hello,
I would create a kind of IDE, like in the picture below. With a central Tab Widget and some right/left/below widgets for file list and other.Should I create a QMdiArea, or QDockWidget ? What is the best option.
Thanks in advance,
Dark Patate. -
Hi,
QDockWidget would make more sense in this case. You can also stack them if needed.
-
Thanks for the answer! :)