Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtDesigner reset some attributes of QTableWidget despite saving
Forum Updated to NodeBB v4.3 + New Features

QtDesigner reset some attributes of QTableWidget despite saving

Scheduled Pinned Locked Moved Qt Creator and other tools
qtablewidgetqtdesigner
2 Posts 2 Posters 829 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.
  • N Offline
    N Offline
    never_ever
    wrote on last edited by
    #1

    Hi,
    I make some gui using QtDesigner, and lately I have problem with QTableWidget. I have 4 tables -> each two tables are in QTabWidget tab, because they show the same kind of data according to selecting object.
    So it looks like this, I have:

    QTabWidget tabWid

    • tab1:
      • QTableWidget tableData1;
      • QTabelWidget tableResults1;
    • tab2:
      • QTableWidget tableData2;
      • QTabelWidget tableResults2;

    I setted that in all tables horizontal headers are visible;
    Problem is that when I open again .ui file in QtDesigner (from Visual Studio 2010) - in two tables (tableResult1 and tableResult2) that headers are invisible and setHorizontalHeaderVisible is unchecked. It happens despite of saving .ui file

    I have been using QtDesigner and Visual Studio for a long time and it happens me first time.

    1 Reply Last reply
    1
    • D Offline
      D Offline
      deleted355
      wrote on last edited by
      #2

      I also have QTableWidgets inside tabs of a QTabWidget and have had this problem for a long time. Every time the .ui file is saved in QtCreator it sets the horizontal headers of all my tables to invisible except for the first table.

      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