Redesigned ConnectFriendWizard as ui file.

Added new base class DropLineEdit.
Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5181 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-05-22 22:24:10 +00:00
parent 25547d0ea8
commit 22a0f89751
9 changed files with 1962 additions and 1560 deletions

View file

@ -944,7 +944,9 @@ static void processList(const QStringList &list, const QString &textSingular, co
std::cerr << "Usign this certificate:" << std::endl;
std::cerr << RS_Certificate.toStdString() << std::endl;
ConnectFriendWizard(NULL,RS_Certificate).exec() ;
ConnectFriendWizard connectFriendWizard;
connectFriendWizard.setCertificate(RS_Certificate);
connectFriendWizard.exec();
needNotifySuccess = false;
}
break ;