[Uml-devel] [Bug 72019] save autosave file to a more obvious place
Daniel Calviño Sánchez
danxuliu at gmail.com
Sun Mar 19 01:41:14 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=72019
------- Additional Comments From danxuliu gmail com 2006-03-18 14:20 -------
Created an attachment (id=15183)
--> (http://bugs.kde.org/attachment.cgi?id=15183&action=view)
Tool tip for autosave option
I have made a patch which adds a tool tip to the autosave suffix option in the
settings dialog explaining the behaviour of this option.
It was generated against SVN. As far as I know, SVN code uses QT4, but with the
QT3 support members. So I used the QT3 support members for tool tips.
For QT4 code, just replace
QToolTip::add( m_GeneralWidgets.autosaveSuffixL, autoSaveSuffixToolTip );
QToolTip::add( m_GeneralWidgets.autosaveSuffixT, autoSaveSuffixToolTip );
with
m_GeneralWidgets.autosaveSuffixL -> setToolTip( autoSaveSuffixToolTip );
m_GeneralWidgets.autosaveSuffixT -> setToolTip( autoSaveSuffixToolTip );
At least, this is what is said in QT documentation.
More information about the umbrello-devel
mailing list