Top "Qlabel" questions

The QLabel widget, part of the Qt framework, provides a text or image display.

Python PyQt Qlabel Resize

I'm having trouble here trying to set my Qlabel size to be bigger. Here is my code. I'm not sure …

python pyqt qlabel
Moving object with mouse

I use Qt and I want to move some object with mouse. For example, user clicks on object and drag …

qt drag qlabel
Displaying Integers on QLabels?

Basically i'm making a simple calculator program to understand the basics of C++ GUI however I get an error message …

c++ qt qlabel
Qt - How to get the pixel length of a string in a QLabel?

I have a QLabel of a fixed width. I need to check (periodically) that the entire string fits inside the …

python pyqt width pyqt4 qlabel
Displaying a standard icon and text in QLabel

I want to display a standard warning icon along with some description text in QLabel in pyqt. Qlabel doesn't have …

pyqt qlabel
Is there any way to set the visibility of QLabel in Qt Designer

I'm trying to make a QLabel not visible by default in Qt Designer. I can hard code it but I …

qt qt-designer qlabel
How to display text in main window?

I'm new to Qt and I'm having a hard time finding a simple example illustrating how to display some text …

c++ qt qtgui qmainwindow qlabel
clickable event on QLabel in python using pyqt4?

I am working in python GUI using pyqt4 library and new with signal and slots. I don't know how to …

python pyqt4 qlabel
“text-overflow” for a QLabel’s text rendering in QT

I have got a QLabel element in a widget which can be resized. The text can overflow boundaries, so I …

qt layout css qlabel text-styling
Get Plain text from a QLabel with Rich text

I have a QLabel that contains rich text. I want to extract just the actual (visible) 'text' from the QLabel, …

python qt pyqt pyqt4 qlabel