Exemplo n.º 1
0
void CustomOrderedListEdit::slotEditButtonClicked()
{
    OListEditForm *d = new OListEditForm( this );
    d->setWindowTitle( _FU8( m_custom->label ) );
    initPtrList();

    /*
     * Adding Enabled Items
     */
    foreach( const struct uim_custom_choice *item, m_itemList )
    {
        d->addCheckItem( true, _FU8(item->label) );
    }