Python Forum
How to work with pointers in PyQt?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to work with pointers in PyQt?
#5
(Feb-06-2019, 04:25 PM)Axel_Erfurt Wrote: There are specific Message Windows you can use, they automatically have the right symbol

QMessageBox.information
QMessageBox.warning
QMessageBox.critical

for example

    def about(self):
        QMessageBox.information(self, "About myApp",
                "<center><b>myApplication</b><br>1.0<br>"
                "© 2019</center>")

Thank you, but I have a long processing that should work in the background. Therefore, the dialog boxes are not suitable, I chose to display messages about the current process on the text field of the form.
But at the end of the work I show the final result with the help of the dialog boxes you have proposed :)
Reply


Messages In This Thread
RE: How to work with pointers in PyQt? - by AlekseyPython - Feb-07-2019, 04:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Turtle. Pointers of the "arrow" direction of the vector. roomONmoon 1 715 Dec-09-2023, 11:49 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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