1

There is a very useful tool named gtk3-widget-factory in gtk3-devel package. Is there similar tool in Qt5 ?

Aaron
  • 71
  • qt has its forum here: http://forum.qt.io/ You may get guidance there. – DK Bose Dec 28 '18 at 12:05
  • 1
    As help from https://forum.qt.io/topic/98048/is-there-qt5-widget-factory-just-like-gtk3-widget-factory/2 AND https://forum.qt.io/topic/105986/is-there-tools-based-qt5-just-like-gtk3-widget-factory/3 . https://doc.qt.io/qt-5/examples-widgets.html is the best choice at the moment. – Aaron Aug 17 '19 at 12:19
  • If you expand on your comment a little, you could post an answer! Please ping me if you do. Thanks! – DK Bose Aug 17 '19 at 12:23

1 Answers1

2

I ask the same question in Qt Forum. The experts recommend the "Qt Widgets Examples". It is the best choice for now. https://doc.qt.io/qt-5/examples-widgets.html

Aaron
  • 71