Features/TableView Widget: Difference between revisions
| Line 24: | Line 24: | ||
=== SmoothTable class === | === SmoothTable class === | ||
Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to | Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmoothTable while creation) and while scrolling(by pixel) SmoothTable shifts these widgets. | ||
=== TableView class === | === TableView class === | ||