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. Qttab strange behaviour

Qttab strange behaviour

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 373 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.
  • R Offline
    R Offline
    RahibeMeryem
    wrote on last edited by
    #1

    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 ?

    mrjjM 1 Reply Last reply
    0
    • R RahibeMeryem

      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 ?

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0

      • Login

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