Edwin Leuven wrote:
hi guys,
attached patch adds qt4 support for bullets.
i also add the bulletsmodule.c source file because the patch is rather
unreadable (same file but different content)
screenshot also attached.
Looks nice ;-)
will put this in tonight unless somebody shouts.
comments more than welcome of course!
You might want to change "const XXX" into "XXX const" is you don't want
Lars to shout at you...
void BulletsModule::showLevel(int level)
{
if (current_font_>-1)
qobject_cast<QListWidget
*>(bulletpaneSW->widget(current_font_))->setItemSelected(current_item_, false);
What's that?
Abdel.