QElectroTech  0.8-dev
Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
ConfigSaveLoaderWidget Class Reference

The ConfigSaveLoaderWidget class This group box provide 4 widget: A combo box with the available config. A push button to load the selected config of combo box A line edit to edit the text of the config to save A push button to save the config. More...

#include <configsaveloaderwidget.h>

Inherits QGroupBox.

Collaboration diagram for ConfigSaveLoaderWidget:
Collaboration graph

Signals

void loadClicked ()
 
void saveClicked ()
 

Public Member Functions

 ConfigSaveLoaderWidget (QWidget *parent=nullptr)
 
 ~ConfigSaveLoaderWidget ()
 
QString selectedText () const
 
QString text () const
 
void addItem (QString text)
 

Private Slots

void on_m_load_pb_clicked ()
 
void on_m_save_pb_clicked ()
 

Private Attributes

Ui::ConfigSaveLoaderWidget * ui
 

Detailed Description

The ConfigSaveLoaderWidget class This group box provide 4 widget: A combo box with the available config. A push button to load the selected config of combo box A line edit to edit the text of the config to save A push button to save the config.

Constructor & Destructor Documentation

◆ ConfigSaveLoaderWidget()

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

◆ ~ConfigSaveLoaderWidget()

ConfigSaveLoaderWidget::~ConfigSaveLoaderWidget ( )

Member Function Documentation

◆ addItem()

void ConfigSaveLoaderWidget::addItem ( QString  text)
Here is the call graph for this function:

◆ loadClicked

void ConfigSaveLoaderWidget::loadClicked ( )
signal
Here is the caller graph for this function:

◆ on_m_load_pb_clicked

void ConfigSaveLoaderWidget::on_m_load_pb_clicked ( )
privateslot

◆ on_m_save_pb_clicked

void ConfigSaveLoaderWidget::on_m_save_pb_clicked ( )
privateslot

◆ saveClicked

void ConfigSaveLoaderWidget::saveClicked ( )
signal
Here is the caller graph for this function:

◆ selectedText()

QString ConfigSaveLoaderWidget::selectedText ( ) const

◆ text()

QString ConfigSaveLoaderWidget::text ( ) const
Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::ConfigSaveLoaderWidget* ConfigSaveLoaderWidget::ui
private

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