9#ifndef UI_CREATEWALLETDIALOG_H
10#define UI_CREATEWALLETDIALOG_H
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QDialog>
16#include <QtWidgets/QDialogButtonBox>
17#include <QtWidgets/QGroupBox>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QLineEdit>
21#include <QtWidgets/QSpacerItem>
22#include <QtWidgets/QVBoxLayout>
51 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
74 verticalSpacer_1 =
new QSpacerItem(20, 8, QSizePolicy::Minimum, QSizePolicy::Fixed);
79 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
107 verticalSpacer_2 =
new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
112 buttonBox->setObjectName(QString::fromUtf8(
"buttonBox"));
113 buttonBox->setOrientation(Qt::Horizontal);
114 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
133 CreateWalletDialog->setWindowTitle(QCoreApplication::translate(
"CreateWalletDialog",
"Create Wallet",
nullptr));
134 wallet_name_label->setText(QCoreApplication::translate(
"CreateWalletDialog",
"Wallet Name",
nullptr));
135 wallet_name_line_edit->setPlaceholderText(QCoreApplication::translate(
"CreateWalletDialog",
"Wallet",
nullptr));
136#if QT_CONFIG(tooltip)
137 encrypt_wallet_checkbox->setToolTip(QCoreApplication::translate(
"CreateWalletDialog",
"Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.",
nullptr));
139 encrypt_wallet_checkbox->setText(QCoreApplication::translate(
"CreateWalletDialog",
"Encrypt Wallet",
nullptr));
140 groupBox->setTitle(QCoreApplication::translate(
"CreateWalletDialog",
"Advanced Options",
nullptr));
141#if QT_CONFIG(tooltip)
142 disable_privkeys_checkbox->setToolTip(QCoreApplication::translate(
"CreateWalletDialog",
"Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets.",
nullptr));
145#if QT_CONFIG(tooltip)
146 blank_wallet_checkbox->setToolTip(QCoreApplication::translate(
"CreateWalletDialog",
"Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.",
nullptr));
148 blank_wallet_checkbox->setText(QCoreApplication::translate(
"CreateWalletDialog",
"Make Blank Wallet",
nullptr));
149#if QT_CONFIG(tooltip)
150 descriptor_checkbox->setToolTip(QCoreApplication::translate(
"CreateWalletDialog",
"Use descriptors for scriptPubKey management",
nullptr));
152 descriptor_checkbox->setText(QCoreApplication::translate(
"CreateWalletDialog",
"Descriptor Wallet",
nullptr));
153#if QT_CONFIG(tooltip)
154 external_signer_checkbox->setToolTip(QCoreApplication::translate(
"CreateWalletDialog",
"Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first.",
nullptr));
Dialog for creating wallets.
QCheckBox * encrypt_wallet_checkbox
QDialogButtonBox * buttonBox
QCheckBox * blank_wallet_checkbox
QCheckBox * disable_privkeys_checkbox
QLineEdit * wallet_name_line_edit
QCheckBox * descriptor_checkbox
QCheckBox * external_signer_checkbox
QSpacerItem * verticalSpacer_1
void setupUi(QDialog *CreateWalletDialog)
QLabel * wallet_name_label
QVBoxLayout * verticalLayout
void retranslateUi(QDialog *CreateWalletDialog)
QVBoxLayout * verticalLayout_groupbox
QSpacerItem * verticalSpacer_2
QHBoxLayout * horizontalLayout