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?
#3
self.ui.MessageList.item(quantity-2).text()
returns the correct value! That is, the list actually stores valid data!


I found a bug!!!

It is necessary to change the shape a little bit in size and the elements begin to appear :) But I "revive" the form with:
q_app = QtWidgets.QApplication.instance()
q_app.processEvents();
How to revive the form?
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get the color name of qlistwidget? flash77 5 2,691 Aug-13-2023, 07:01 PM
Last Post: flash77
  QListWidget, no item was selected flash77 4 2,178 Aug-02-2023, 09:31 AM
Last Post: Axel_Erfurt
  GUI Problem / call another function / fill QListwidget flash77 5 1,956 Jul-30-2023, 04:29 PM
Last Post: flash77
  [PyQt] populate a QListWidget devilonline 1 2,686 Apr-10-2023, 02:52 AM
Last Post: deanhystad
Question [PyQt] CSS Styling for a QLabel inside a QListWidget Alfalfa 2 6,856 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