Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Why lineEdit is showing text like this ??
Post: RE: Why lineEdit is showing text like this ??

(Sep-10-2019, 01:34 PM)Denni Wrote: I rarely use super() I normally just code it as follows: That works, but if you ever end up in a multiple inheritance situation, super() does some good sleuthing ...
alandmoore GUI 13 4,837 Sep-13-2019, 07:16 PM
    Thread: Why lineEdit is showing text like this ??
Post: RE: Why lineEdit is showing text like this ??

(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 ...
alandmoore GUI 13 4,837 Sep-09-2019, 08:27 PM
    Thread: Why lineEdit is showing text like this ??
Post: RE: Why lineEdit is showing text like this ??

(Sep-06-2019, 05:20 PM)Axel_Erfurt Wrote: Also when using super( ) you need to do the following: class lineEdit(QtWidgets.QLineEdit): def __init__(self, parent): super(lineEdit, self)....
alandmoore GUI 13 4,837 Sep-06-2019, 09:07 PM

User Panel Messages

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