Python Forum
[PyQt] Why lineEdit is showing text like this ??
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Why lineEdit is showing text like this ??
#14
Yeah I thoroughly investigated using super() versus not using super() and I am going to stay with not using it -- as per the cons -- (these are summations there were a lot more details) one will rarely if ever see a situation where the benefit of using super() versus not using it comes into play and using super(), acknowledged by the person for using super, has the potential of causing issues unless used carefully. Once I finished weighing the pros and cons -- the ultimate pro was its quicker because it saves you from having to copy/paste a few lines of code (frankly that level of laziness I have seen done in coding before and it never came to a good ending). Further I agree with being explicit is better, So unless there is some kind of solid argument somewhere that I did not see that compels me to do otherwise using super() will not appear in my code and I will suggest to others to not use it as well.
Reply


Messages In This Thread
RE: Why lineEdit is showing text like this ?? - by Denni - Sep-13-2019, 09:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGUI] Showing text in QTableView sequence 0 3,082 Jan-20-2019, 05:00 PM
Last Post: sequence
  [PyQt] Need Help about comboBox and lineEdit DeanONeil 1 2,699 Oct-13-2017, 05:42 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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