32 v = mLineEdit->text();
41 return new QLineEdit( parent );
46 mLineEdit = qobject_cast<QLineEdit*>( editor );
47 mLabel = qobject_cast<QLabel*>( editor );
49 mLineEdit->setEnabled(
false );
57 mLineEdit->setText( QUuid::createUuid().toString() );
59 mLabel->setText( QUuid::createUuid().toString() );
66 mLineEdit->setText( value.toString() );
68 mLabel->setText( value.toString() );