Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Why changes on the .ui file doesn't appear when i debug the app..?
QtWS25 Last Chance

Why changes on the .ui file doesn't appear when i debug the app..?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 2.7k Views
  • 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.
  • D Offline
    D Offline
    dhay06
    wrote on last edited by
    #1

    hey, i was programming with Qt in Ubuntu and i wanted to continue programming in Windows. So just i copied the source directory and set the build directory like this
    the source code is @navire/@and the build directory is @navire-build-desktop/@.
    But when i modify the .ui these changes doesn't appear when i debug the app ?

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

      Did you recompile your app?

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

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dhay06
        wrote on last edited by
        #3

        there were some .o files and other files in the source directory that i guess they caused the problem, i removed them and i recompiled and the .ui changes appear after debug.
        Thanks

        1 Reply Last reply
        0
        • ZlatomirZ Offline
          ZlatomirZ Offline
          Zlatomir
          wrote on last edited by
          #4

          Clean All, Run qmake and Rebuild usually help

          Also see this "topic":http://developer.qt.nokia.com/forums/viewthread/3438/

          LE: too late...

          https://forum.qt.io/category/41/romanian

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

            Close Qt Creator, delete navire.pro.user, open your project and recompile it.

            also check inside of your .pro file. Make sure all objects are included and not linked to another .uri file.

            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