01 junio 2008

Alertas: Amazing Alert Boz

Nombre: Amazing Alert Boz

Descripción: Cansado de las típicas ventanas de alerta?. Crea tus propias ventanas de alerta con gráficos, botones animados, bordes gráficos y transiciones.
Autor: Serge Dolgov
Idioma: Inglés

Descargar

// define box resource
box = new QBoxRes(13, 13, 13, 13,
"img/qlib/wtc.gif", "img/qlib/wtr.gif", "img/qlib/wmr.gif",
"img/qlib/wbr.gif", "img/qlib/wbc.gif", "img/qlib/wbl.gif",
"img/qlib/wml.gif", "img/qlib/wtl.gif",
"#FFE831", "img/qlib/wbg.gif",
QWndCtrl.SHADOW + QWndCtrl.FADEIN + QWndCtrl.HBARNOUT);

// define button resource
btn = new QButtonRes(QButton.NORMAL, 46, 29,
"img/qlib/btn2n.gif", "img/qlib/btn2p.gif");

// create box
mb = new QMessageBox(null, "mb", box, btn, "Test");

No hay comentarios: