1

What is the name of the widget that is used to produce such a docked widget(which has 2 columns comprises of property and value) in QT Creator on designer mode.

Thanks in advance.

alfa_80
  • 427
  • 1
  • 5
  • 21
  • 1
    Take a look at this question: http://stackoverflow.com/questions/1290838/best-qt-widget-to-use-for-properties-window – Bill Jan 24 '14 at 07:36
  • @Bill Can you change this comment into an answer so that I can click as the answer. Thanks a lot by the way. – alfa_80 Jan 24 '14 at 08:03

1 Answers1

1

It is called QtTreePropertyBrowser.

Take a look at this question (Best Qt Widget to use for properties window?) for details.

Community
  • 1
  • 1
Bill
  • 11,595
  • 6
  • 44
  • 52