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. New objects do not show.
Qt 6.11 is out! See what's new in the release blog

New objects do not show.

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 1.1k 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.
  • Ghost_of_MagellanG Offline
    Ghost_of_MagellanG Offline
    Ghost_of_Magellan
    wrote on last edited by
    #1

    Greetings.

    I have recently formatted my PC and reinstalled Qt Designer.
    It just so happens that the new additions I make to the old project I had do not appear on the application when I run it. Buttons, labels, table widgets, nothing works.
    Furthermoer, when I try to code something using those new objects, the debugger returns an error message saying that the variable i defined (the object name) is not an object.

    The old stuff works just as it had before I formatted, its just the new additions that malfunction.

    Any ideas on how I should proceed to solve this connundrum?

    Thank you.

    Joel BodenmannJ 1 Reply Last reply
    0
    • Ghost_of_MagellanG Ghost_of_Magellan

      Greetings.

      I have recently formatted my PC and reinstalled Qt Designer.
      It just so happens that the new additions I make to the old project I had do not appear on the application when I run it. Buttons, labels, table widgets, nothing works.
      Furthermoer, when I try to code something using those new objects, the debugger returns an error message saying that the variable i defined (the object name) is not an object.

      The old stuff works just as it had before I formatted, its just the new additions that malfunction.

      Any ideas on how I should proceed to solve this connundrum?

      Thank you.

      Joel BodenmannJ Offline
      Joel BodenmannJ Offline
      Joel Bodenmann
      wrote on last edited by Joel Bodenmann
      #2

      Hello there!

      I'm not sure, maybe this is a bit of a wild guess but: Did you accidentally copy the build-* directory of your project and now you got a different version of Qt which leads to those issues? In that case a clean build (including running qmake) wouldn't hurt.

      Otherwise a bit more information might help.

      Industrial process automation software: https://simulton.com
      Embedded Graphics & GUI library: https://ugfx.io

      1 Reply Last reply
      1
      • Ghost_of_MagellanG Offline
        Ghost_of_MagellanG Offline
        Ghost_of_Magellan
        wrote on last edited by
        #3

        Apologies, it appears the problem is derived from folder permissions.
        Since the instalation folder of the program I was working on required administrator authorization, qtdesigner was not authorized to change the UI I was working on.
        I realized this when I deleted the original UI and tried to make a new one and it did not save where I ordered it. Saving to documents, copypasting it to the required folder and giving manual authorization granted me the changes.

        I apologize.
        Thank you very much,

        Joel BodenmannJ 1 Reply Last reply
        2
        • Ghost_of_MagellanG Ghost_of_Magellan

          Apologies, it appears the problem is derived from folder permissions.
          Since the instalation folder of the program I was working on required administrator authorization, qtdesigner was not authorized to change the UI I was working on.
          I realized this when I deleted the original UI and tried to make a new one and it did not save where I ordered it. Saving to documents, copypasting it to the required folder and giving manual authorization granted me the changes.

          I apologize.
          Thank you very much,

          Joel BodenmannJ Offline
          Joel BodenmannJ Offline
          Joel Bodenmann
          wrote on last edited by
          #4

          No need to apologize. We have all done way stupider things at some point :)

          Glad to hear that you managed to resolve the issue though!

          Industrial process automation software: https://simulton.com
          Embedded Graphics & GUI library: https://ugfx.io

          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