QElectroTech 0.100.0-dev
|
The ElementPropertiesEditorWidget class This class provide a dialog for edit various property of element, like the type (master, slave, report etc....) and kind info. More...
#include <elementpropertieseditorwidget.h>
Inherits QDialog.
Public Member Functions | |
ElementPropertiesEditorWidget (ElementData data, QWidget *parent=nullptr) | |
ElementPropertiesEditorWidget::ElementPropertiesEditorWidget. | |
~ElementPropertiesEditorWidget () override | |
ElementPropertiesEditorWidget::~ElementPropertiesEditorWidget Default destructor. | |
ElementData | editedData () |
Private Slots | |
void | on_m_buttonBox_accepted () |
ElementPropertiesEditorWidget::on_m_buttonBox_accepted Action on button accepted : the new information is set. | |
void | on_m_base_type_cb_currentIndexChanged (int index) |
ElementPropertiesEditorWidget::on_m_base_type_cb_currentIndexChanged. | |
Private Member Functions | |
void | upDateInterface () |
ElementPropertiesEditorWidget::upDateInterface Update the interface with the current value. | |
void | setUpInterface () |
ElementPropertiesEditorWidget::setUpInterface. | |
void | updateTree () |
void | populateTree () |
ElementPropertiesEditorWidget::populateTree Create QTreeWidgetItem of the tree widget and populate it. | |
Private Attributes | |
Ui::ElementPropertiesEditorWidget * | ui |
ElementData | m_data |
The ElementPropertiesEditorWidget class This class provide a dialog for edit various property of element, like the type (master, slave, report etc....) and kind info.
|
explicit |
ElementPropertiesEditorWidget::ElementPropertiesEditorWidget.
data | |
parent |
|
override |
ElementPropertiesEditorWidget::~ElementPropertiesEditorWidget Default destructor.
|
inline |
|
privateslot |
ElementPropertiesEditorWidget::on_m_base_type_cb_currentIndexChanged.
index | : Action when combo-box base type index change |
|
privateslot |
ElementPropertiesEditorWidget::on_m_buttonBox_accepted Action on button accepted : the new information is set.
|
private |
ElementPropertiesEditorWidget::populateTree Create QTreeWidgetItem of the tree widget and populate it.
|
private |
ElementPropertiesEditorWidget::setUpInterface.
|
private |
ElementPropertiesEditorWidget::upDateInterface Update the interface with the current value.
|
private |
|
private |
|
private |