Es ist eine QListBox mit Pixmaps, nur das QListBoxItem::paintEvent() reimplementiert wurde. Den Code dazu kannst du in kdelibs/kdeui/kjanuswidget.cpp finden.
Gefunden und ausprobiert - funktioniert aber nicht.
listBox = new KJanusWidget( this ); listBox->addPage( QString( "Text"), QString::null, QPixmap(t2s_xpm));
Stimmt addPage ??
BTW, der Qt Designer hat so einen Konfigurationsdialog auch schon als Template... Einfach 'New' -> 'Configuration Dialog'.
Der erstellt nur eine simple ListBox oder (?)
Danke nochmal.
cu & thx Turbo24prg