Add tooltips to the most used settings in the intro page
Details
Details
- Reviewers
ngraham GB_2 - Group Reviewers
VDG - Commits
- R124:559444be5f2e: add tooltips to the intro page
Move your cursor on one of the most used settings, a tooltip will appear
Diff Detail
Diff Detail
- Repository
- R124 System Settings
- Branch
- intropage-tooltips (branched from master)
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 16731 Build 16749: arc lint + arc unit
Comment Actions
In general +1
sidebar/SidebarMode.cpp | ||
---|---|---|
581 | Is there a strong reason to move these around? | |
sidebar/ToolTips/tooltipmanager.h | ||
48 | Use an Enum here instead of a bool to improve readability. See for example https://codereview.stackexchange.com/questions/11300/boolean-enums-improved-clarity-or-just-overkill |
sidebar/SidebarMode.cpp | ||
---|---|---|
581 | I want to have all the initializations of tooltip managers in one place. I couldn't add the third manager there because the placeHolderWidget is not initialized yet |