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. Disappears information from QTableWidget when minimizing the window when working in a Windows 8.1 environment.
Forum Updated to NodeBB v4.3 + New Features

Disappears information from QTableWidget when minimizing the window when working in a Windows 8.1 environment.

Scheduled Pinned Locked Moved Solved General and Desktop
1 Posts 1 Posters 133 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.
  • H Offline
    H Offline
    Helge1980
    wrote on last edited by Helge1980
    #1

    Hi!
    I ran into this problem:
    When minimizing the window, the information from QTableWidget (Qt 5.15, C++) disappears, it is when working in a Windows 8.1 environment (in Linux, the same program works without problems).

    I filled in the table cells like this:

            QTableWidgetItem *newItem_fmt = new QTableWidgetItem(fmt_qstr);
            ui->tableWidget->setItem(numRows, 1, newItem_fmt);
    

    The full code is here (filling in the table starts with line 349):
    https://github.com/CineEncoder/cine-encoder/blob/master/app/mainwindow.cpp

    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