Feb-05-2019, 06:19 AM
(This post was last modified: Feb-05-2019, 06:55 AM by AlekseyPython.)
I animate the interface with this code (executed after receiving the event):
The funny thing is that the number of invisible items in the list is growing! This code returns an ever-increasing value:
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()