-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Epic Link:
-
Sprint:DEV-45-5
-
Affect Type:Userdefined
As far as widgets should know for drawing, what region is visible at the certain moment, this "knowledge" is supposed to be implemented with ScrollController. There is a simple ScrollController, which can do this for a single line. This controller will be renamed to SingleLineScrollController, and another one MultiLineScrollController will be created.
MultiLineScrollController contains a list of SingleLineScrollController_s _(QList<SingleLineScrollController*>). Each controller from this list knows visible range for one wrapped line only.
- blocks
-
UGENE-7040 Modify widget controllers
- Closed
- is blocked by
-
UGENE-7038 Add scrollbars for Single and Multi-line widgets
- Closed