Python Forum
[PyQt] timer makes my qmessagebox crash
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] timer makes my qmessagebox crash
#7
(Feb-11-2020, 07:53 PM)Denni Wrote: btw why do you use a python Timer instead of QTimer ??

I think Qt warns not to use python threading in conjunction with QT and use QThread instead -- which would include QTimer since it creates a separate process thread to run the timer within.

I didn't know about it. Do you know any good tutorials about it?
Reply


Messages In This Thread
timer makes my qmessagebox crash - by darktitan - Feb-10-2020, 08:13 PM
RE: timer makes my qmessagebox crash - by darktitan - Feb-10-2020, 08:31 PM
RE: timer makes my qmessagebox crash - by darktitan - Feb-11-2020, 06:31 PM
RE: timer makes my qmessagebox crash - by Denni - Feb-11-2020, 07:53 PM
RE: timer makes my qmessagebox crash - by darktitan - Feb-11-2020, 08:32 PM
RE: timer makes my qmessagebox crash - by Denni - Feb-12-2020, 04:08 PM
RE: timer makes my qmessagebox crash - by Denni - Feb-12-2020, 07:10 PM
RE: timer makes my qmessagebox crash - by darktitan - Feb-13-2020, 09:43 AM
RE: timer makes my qmessagebox crash - by Denni - Feb-14-2020, 04:49 PM
RE: timer makes my qmessagebox crash - by darktitan - Feb-16-2020, 08:38 AM
RE: timer makes my qmessagebox crash - by Denni - Feb-18-2020, 03:32 PM
RE: timer makes my qmessagebox crash - by darktitan - Feb-19-2020, 05:06 PM
RE: timer makes my qmessagebox crash - by Denni - Feb-19-2020, 06:55 PM
RE: timer makes my qmessagebox crash - by darktitan - Feb-19-2020, 07:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Bug [PyQt] Qt app won't crash after sys.excepthook override Alfalfa 3 3,864 Dec-28-2020, 01:55 AM
Last Post: deanhystad
  [PyQt] Customizing QMessageBox arbiel 1 8,357 Dec-16-2020, 08:57 PM
Last Post: Axel_Erfurt
  PY TO EXE CRASH kozaizsvemira 0 2,871 Oct-19-2019, 07:27 PM
Last Post: kozaizsvemira
  (pyQt/pySide)setStyleSheet(border…) makes QPushButton not clickable in Maya vladlenPy 0 5,437 Apr-15-2018, 12:41 PM
Last Post: vladlenPy
  [PyQt] SOLVED QMessageBox: can't get QMessageBox.Yes to work Fred Barclay 0 6,865 May-18-2017, 06:07 AM
Last Post: Fred Barclay

Forum Jump:

User Panel Messages

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