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 274 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 20 Nov 2023, 19:46 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.

    P 1 Reply Last reply 20 Nov 2023, 19:59
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 20 Nov 2023, 19:49 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
        20 Nov 2023, 19:46

        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.

        P Offline
        P Offline
        Pl45m4
        wrote on 20 Nov 2023, 19:59 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

        3/3

        20 Nov 2023, 19:59

        • Login

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