#include <umlobjectnamewidget.h>
UMLObjectNameWidget::UMLObjectNameWidget |
( |
const QString & |
label, |
|
|
const QString & |
text, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
UMLObjectNameWidget::~UMLObjectNameWidget |
( |
| ) |
|
void UMLObjectNameWidget::addToLayout |
( |
QGridLayout * |
layout, |
|
|
int |
row |
|
) |
| |
Add this widget to a given grid layout. Umbrello dialogs places labels in column 0 and the editable field in column 1.
- Parameters
-
layout | The layout to which the widget should be added |
row | The row in the grid layout where the widget should be placed |
void UMLObjectNameWidget::reset |
( |
| ) |
|
QString UMLObjectNameWidget::text |
( |
| ) |
|
QLineEdit* UMLObjectNameWidget::m_editField |
|
protected |
QLabel* UMLObjectNameWidget::m_label |
|
protected |
QString UMLObjectNameWidget::m_text |
|
protected |
The documentation for this class was generated from the following files: