well i added a new column in user list frame.
now...
Code: Select all
switch(col) {
case COLUMN_NICK: return user->getNick();
case COLUMN_SHARED: return shared;
case COLUMN_DESCRIPTION: return user->getDescription();
case COLUMN_TAG: return user->getTag();
case COLUMN_CONNECTION: return user->getConnection();
case COLUMN_EMAIL: return user->getEmail();
case COLUMN_CLIENTID: return [b]user->getTag();[/b]
default: return Util::emptyString;
}
}
now in COLUMN_CLIENTID i put user->getTag(); only for test, but i want to show client version es: DC++ or oDC++ or .....DCDC++ etc.
i need a function user->getClientVersio(); for example.
how can i do this??
second i want to add opera nick filter for user list..... based on Opera code included in odc++5.212 but i don't know code well yet..... gimme a tips pls.
sorry for my eng......