Best Qt Widget to use for properties window? -
i want widget properties window in visual studio or netbeans. has 2 columns: name of property on left, , value on right. value needs able restricted types, 'bool' or 'float' (with valid ranges), should support more complex types (perhaps requiring popup dialog when clicked, , can display tostring() version in window. i'm sure can add of features myself, what's best base widget start with?
oh... grouping of properties (like tree guess). , property editing should invoke callback (send signal).
qt designer has properties want. implemented qtreeview. can @ source code.

Comments
Post a Comment