[Solved] Bug with link?
If i create text linke this setVisible(true) and create a link the result is this
setVisible [doc.qt.nokia.com]
the text (true) is cut and is set to a title of the link!
6 replies
If i create text linke this setVisible(true) and create a link the result is thissetVisible [doc.qt.nokia.com]
the text (true) is cut and is set to a title of the link!
No, it’s the wiki syntax for setting alt-texts on hyperlinks. Try hovering your link with the mouse cursor: “true” will pop up.
Yes, is set to a <title> tag of the link, so how can i write setVisible(true) and put a link in it?
If i create text linke this setVisible(true) and create a link the result is thissetVisible [doc.qt.nokia.com]
the text (true) is cut and is set to a title of the link!
No, it’s the wiki syntax for setting alt-texts on hyperlinks. Try hovering your link with the mouse cursor: “true” will pop up.
Yes, is set to a <title> tag of the link, so how can i write setVisible(true) and put a link in it?
Like this? setVisible(true) [doc.qt.nokia.com]
A whitespace between the closing parenthesis and the colon does the trick :-)
Sorry, that combination kicks in the textile syntax, you will have to work around that by something like:
setVisible(true) (doc [doc.qt.nokia.com])
You must log in to post a reply. Not a member yet? Register here!







