You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both Qt and Wx, the base "Widget" objects (QWidget and wx.Window) support tooltips. It probably makes senses to add support there, rather than duplicate it in many places throughout the codebase.
Code from the base IField class and implementations can probably be moved to the base class as the simplest way forward.
The text was updated successfully, but these errors were encountered:
In both Qt and Wx, the base "Widget" objects (
QWidget
andwx.Window
) support tooltips. It probably makes senses to add support there, rather than duplicate it in many places throughout the codebase.Code from the base
IField
class and implementations can probably be moved to the base class as the simplest way forward.The text was updated successfully, but these errors were encountered: