Added wrap mode attribute to text box.
This commit is contained in:
@@ -251,6 +251,13 @@ namespace glabels
|
||||
virtual void setTextVAlign( Qt::Alignment value );
|
||||
|
||||
|
||||
//
|
||||
// Virtual Text Property: textWrapMode
|
||||
//
|
||||
virtual QTextOption::WrapMode textWrapMode() const;
|
||||
virtual void setTextWrapMode( QTextOption::WrapMode value );
|
||||
|
||||
|
||||
//
|
||||
// Virtual Text Property: textLineSpacing
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user