Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Qttab strange behaviour

    General and Desktop
    2
    2
    285
    Loading More Posts
    • 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.
    • R
      RahibeMeryem last edited by

      I have two tabs in my widget. There is labels , push button in different tabs. all working good.

          ui(new Ui::Widget)
      ...
      ..
                      ui->label_2..    is Ok
      bu cant see new one
      
      ui->label-9... it is not appear after ui->...
      
      

      when I add a new label or pushbutton to in a tab, I can see them in the ui->... list. old ones can be see but new there is no new ones .?

      any idea ? is this a cache problem or what ?

      mrjj 1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion @RahibeMeryem last edited by

        Hi
        Sometimes qmake can be a bit stale detecting it should recreate the ui_xxx files.

        Please completely delete build folder and see.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post