Guitar
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
WelcomeWizardDialog Class Reference

#include <WelcomeWizardDialog.h>

Inheritance diagram for WelcomeWizardDialog:
Inheritance graph
[legend]
Collaboration diagram for WelcomeWizardDialog:
Collaboration graph
[legend]

Public Member Functions

 WelcomeWizardDialog (MainWindow *parent=nullptr)
 
 ~WelcomeWizardDialog () override
 
void set_user_name (QString const &v)
 
void set_user_email (QString const &v)
 
void set_default_working_folder (QString const &v)
 
void set_git_command_path (QString const &v)
 
QString user_name () const
 
QString user_email () const
 
QString default_working_folder () const
 
QString git_command_path () const
 

Private Slots

void avatarReady ()
 
void on_stackedWidget_currentChanged (int arg1)
 
void on_pushButton_browse_default_workiing_folder_clicked ()
 
void on_pushButton_browse_git_clicked ()
 
void on_pushButton_get_icon_clicked ()
 
void on_pushButton_prev_clicked ()
 
void on_pushButton_next_clicked ()
 
void on_lineEdit_git_textChanged (const QString &arg1)
 

Private Member Functions

void setAvatar (const QImage &icon)
 

Private Attributes

Ui::WelcomeWizardDialog * ui
 
MainWindowmainwindow_
 
QList< QWidget * > pages_
 

Constructor & Destructor Documentation

◆ WelcomeWizardDialog()

WelcomeWizardDialog::WelcomeWizardDialog ( MainWindow parent = nullptr)
explicit
Here is the call graph for this function:

◆ ~WelcomeWizardDialog()

WelcomeWizardDialog::~WelcomeWizardDialog ( )
override
Here is the call graph for this function:

Member Function Documentation

◆ avatarReady

void WelcomeWizardDialog::avatarReady ( )
privateslot
Here is the call graph for this function:

◆ default_working_folder()

QString WelcomeWizardDialog::default_working_folder ( ) const

◆ git_command_path()

QString WelcomeWizardDialog::git_command_path ( ) const

◆ on_lineEdit_git_textChanged

void WelcomeWizardDialog::on_lineEdit_git_textChanged ( const QString &  arg1)
privateslot
Here is the call graph for this function:

◆ on_pushButton_browse_default_workiing_folder_clicked

void WelcomeWizardDialog::on_pushButton_browse_default_workiing_folder_clicked ( )
privateslot
Here is the call graph for this function:

◆ on_pushButton_browse_git_clicked

void WelcomeWizardDialog::on_pushButton_browse_git_clicked ( )
privateslot
Here is the call graph for this function:

◆ on_pushButton_get_icon_clicked

void WelcomeWizardDialog::on_pushButton_get_icon_clicked ( )
privateslot
Here is the call graph for this function:

◆ on_pushButton_next_clicked

void WelcomeWizardDialog::on_pushButton_next_clicked ( )
privateslot

◆ on_pushButton_prev_clicked

void WelcomeWizardDialog::on_pushButton_prev_clicked ( )
privateslot

◆ on_stackedWidget_currentChanged

void WelcomeWizardDialog::on_stackedWidget_currentChanged ( int  arg1)
privateslot
Here is the call graph for this function:

◆ set_default_working_folder()

void WelcomeWizardDialog::set_default_working_folder ( QString const &  v)

◆ set_git_command_path()

void WelcomeWizardDialog::set_git_command_path ( QString const &  v)

◆ set_user_email()

void WelcomeWizardDialog::set_user_email ( QString const &  v)

◆ set_user_name()

void WelcomeWizardDialog::set_user_name ( QString const &  v)

◆ setAvatar()

void WelcomeWizardDialog::setAvatar ( const QImage &  icon)
private

◆ user_email()

QString WelcomeWizardDialog::user_email ( ) const

◆ user_name()

QString WelcomeWizardDialog::user_name ( ) const

Member Data Documentation

◆ mainwindow_

MainWindow* WelcomeWizardDialog::mainwindow_
private

◆ pages_

QList<QWidget *> WelcomeWizardDialog::pages_
private

◆ ui

Ui::WelcomeWizardDialog* WelcomeWizardDialog::ui
private

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