Feb-05-2019, 07:23 AM
(This post was last modified: Feb-05-2019, 08:08 AM by AlekseyPython.)
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?