Qt Forum

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

    I want to see Qt code when i did debug.. Can't enter code.

    General and Desktop
    qtcreator 3.5.0 qt5.5
    2
    3
    697
    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.
    • darongyi
      darongyi last edited by

      I want to see Qt code when debug start.
      My OS is ubuntu 14.04. Does Linux can't enter Qt api?
      If I want to see connect api ... How can set on QtCreator?

      ex) connect(ui->horizontalSlider,SIGNAL(valueChanged(int)),ui->progressBar,SLOT(setValue(int)));

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

        I bet you don't have linked against the debug Qt build, maybe you didn't even installed the debug build.

        `They did not know it was impossible, so they did it.'
        -- Mark Twain

        darongyi 1 Reply Last reply Reply Quote 0
        • darongyi
          darongyi @JohanSolo last edited by

          @JohanSolo It means I have to reinstall Qt ..
          (--- __ --- ;; ) OTL Ok.. I did compile Qt source code..
          Many error comes...

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