There are only two Qx types that can store text that is editable: QxTextField and QxTextArea. They behave slightly differently; for example:
(1) In a QxTextField i can't make newlines - in a QxTextArea i can.
(2) If put them in a QxDockLayout a QxTextField only gets formatted properly if the page is just loaded - if the size of the page is changed after it is loaded the QxTextField does not have the correct width. The QxTextArea does not have the correct height.

With "correct" i mean the format specified by for example setWidth().

- Peter

Reply via email to