Summary: | ToolTips and whatsThis messages are not displayed in Configure dialog | ||
---|---|---|---|
Product: | [Applications] kalzium | Reporter: | André Marcelo Alvarenga <alvarenga> |
Component: | general | Assignee: | Kalzium Developers <kalzium> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | cfeck, dasaan.san, lueck |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to add missing tooltips + whatsthis |
Description
André Marcelo Alvarenga
2012-01-03 04:34:07 UTC
(In reply to comment #0) > > This messages can be viewed in messages #425 -> #481 (kalzium.pot) > Yes but these messages are extracted from src/kalzium.kcfg, not from settings_colors.ui, settings_gradients.ui and unitsettingsdialog.cpp, so these message don't appear in the settings dialog. Possible fix would be to copy the strings from kalzium.kcfg to the three files, that would not break message freeze. > - Page Calculator: Only toolTips work, but use other formatting. (largest font > size) > That is not only the wrong font size, but in addition the wrong text "The settings for the molecular concentration calculator" for the three tabs Nuclear Calculator, Mass Calculator, Gas Calculator. Created attachment 83308 [details]
Patch to add missing tooltips + whatsthis
> > - Page Calculator: Only toolTips work, but use other formatting. (largest font
> > size)
> >
> That is not only the wrong font size, but in addition the wrong text "The
> settings for the molecular concentration calculator" for the three tabs
> Nuclear Calculator, Mass Calculator, Gas Calculator.
The repeated text seems to be because the TabWidget has a tooltip that covers all the tabs and not each tab separately. My patch changes the entry to something a bit more generic that will cover the entire block of tabs
I think adding whatsThis when it's the same as toolTip is redundant. Otherwise, the toolTip should be a short text shown on hover, and whatsThis a longer text, only shown when you click for help. Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |