QElectroTech
0.8-dev
|
The BorderPropertiesWidget class this widget edit the properties of a border. More...
#include <borderpropertieswidget.h>
Inherits QWidget.
Public Member Functions | |
BorderPropertiesWidget (const BorderProperties &bp, QWidget *parent=nullptr) | |
BorderPropertiesWidget::BorderPropertiesWidget default constructor. More... | |
~BorderPropertiesWidget () override | |
BorderPropertiesWidget::~BorderPropertiesWidget default destructor. More... | |
void | setProperties (const BorderProperties &bp) |
BorderPropertiesWidget::setProperties Set the current properties to edit. More... | |
const BorderProperties & | properties () |
BorderPropertiesWidget::properties. More... | |
void | setReadOnly (const bool &ro) |
BorderPropertiesWidget::setReadOnly Enable or disable this widget. More... | |
Private Attributes | |
Ui::BorderPropertiesWidget * | ui |
BorderProperties | m_properties |
The BorderPropertiesWidget class this widget edit the properties of a border.
|
explicit |
BorderPropertiesWidget::BorderPropertiesWidget default constructor.
bp | properties |
parent | paretn widget |
|
override |
BorderPropertiesWidget::~BorderPropertiesWidget default destructor.
const BorderProperties & BorderPropertiesWidget::properties | ( | ) |
BorderPropertiesWidget::properties.
void BorderPropertiesWidget::setProperties | ( | const BorderProperties & | bp | ) |
BorderPropertiesWidget::setProperties Set the current properties to edit.
bp | properties to edit |
void BorderPropertiesWidget::setReadOnly | ( | const bool & | ro | ) |
BorderPropertiesWidget::setReadOnly Enable or disable this widget.
ro | true-disable / false-enable |
|
private |
|
private |