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(QApplication::translate(
"CreateWalletDialog",
"Create Wallet",
nullptr));
134 wallet_name_label->setText(QApplication::translate(
"CreateWalletDialog",
"Wallet Name",
nullptr));
135 wallet_name_line_edit->setPlaceholderText(QApplication::translate(
"CreateWalletDialog",
"Wallet",
nullptr));
136 #ifndef QT_NO_TOOLTIP 137 encrypt_wallet_checkbox->setToolTip(QApplication::translate(
"CreateWalletDialog",
"Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.",
nullptr));
138 #endif // QT_NO_TOOLTIP 140 groupBox->setTitle(QApplication::translate(
"CreateWalletDialog",
"Advanced Options",
nullptr));
141 #ifndef QT_NO_TOOLTIP 142 disable_privkeys_checkbox->setToolTip(QApplication::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));
143 #endif // QT_NO_TOOLTIP 145 #ifndef QT_NO_TOOLTIP 146 blank_wallet_checkbox->setToolTip(QApplication::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));
147 #endif // QT_NO_TOOLTIP 148 blank_wallet_checkbox->setText(QApplication::translate(
"CreateWalletDialog",
"Make Blank Wallet",
nullptr));
149 #ifndef QT_NO_TOOLTIP 150 descriptor_checkbox->setToolTip(QApplication::translate(
"CreateWalletDialog",
"Use descriptors for scriptPubKey management",
nullptr));
151 #endif // QT_NO_TOOLTIP 152 descriptor_checkbox->setText(QApplication::translate(
"CreateWalletDialog",
"Descriptor Wallet",
nullptr));
153 #ifndef QT_NO_TOOLTIP 154 external_signer_checkbox->setToolTip(QApplication::translate(
"CreateWalletDialog",
"Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first.",
nullptr));
155 #endif // QT_NO_TOOLTIP 167 #endif // UI_CREATEWALLETDIALOG_H
QVBoxLayout * verticalLayout_groupbox
QVBoxLayout * verticalLayout
QSpacerItem * verticalSpacer_2
QCheckBox * blank_wallet_checkbox
QHBoxLayout * horizontalLayout
QLineEdit * wallet_name_line_edit
QCheckBox * descriptor_checkbox
QLabel * wallet_name_label
QSpacerItem * verticalSpacer_1
void retranslateUi(QDialog *CreateWalletDialog)
QCheckBox * encrypt_wallet_checkbox
QCheckBox * disable_privkeys_checkbox
Dialog for creating wallets.
QDialogButtonBox * buttonBox
void setupUi(QDialog *CreateWalletDialog)
QCheckBox * external_signer_checkbox