Preguntas con la etiqueta [qlabel]
Lista
qlabel preguntas
QLabel: establece el color del texto y el fondo
6
respuestas
226
votos
472.5k
vistas
¿Cómo configuro el color del texto y el fondo de un QLabel?
QLabel no se muestra en QWidget
2
respuestas
3
votos
8.6k
vistas
Tengo la siguiente jerarquía en mi aplicación Qt: QMainWindow > QWidget (centralWidget) > QWidget (subclase) > QLabel Código de inicialización en mi código QMainWindow: centralWidget = new QWidget(); centralWidget->setGeometry(0,0,width,height); chatWidget=new