mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 15:57:25 -04:00
integrating cpp wallet mockups with QML
This commit is contained in:
27
Wallet.cpp
27
Wallet.cpp
@@ -1,6 +1,31 @@
|
||||
#include "Wallet.h"
|
||||
|
||||
Wallet::Wallet(QObject *parent) : QObject(parent)
|
||||
struct WalletImpl
|
||||
{
|
||||
// TODO
|
||||
};
|
||||
|
||||
|
||||
|
||||
Wallet::Wallet(QObject *parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
QString Wallet::getSeed() const
|
||||
{
|
||||
return "bound class paint gasp task soul forgot past pleasure physical circle "
|
||||
" appear shore bathroom glove women crap busy beauty bliss idea give needle burden";
|
||||
}
|
||||
|
||||
QString Wallet::getSeedLanguage() const
|
||||
{
|
||||
return "English";
|
||||
}
|
||||
|
||||
void Wallet::setSeedLaguage(const QString &lang)
|
||||
{
|
||||
// TODO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user