xintong-ai / VecHist

Vector Field Histogram
MIT License
3 stars 0 forks source link

Use standard addItem function to add widgets in Scene class... #13

Open datahead8888 opened 9 years ago

datahead8888 commented 9 years ago

Several Widgets in the Scene class are added using the TwoSidedGraphicsWidget. This component is only intended to hold two widgets (it allows the widget to be flipped to show alternate widgets). This is bad design - they should instead be added using the addItem function.