Line data Source code
1 : /******************************************************************************** 2 : ** Form generated from reading UI file 'createwalletdialog.ui' 3 : ** 4 : ** Created by: Qt User Interface Compiler version 5.15.0 5 : ** 6 : ** WARNING! All changes made in this file will be lost when recompiling UI file! 7 : ********************************************************************************/ 8 : 9 : #ifndef UI_CREATEWALLETDIALOG_H 10 : #define UI_CREATEWALLETDIALOG_H 11 : 12 : #include <QtCore/QVariant> 13 : #include <QtWidgets/QApplication> 14 : #include <QtWidgets/QCheckBox> 15 : #include <QtWidgets/QDialog> 16 : #include <QtWidgets/QDialogButtonBox> 17 : #include <QtWidgets/QLabel> 18 : #include <QtWidgets/QLineEdit> 19 : 20 : QT_BEGIN_NAMESPACE 21 : 22 : class Ui_CreateWalletDialog 23 : { 24 : public: 25 : QDialogButtonBox *buttonBox; 26 : QLineEdit *wallet_name_line_edit; 27 : QLabel *label; 28 : QCheckBox *encrypt_wallet_checkbox; 29 : QCheckBox *disable_privkeys_checkbox; 30 : QCheckBox *blank_wallet_checkbox; 31 : QCheckBox *descriptor_checkbox; 32 : 33 0 : void setupUi(QDialog *CreateWalletDialog) 34 : { 35 0 : if (CreateWalletDialog->objectName().isEmpty()) 36 0 : CreateWalletDialog->setObjectName(QString::fromUtf8("CreateWalletDialog")); 37 0 : CreateWalletDialog->resize(364, 213); 38 0 : buttonBox = new QDialogButtonBox(CreateWalletDialog); 39 0 : buttonBox->setObjectName(QString::fromUtf8("buttonBox")); 40 0 : buttonBox->setGeometry(QRect(10, 170, 341, 32)); 41 0 : buttonBox->setOrientation(Qt::Horizontal); 42 0 : buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); 43 0 : wallet_name_line_edit = new QLineEdit(CreateWalletDialog); 44 0 : wallet_name_line_edit->setObjectName(QString::fromUtf8("wallet_name_line_edit")); 45 0 : wallet_name_line_edit->setGeometry(QRect(120, 20, 231, 24)); 46 0 : label = new QLabel(CreateWalletDialog); 47 0 : label->setObjectName(QString::fromUtf8("label")); 48 0 : label->setGeometry(QRect(20, 20, 101, 21)); 49 0 : encrypt_wallet_checkbox = new QCheckBox(CreateWalletDialog); 50 0 : encrypt_wallet_checkbox->setObjectName(QString::fromUtf8("encrypt_wallet_checkbox")); 51 0 : encrypt_wallet_checkbox->setGeometry(QRect(20, 50, 171, 22)); 52 0 : encrypt_wallet_checkbox->setChecked(true); 53 0 : disable_privkeys_checkbox = new QCheckBox(CreateWalletDialog); 54 0 : disable_privkeys_checkbox->setObjectName(QString::fromUtf8("disable_privkeys_checkbox")); 55 0 : disable_privkeys_checkbox->setEnabled(false); 56 0 : disable_privkeys_checkbox->setGeometry(QRect(20, 80, 171, 22)); 57 0 : blank_wallet_checkbox = new QCheckBox(CreateWalletDialog); 58 0 : blank_wallet_checkbox->setObjectName(QString::fromUtf8("blank_wallet_checkbox")); 59 0 : blank_wallet_checkbox->setGeometry(QRect(20, 110, 171, 22)); 60 0 : descriptor_checkbox = new QCheckBox(CreateWalletDialog); 61 0 : descriptor_checkbox->setObjectName(QString::fromUtf8("descriptor_checkbox")); 62 0 : descriptor_checkbox->setGeometry(QRect(20, 140, 171, 22)); 63 0 : QWidget::setTabOrder(wallet_name_line_edit, encrypt_wallet_checkbox); 64 0 : QWidget::setTabOrder(encrypt_wallet_checkbox, disable_privkeys_checkbox); 65 0 : QWidget::setTabOrder(disable_privkeys_checkbox, blank_wallet_checkbox); 66 : 67 0 : retranslateUi(CreateWalletDialog); 68 0 : QObject::connect(buttonBox, SIGNAL(accepted()), CreateWalletDialog, SLOT(accept())); 69 0 : QObject::connect(buttonBox, SIGNAL(rejected()), CreateWalletDialog, SLOT(reject())); 70 : 71 0 : QMetaObject::connectSlotsByName(CreateWalletDialog); 72 0 : } // setupUi 73 : 74 0 : void retranslateUi(QDialog *CreateWalletDialog) 75 : { 76 0 : CreateWalletDialog->setWindowTitle(QCoreApplication::translate("CreateWalletDialog", "Create Wallet", nullptr)); 77 0 : label->setText(QCoreApplication::translate("CreateWalletDialog", "Wallet Name", nullptr)); 78 : #if QT_CONFIG(tooltip) 79 0 : encrypt_wallet_checkbox->setToolTip(QCoreApplication::translate("CreateWalletDialog", "Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.", nullptr)); 80 : #endif // QT_CONFIG(tooltip) 81 0 : encrypt_wallet_checkbox->setText(QCoreApplication::translate("CreateWalletDialog", "Encrypt Wallet", nullptr)); 82 : #if QT_CONFIG(tooltip) 83 0 : 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)); 84 : #endif // QT_CONFIG(tooltip) 85 0 : disable_privkeys_checkbox->setText(QCoreApplication::translate("CreateWalletDialog", "Disable Private Keys", nullptr)); 86 : #if QT_CONFIG(tooltip) 87 0 : 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)); 88 : #endif // QT_CONFIG(tooltip) 89 0 : blank_wallet_checkbox->setText(QCoreApplication::translate("CreateWalletDialog", "Make Blank Wallet", nullptr)); 90 : #if QT_CONFIG(tooltip) 91 0 : descriptor_checkbox->setToolTip(QCoreApplication::translate("CreateWalletDialog", "Use descriptors for scriptPubKey management", nullptr)); 92 : #endif // QT_CONFIG(tooltip) 93 0 : descriptor_checkbox->setText(QCoreApplication::translate("CreateWalletDialog", "Descriptor Wallet", nullptr)); 94 0 : } // retranslateUi 95 : 96 : }; 97 : 98 : namespace Ui { 99 : class CreateWalletDialog: public Ui_CreateWalletDialog {}; 100 : } // namespace Ui 101 : 102 : QT_END_NAMESPACE 103 : 104 : #endif // UI_CREATEWALLETDIALOG_H