[Gambas-user] Question about TextEdit

Gianluigi bagonergi at gmail.com
Sat Jul 3 13:46:27 CEST 2021


Il giorno sab 3 lug 2021 alle ore 13:25 Fabien Bodard <gambas.fr at gmail.com>
ha scritto:

> No, it's about the missing of the widget TextEdit in the new gb.qt5.ext.
>
> It will be cool to be able to write a new widget in gambas for small
> rich text editing.
>
> It can't handle big textes but for some ko ones it will be enought.
>
> The difficulties for me will be on wrapping and height management ...
> but nothing unreachable for Benoit ;-).
>
> >
> > ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
>
>
>
> --
> Fabien Bodard
>
>
Hi Fabien,

it is nice to hear you again :-)

here with QT5 and Master it works:

Public Sub Form_Open()

  TextEdit1.RichText = "<b>Pippo</b> stà ballando"
  TextArea1.Text = TextEdit1.Text

End

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210703/75716bfe/attachment.htm>


More information about the User mailing list