[Kde-devel-es] Un ligero margen

Albert Astals Cid tsdgeos at terra.es
Tue May 18 20:43:08 CEST 2004


http://doc.trolltech.com/3.3/qboxlayout.html

setSpacing() sets the width between neighboring boxes.

Albert

A Dimarts 18 Maig 2004 11:30, Alejandro Exojo va escriure:
> Hola.
>
> Tengo una pregunta sencilla, pero que no sé como abordar.
>
> Tengo un layout vertical, y en él, inserto lo primero de todo una etiqueta
> (QLabel), y a continuación, un widget (y puede que otros más abajo).
>
> ¿Qué debo hacer para que haya un ligero margen entre la etiqueta, y el
> widget de debajo? Me quedan muy pegados, y no sé si debo añadir un spacer
> entre ellos, o bien cambiar alguna propiedad.
>
>
> Un ejemplo sencillote:
> 	QLabel *statelabel = new QLabel(i18n("Select state:"), this, "states
> label"); statecombo = new KComboBox(this, "statecombo");
>
> 	QVBoxLayout *vbox = new QVBoxLayout();
> 	vbox->addWidget(statelabel);
> 	vbox->addWidget(statecombo);
>
> El QVBoxLayout no tiene padre porque ya está dentro de otro layout :-)
>
> Muchas gracias, un saludo.


More information about the Kde-devel-es mailing list