Pyqt4 QComboBox setEditable(True) - How to setMaxLength?

If a combo-box is editable, its lineEdit method will give access to its line-edit widget.

If a combo-box is editable, its lineEdit method will give access to its line-edit widget: self. MyDropDown = QComboBox() self.myDropDown. SetEditable(True) self.myDropDown.lineEdit().

SetMaxLength(45).

Is there anything similar for QTextEdit (I'm having same problem) – storm_to Dec 12 at 18:14 @storm_to. My initial guess would be that it is probably not quite so simple. But in any case: to make it easier for others to find the answers, could you ask a new question for this, please?

– ekhumoro Dec 12 at 18:29 asked - link – storm_to Dec 12 at 18:59.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions