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. Add new objects to an existing form

Add new objects to an existing form

Scheduled Pinned Locked Moved Unsolved General and Desktop
form editor
3 Posts 3 Posters 272 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.
  • S Offline
    S Offline
    silvio
    wrote on last edited by
    #1

    Hi,
    I am using Qt creator 4.5.2 on Linux ubuntu 20.04
    I have a project with some forms in my desktop application.
    I try to modify something using the Qt designer inside the Qt creator (for example the text of a push button) but no changes are displayed when I run the application. I also tried to run qmake and then rebuild the application, but no modifications are applied. I can see only the old forms. Why?
    Thank for your help.

    Pl45m4P 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Did you also try to delete the build folder before rebuilding your application ?

      Did you check the content of the .ui file to see if it contains the changes ?
      Do you have any translation being done ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • S silvio

        Hi,
        I am using Qt creator 4.5.2 on Linux ubuntu 20.04
        I have a project with some forms in my desktop application.
        I try to modify something using the Qt designer inside the Qt creator (for example the text of a push button) but no changes are displayed when I run the application. I also tried to run qmake and then rebuild the application, but no modifications are applied. I can see only the old forms. Why?
        Thank for your help.

        Pl45m4P Offline
        Pl45m4P Offline
        Pl45m4
        wrote on last edited by
        #3

        @silvio

        Show the code please.

        Any chance that the ui file is not used at all or the project overwrites the ui file layout by setting a new one using the widget's code?!


        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

        ~E. W. Dijkstra

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved