Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Configuration Qt creator

    General and Desktop
    qt creator
    3
    4
    773
    Loading More Posts
    • 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.
    • Q
      qVLAD last edited by

      Hi.
      How i can see qt library implementation in qt creator?

      1 Reply Last reply Reply Quote 0
      • Chris Kawa
        Chris Kawa Moderators last edited by

        Just as you would any other file - open it.
        Additionally you can step into the source of interest directly while debugging.

        1 Reply Last reply Reply Quote 0
        • yeckel
          yeckel last edited by

          Hi, you need debug build (build with debug symbols and the sources. I'm usually making that by compiling qt5 sources locally from git. https://wiki.qt.io/Building_Qt_5_from_Git And then importing the new qt build as another Qt Version into Qt-Creator.

          1 Reply Last reply Reply Quote 0
          • Q
            qVLAD last edited by

            I install qt library and qt library source code . I want select some qt library method and after press F2 view implementation without activation debug mode. Can i do it?

            1 Reply Last reply Reply Quote 0
            • First post
              Last post