Bank System
CreateCreAccountDialog Class Reference

#include <createcreaccountdialog.h>

Inheritance diagram for CreateCreAccountDialog:
Inheritance graph
Collaboration diagram for CreateCreAccountDialog:
Collaboration graph

Public Member Functions

 CreateCreAccountDialog (QWidget *parent=nullptr)
 
 ~CreateCreAccountDialog ()
 
bool verifyInput ()
 
void showUsername (QString m_username)
 

Public Attributes

QString username
 
QString account_name
 
double rate
 
double annual_fee
 
double credit
 

Private Slots

void on_lineEdit_account_name_textChanged (const QString &arg1)
 
void on_lineEdit_credit_textChanged (const QString &arg1)
 
void on_lineEdit_rate_textChanged (const QString &arg1)
 
void on_lineEdit_annual_fee_textChanged (const QString &arg1)
 

Private Attributes

Ui::CreateCreAccountDialog * ui
 

Constructor & Destructor Documentation

◆ CreateCreAccountDialog()

CreateCreAccountDialog::CreateCreAccountDialog ( QWidget *  parent = nullptr)
explicit

◆ ~CreateCreAccountDialog()

CreateCreAccountDialog::~CreateCreAccountDialog ( )

Member Function Documentation

◆ on_lineEdit_account_name_textChanged

void CreateCreAccountDialog::on_lineEdit_account_name_textChanged ( const QString &  arg1)
privateslot

◆ on_lineEdit_annual_fee_textChanged

void CreateCreAccountDialog::on_lineEdit_annual_fee_textChanged ( const QString &  arg1)
privateslot

◆ on_lineEdit_credit_textChanged

void CreateCreAccountDialog::on_lineEdit_credit_textChanged ( const QString &  arg1)
privateslot

◆ on_lineEdit_rate_textChanged

void CreateCreAccountDialog::on_lineEdit_rate_textChanged ( const QString &  arg1)
privateslot

◆ showUsername()

void CreateCreAccountDialog::showUsername ( QString  m_username)

◆ verifyInput()

bool CreateCreAccountDialog::verifyInput ( )

Member Data Documentation

◆ account_name

QString CreateCreAccountDialog::account_name

◆ annual_fee

double CreateCreAccountDialog::annual_fee

◆ credit

double CreateCreAccountDialog::credit

◆ rate

double CreateCreAccountDialog::rate

◆ ui

Ui::CreateCreAccountDialog* CreateCreAccountDialog::ui
private

◆ username

QString CreateCreAccountDialog::username

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