V
V
Vladimir Semenyakin2016-02-17 12:45:26
User interface
Vladimir Semenyakin, 2016-02-17 12:45:26

What is the best way to implement property browser in QT?

I am making an application for editing heterogeneous objects. I want a solution built on a universal property browser. Something like a property browser from a GUI designer in QT, ideally with the ability to "embed" your own widget to edit properties.
There is such a thing as the Property Browser Framework , looks like this:
qttreepropertybrowser.png
I'm thinking of using it. Is this the best solution, or has anyone come across something cooler?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hydra_13, 2016-03-17
@hydra_13

I used it, it is quite a suitable thing for my task. The truth had to be slightly modified - to add a value field of the type OpenFile, SaveFile and OpenExistsDir.
It is also possible to embed your widgets in QTableWidget, it's easier. You can also look towards the delegates for the table.
Maybe there is something else, but this is what I had to use

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question