realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Get rid of QtPropertyBrowser #637

Open Stinkfist0 opened 11 years ago

Stinkfist0 commented 11 years ago

The QtPropertyBrowser is decent and convenient, but doesn't provide anything that we could not implemented by ourselves. The EC attribute code is already very specialized for each attribute type, and generality of QtPropertyBrowser doesn't help us much. Our own implementation for attribute editing would also make possible to utilize the editor widgets in better way: for example using the currentColorChanged signal of QColorPicker that is used for Color attributes to set the actual color in real-time (no clicking Ok required). QtPropertyBrowser is also problematic when building for Android.