Designer widget properties
-
Did you try QWidget->setToolTip(...) ?
-
Did you try double-clicking at tooltip property at property editor. It works. Ideally there is not difference between the custom widget as the tooltip is generic property coming from QWidget. You can try with WorldClockPlugin example given with Qt installation. You can try that as well.
-
to precise my wish:
I create a custom widget with a new property. I can describe by a tooltip the purpose of the widget. However I would also describe the property by its own tooltip. However the designer gives me for the property tooltip only the name of the property. It would be nice if I could change that tooltip.
-
Got it. I don't think it is possible. You can try to give more explanation in the toolTip of the widgets itself.