Python Forum
Using a GUI Designer vs. hard coding
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using a GUI Designer vs. hard coding
#2
Both are useful. The GUI designer is great to quickly setup a layout for a simple application. It takes little work to make a pretty GUI, and you can modify it effortlessly. You may also study the generated code to take full control of the code if needed. On the other hand, the advantage of writing the windows from scratch is all about control, the code is cleaner and you can subclass the widgets as needed.
Reply


Messages In This Thread
Using a GUI Designer vs. hard coding - by 357mag - Aug-06-2019, 01:47 PM
RE: Using a GUI Designer vs. hard coding - by Alfalfa - Aug-06-2019, 01:53 PM
RE: Using a GUI Designer vs. hard coding - by Denni - Aug-06-2019, 02:04 PM
RE: Using a GUI Designer vs. hard coding - by Denni - Aug-06-2019, 03:37 PM
RE: Using a GUI Designer vs. hard coding - by Denni - Aug-07-2019, 12:58 PM
RE: Using a GUI Designer vs. hard coding - by Denni - Aug-12-2019, 09:23 PM
RE: Using a GUI Designer vs. hard coding - by kkaur - Feb-21-2021, 06:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QT Designer Krissstian 4 1,748 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,782 Mar-19-2022, 10:31 AM
Last Post: flash77
  [PyQt] QT5 Designer Drawing greenhorn1 1 2,591 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
  Attempting to use Qt Designer. thewolf 17 6,207 Feb-17-2021, 12:03 AM
Last Post: thewolf
  [PyGUI] help code python QT Designer yan_mhb 0 1,949 Aug-12-2020, 09:32 AM
Last Post: yan_mhb
  [Kivy] Kivy Designer Module Error SARAVANAN_M 0 3,894 Nov-20-2019, 09:57 AM
Last Post: SARAVANAN_M
  [PyQt] Send data between windows Pyqt5 and Qt Designer kkonrad002 8 10,273 Sep-05-2019, 02:25 PM
Last Post: Denni
  [PyQt] Qt Designer - Making a Font with a border jimmyvegas29 4 7,594 Feb-19-2019, 11:08 PM
Last Post: jimmyvegas29

Forum Jump:

User Panel Messages

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