Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. [Solved] Bug with link?
Forum Updated to NodeBB v4.3 + New Features

[Solved] Bug with link?

Scheduled Pinned Locked Moved Qt.io webservices
7 Posts 5 Posters 2.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stukdev
    wrote on last edited by
    #1

    If i create text linke this setVisible(true) and create a link the result is this

    "setVisible(true)":http://doc.qt.nokia.com/4.7/qwidget.html#visible-prop

    the text (true) is cut and is set to a title of the link!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on last edited by
      #2

      [quote author="stuk" date="1292315564"]If i create text linke this setVisible(true) and create a link the result is this

      "setVisible(true)":http://doc.qt.nokia.com/4.7/qwidget.html#visible-prop

      the text (true) is cut and is set to a title of the link!
      [/quote]

      No, it's the wiki syntax for setting alt-texts on hyperlinks. Try hovering your link with the mouse cursor: "true" will pop up.

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

      1 Reply Last reply
      0
      • S Offline
        S Offline
        stukdev
        wrote on last edited by
        #3

        Yes, is set to a <title> tag of the link, so how can i write setVisible(true) and put a link in it?

        [quote author="peppe" date="1292316981"]
        [quote author="stuk" date="1292315564"]If i create text linke this setVisible(true) and create a link the result is this

        "setVisible(true)":http://doc.qt.nokia.com/4.7/qwidget.html#visible-prop

        the text (true) is cut and is set to a title of the link!
        [/quote]

        No, it's the wiki syntax for setting alt-texts on hyperlinks. Try hovering your link with the mouse cursor: "true" will pop up. [/quote]

        1 Reply Last reply
        0
        • A Offline
          A Offline
          anselmolsm
          wrote on last edited by
          #4

          [quote author="stuk" date="1292317199"]Yes, is set to a <title> tag of the link, so how can i write setVisible(true) and put a link in it?[/quote]

          Like this? "setVisible(true) ":http://doc.qt.nokia.com/4.7/qwidget.html#visible-prop
          A whitespace between the closing parenthesis and the colon does the trick :-)

          Anselmo L. S. Melo (anselmolsm)

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mgran
            wrote on last edited by
            #5

            Sorry, that combination kicks in the textile syntax, you will have to work around that by something like:

            setVisible(true) ("doc":http://doc.qt.nokia.com/4.7/qwidget.html#visible-prop)

            Project Manager - Qt Development Frameworks

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kamalakshantv
              wrote on last edited by
              #6

              Even some other similar issues were raised yesterday.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                stukdev
                wrote on last edited by
                #7

                Ok, adding a whitespace resolve, thank's for work around!

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved