hi everyone, I have seen a QLineEdit being used as a display widget like a label. how is that done?
hi everyone, I have seen a QLineEdit being used as a display widget like a label. how is that done?
Probably using QLineEdit::setReadOnly() and possibly setFrame(). Obviously only good for text (a QLabel can display images also).
Bookmarks