Bitcoin Core  0.21.0rc5
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
Ui_CreateWalletDialog Class Reference

#include <ui_createwalletdialog.h>

Inheritance diagram for Ui_CreateWalletDialog:
[legend]

Public Member Functions

void setupUi (QDialog *CreateWalletDialog)
 
void retranslateUi (QDialog *CreateWalletDialog)
 

Public Attributes

QDialogButtonBox * buttonBox
 
QLineEdit * wallet_name_line_edit
 
QLabel * label
 
QCheckBox * encrypt_wallet_checkbox
 
QLabel * advanced_options_label
 
QCheckBox * disable_privkeys_checkbox
 
QCheckBox * blank_wallet_checkbox
 
QCheckBox * descriptor_checkbox
 

Detailed Description

Definition at line 22 of file ui_createwalletdialog.h.

Member Function Documentation

◆ retranslateUi()

void Ui_CreateWalletDialog::retranslateUi ( QDialog *  CreateWalletDialog)
inline

Definition at line 80 of file ui_createwalletdialog.h.

Here is the caller graph for this function:

◆ setupUi()

void Ui_CreateWalletDialog::setupUi ( QDialog *  CreateWalletDialog)
inline

Definition at line 34 of file ui_createwalletdialog.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ advanced_options_label

QLabel* Ui_CreateWalletDialog::advanced_options_label

Definition at line 29 of file ui_createwalletdialog.h.

◆ blank_wallet_checkbox

QCheckBox* Ui_CreateWalletDialog::blank_wallet_checkbox

Definition at line 31 of file ui_createwalletdialog.h.

◆ buttonBox

QDialogButtonBox* Ui_CreateWalletDialog::buttonBox

Definition at line 25 of file ui_createwalletdialog.h.

◆ descriptor_checkbox

QCheckBox* Ui_CreateWalletDialog::descriptor_checkbox

Definition at line 32 of file ui_createwalletdialog.h.

◆ disable_privkeys_checkbox

QCheckBox* Ui_CreateWalletDialog::disable_privkeys_checkbox

Definition at line 30 of file ui_createwalletdialog.h.

◆ encrypt_wallet_checkbox

QCheckBox* Ui_CreateWalletDialog::encrypt_wallet_checkbox

Definition at line 28 of file ui_createwalletdialog.h.

◆ label

QLabel* Ui_CreateWalletDialog::label

Definition at line 27 of file ui_createwalletdialog.h.

◆ wallet_name_line_edit

QLineEdit* Ui_CreateWalletDialog::wallet_name_line_edit

Definition at line 26 of file ui_createwalletdialog.h.


The documentation for this class was generated from the following file: