Python Forum
Why QListWidget doesn't show new line?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why QListWidget doesn't show new line?
#2
I animate the interface with this code (executed after receiving the event):
q_app = QtWidgets.QApplication.instance()
q_app.processEvents();
Moreover, the processing is finished and the interface should be rendered without any additional actions, but the list field remains empty.

The funny thing is that the number of invisible items in the list is growing! This code returns an ever-increasing value:
quantity = self.ui.MessageList.count()
Reply


Messages In This Thread
RE: Why QListWidget doesn't show new line? - by AlekseyPython - Feb-05-2019, 06:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get the color name of qlistwidget? flash77 5 2,695 Aug-13-2023, 07:01 PM
Last Post: flash77
  QListWidget, no item was selected flash77 4 2,182 Aug-02-2023, 09:31 AM
Last Post: Axel_Erfurt
  GUI Problem / call another function / fill QListwidget flash77 5 1,959 Jul-30-2023, 04:29 PM
Last Post: flash77
  [PyQt] populate a QListWidget devilonline 1 2,690 Apr-10-2023, 02:52 AM
Last Post: deanhystad
Question [PyQt] CSS Styling for a QLabel inside a QListWidget Alfalfa 2 6,866 Nov-30-2020, 02:59 AM
Last Post: Alfalfa

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020