Revision [1682]
This is an old revision of SandBox made by mail.cybergymnasiet.se on 2004-10-06 10:04:26.
Test your formatting skills here.
code some more code
| BIG | GREEN | FROGS |
| yes | yes | no |
| no | no |
alb
hola
- onething
- another thing
- another thing
- yet another
- stinky
- one
- two
- three
- sub three
- sub three
some text
code
MyDialog2b::MyDialog2b(QWidget *parent, const char *name)
: CentralViewBase(parent, name), scanportage(this),
scanworld(this), scanusage(this), scannewpackages(this)
{
init();
scanportage.start();
}
void MyDialog2b::customEvent(QCustomEvent *event)
{
switch (event->type()) {
case 12345:
{
QString *s = (QString *) event->data();
prompt->insert(i18n("Portage tree refresh complete.\n"));
delete s;
break;
}
...
}
}