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.

qt designer


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -