Bank System
CreateSavAccountDialog Class Reference

#include <createsavaccountdialog.h>

Inheritance diagram for CreateSavAccountDialog:
Inheritance graph
Collaboration diagram for CreateSavAccountDialog:
Collaboration graph

Public Member Functions

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

Public Attributes

QString username
 
QString account_name
 
double rate
 

Private Slots

void on_lineEdit_account_name_textChanged (const QString &arg1)
 
void on_lineEdit_rate_windowIconTextChanged (const QString &iconText)
 
void on_lineEdit_rate_textChanged (const QString &arg1)
 

Private Attributes

Ui::CreateSavAccountDialog * ui
 

Constructor & Destructor Documentation

◆ CreateSavAccountDialog()

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

◆ ~CreateSavAccountDialog()

CreateSavAccountDialog::~CreateSavAccountDialog ( )

Member Function Documentation

◆ on_lineEdit_account_name_textChanged

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

◆ on_lineEdit_rate_textChanged

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

◆ on_lineEdit_rate_windowIconTextChanged

void CreateSavAccountDialog::on_lineEdit_rate_windowIconTextChanged ( const QString &  iconText)
privateslot

◆ showUsername()

void CreateSavAccountDialog::showUsername ( QString  m_username)

◆ verifyInput()

bool CreateSavAccountDialog::verifyInput ( )

Member Data Documentation

◆ account_name

QString CreateSavAccountDialog::account_name

◆ rate

double CreateSavAccountDialog::rate

◆ ui

Ui::CreateSavAccountDialog* CreateSavAccountDialog::ui
private

◆ username

QString CreateSavAccountDialog::username

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