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 ??
#11
(Sep-06-2019, 10:38 PM)Axel_Erfurt Wrote:
(Sep-06-2019, 09:07 PM)alandmoore Wrote: I was of the impression that this should not be necessary in Python 3. Can you explain why it should be done?

I did not wrote it. In my code I wrote

class lineEdit(QtWidgets.QLineEdit):
     def __init__(self, parent):
        super().__init__(parent)  

My mistake, I was replying to Denni's response. I'm not clear why one should still do the older method in Python 3.
Reply


Messages In This Thread
RE: Why lineEdit is showing text like this ?? - by alandmoore - Sep-09-2019, 08:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGUI] Showing text in QTableView sequence 0 3,068 Jan-20-2019, 05:00 PM
Last Post: sequence
  [PyQt] Need Help about comboBox and lineEdit DeanONeil 1 2,692 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