Python Forum
[PyQt] Send data between windows Pyqt5 and Qt Designer
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Send data between windows Pyqt5 and Qt Designer
#9
@Alfalfa okay I have never in my years experienced a situation in a single application where what you describe would exist and if it did exist I would say it was a poor design to begin with. You should never have a need in a single thread application to broadcast a command since everything is for the most part linear -- as in you can only process one path at a time -- creating something like you describe would mostly likely end up being a debugging nightmare (I have had to work on stuff where someone did something that hopped all over the place based on events and it had a bug -- it took a while to track it down and then they asked me to re-code it so that it was not such a nightmare later on -- and frankly the re-write was I think 3x to 5x faster and definitely easier to follow and maintain)

Further yes I am to against spaghetti calls and/or spaghetti code for that matter. I believe in the K.I.S.S. principle (Keep It Simple and Smart) which means do not use something more complex than what your code calls for. Yes sometimes complex methodologies are needed but using one when it is not needed is just not Smart and can lead to unnecessary issues later on.
Reply


Messages In This Thread
RE: Send data between windows Pyqt5 and Qt Designer - by Denni - Sep-05-2019, 02:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PyQt5 form not displaying my data from SQLite3 Database Linuxdesire 2 5,024 Jan-10-2023, 09:51 PM
Last Post: gradlon93
  QT Designer Krissstian 4 1,747 May-26-2022, 09:45 AM
Last Post: Krissstian
  Qt Designer : help document viewer error. davediamond 2 1,626 Apr-14-2022, 10:38 AM
Last Post: davediamond
  GUI programming PyQt 5 + Qt Designer flash77 9 2,780 Mar-19-2022, 10:31 AM
Last Post: flash77
  [PyQt] QT5 Designer Drawing greenhorn1 1 2,590 Dec-30-2021, 05:12 PM
Last Post: deanhystad
  Installed Designer - Helpf Files for "assistant" are missing Valmont 0 2,021 Mar-22-2021, 11:09 AM
Last Post: Valmont
  Using a GUI Designer vs. hard coding 357mag 9 6,155 Feb-21-2021, 06:43 PM
Last Post: kkaur
  Attempting to use Qt Designer. thewolf 17 6,203 Feb-17-2021, 12:03 AM
Last Post: thewolf
  [PyGUI] help code python QT Designer yan_mhb 0 1,947 Aug-12-2020, 09:32 AM
Last Post: yan_mhb
  [PyQt] Pyqt5: How do you make a button that adds new row with data to a Qtablewidget YoshikageKira 6 7,099 Jan-02-2020, 04:32 PM
Last Post: Denni

Forum Jump:

User Panel Messages

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