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. Linking between threads
Qt 6.11 is out! See what's new in the release blog

Linking between threads

Scheduled Pinned Locked Moved Qt.io webservices
5 Posts 2 Posters 3.2k 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.
  • K Offline
    K Offline
    koahnig
    wrote on last edited by
    #1

    I was trying to place a link in a thread to a specific response of another thread. Is this option limited to your status?

    Vote the answer(s) that helped you to solve your issue(s)

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      No, this is not limited. Everyone can put arbitrary links into a comment. The syntax is

      @
      "Text to display":http://url.to.server/path/page.html

      // eg

      "A mac deployment problem":http://developer.qt.nokia.com/forums/viewthread/5934/
      @

      If you link to method names with parentheses, you should add an extra space after the closing one:

      @
      "QWidget::actions() ":http://doc.qt.nokia.com/4.7/qwidget.html#actions
      @

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        I want to link to a specific response in another thread (it was actually a response of yours). I thought I just have to press "link" under your details and paste it in the thread where I planned to introduce the link. But I was pasting only an old text I had copied and pasted before.

        The solution chosen was to copy the complete URL and place it with the links button in my new repsonse.
        However, with long threads one is referencing, the focus is lost.

        To give chronological summary what I did:
        @

        1. wrote answer in thread (1)
        2. went to the other thread (2)
        3. could not get the link going :(
        4. copied url of thread (2) in browser
        5. placed link in thread (1)
        6. went to thread (2) and pressed quote in your response; the quote has been placed in the "Post a reply" section.
        7. copied the quote from "Post a reply" of thread (2)
        8. placed the quote in thread (1) and posted reply
        9. cleanup (clearing of "post a reply" window) in thread (2)
          @

        That is certainly a possibility, but does look very cumbersome.

        So to go with your example, it would be good to go with:
        @
        "A mac deployment problem":http://developer.qt.nokia.com/forums/viewthread/5934/(response 2)
        @

        With such a short thread and only few responses it is not a big deal. However, if you have already 20 or 40 responses and a couple of the same person, it becomes a problem.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          That link button just loads the URL of that comment into the browser (thread with #-mark for the anchor). You find the link URL in the address line edit of the browser. Copy it from there into the clipboard. Or right-click on the "link" link, most browsers have an option to copy the link's URL into the clipboard.

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • K Offline
            K Offline
            koahnig
            wrote on last edited by
            #5

            Thanks for explanation.
            I could get both ways to work. However, when pressing the link during my initial several trials nothing happened.

            Vote the answer(s) that helped you to solve your issue(s)

            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