Adobe Photoshop Elements is developed in QT. How to implement the dockable and stretchable toolbox at the left of Adobe Photoshop Elements. THX.
Asked
Active
Viewed 597 times
2
-
3http://doc.qt.io/qt-5.4/qdockwidget.html – Amartel Jun 11 '15 at 08:11
-
You means the toolbox is implemented by QWidget docked at QDockWidget? – sfzhang Jun 11 '15 at 10:06
-
I mean - Photoshop's toolbox is a `QDockWidget` with several `QToolButton`'s added. – Amartel Jun 11 '15 at 12:03
-
In your opinion, the left `QToolButton` can be added two column `QToolButton`s? And how to do it? – sfzhang Jun 11 '15 at 15:21
-
In `Qt Designer`, using grid layout. – Amartel Jun 12 '15 at 05:34