Python Forum
Running external Python file as a subwindow
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running external Python file as a subwindow
#14
You really don't need to quote the previous post in its entirety; it just wastes space.

Your code is already difficult to maintain (and test!): use of global variables, no separation of concerns (database code is mixed in with UI code, for example).
Reply


Messages In This Thread
RE: Running external Python file as a subwindow - by ndc85430 - Aug-05-2021, 05:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] Subwindow catlessness 5 2,967 Oct-23-2021, 06:28 PM
Last Post: catlessness
  [PyQt] Can't neither setWindowFlags nor setFixedSize of a subwindow. JayCee 10 4,349 Aug-06-2021, 08:06 PM
Last Post: JayCee
  [PyQt] App crashes when reopening a subwindow JayCee 13 5,340 Aug-04-2021, 01:51 AM
Last Post: JayCee

Forum Jump:

User Panel Messages

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