Re: Saving login/password pairs.

2012-08-09 Thread valentin rusu
Hello, You ca use KWallet to store these. I don't have kde sources right now, but you may find usage examples by looking for the files including kwallet.h. Valentin -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Dmitry Chernov a écrit : Hi everyone. I write FIBS clien

Re: Saving login/password pairs.

2012-08-09 Thread Karl-Heinz Zimmer
Hi Dmitry, you most-likely look for the KWallet API: http://techbase.kde.org/Development/Tutorials/KWallet Cheers Karl-Heinz On Thu, 9 Aug 2012 17:56:46 +0400 Dmitry Chernov wrote: > Hi everyone. I write FIBS client for KDE. And I need the ability to > store several account login/password dat

Re: Saving login/password pairs.

2012-08-09 Thread Kevin Krammer
On Thursday, 2012-08-09, Dmitry Chernov wrote: > Hi everyone. I write FIBS client for KDE. And I need the ability to > store several account login/password data. So the user will be able to > select any of the list, as I see there is such ability in > KPasswordDialog. But what is the best way to st