Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QTC 3.0 and uic FYI
Qt 6.11 is out! See what's new in the release blog

QTC 3.0 and uic FYI

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 1 Posters 813 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.
  • B Offline
    B Offline
    bu7ch3r
    wrote on last edited by
    #1

    I have QTC and VS toolkit + Turtoise SVN on the Qt project.
    For some reason if I edit any form after I build/clean/rebuild/anything the forms are not updated.

    The solution that works for me is to run nmake from QT console.

    I saw a lot of post about this "problem" and no useful answer so I just thought it might be good to post it here.

    for(int i = 200; i > 0;)
    try
    {
    //do something
    }
    catch(...)
    {
    i--;//try again
    }

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bu7ch3r
      wrote on last edited by
      #2

      The next odd thing that happened was controls variable name changes. For that I had to call nmake distclean and the run qmake and rebuild.

      I don't really know why this happened - all I can say is that it worked fine before adding my project to a TSVN repo :-??

      for(int i = 200; i > 0;)
      try
      {
      //do something
      }
      catch(...)
      {
      i--;//try again
      }

      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