Re: [Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText

2019-10-28 Thread Fabio Luis Girardi via lazarus
That means that you have to update/compile the libqt5pas.so from sources...

Em sáb, 26 de out de 2019 às 07:39, zeljko via lazarus <
lazarus@lists.lazarus-ide.org> escreveu:

> On 10/26/19 10:22 AM, AlexeyT via lazarus wrote:
> > This looks like missed export in qt5.pas
> >
> >
> https://raw.githubusercontent.com/graemeg/lazarus/upstream/lcl/interfaces/qt5/cbindings/qt5.pas
> >
> > file has the
> >
> > procedure QLineEdit_setPlaceholderText(handle: QLineEditH; AnonParam1:
> PWideString); cdecl; external Qt5PasLib name 'QLineEdit_setPlaceholderText';
> >
> > but don't have QTextEdit_setPlaceholderText.
>
> No, that means that distro packager did not update libQt5Pas from
> lazarus trunk.
> Latest version is 1.2.7, not 1.2.6.
>
> zeljko
>
> >
> >
> > On 26.10.2019 10:01, AlexeyT via lazarus wrote:
> >> ./cudatext: undefined symbol: QTextEdit_setPlaceholderText
> >
> > --
> > Regards,
> > Alexey
> >
> >
>
> --
> ___
> lazarus mailing list
> lazarus@lists.lazarus-ide.org
> https://lists.lazarus-ide.org/listinfo/lazarus
>


-- 
The best regards,

Fabio Luis Girardi
PascalSCADA Project
http://sourceforge.net/projects/pascalscada
http://www.pascalscada.com
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText

2019-10-26 Thread zeljko via lazarus

On 10/26/19 10:22 AM, AlexeyT via lazarus wrote:

This looks like missed export in qt5.pas

https://raw.githubusercontent.com/graemeg/lazarus/upstream/lcl/interfaces/qt5/cbindings/qt5.pas

file has the

procedure QLineEdit_setPlaceholderText(handle: QLineEditH; AnonParam1: 
PWideString); cdecl; external Qt5PasLib name 'QLineEdit_setPlaceholderText';

but don't have QTextEdit_setPlaceholderText.


No, that means that distro packager did not update libQt5Pas from 
lazarus trunk.

Latest version is 1.2.7, not 1.2.6.

zeljko




On 26.10.2019 10:01, AlexeyT via lazarus wrote:
./cudatext: undefined symbol: QTextEdit_setPlaceholderText 


--
Regards,
Alexey




--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText

2019-10-26 Thread AlexeyT via lazarus

This looks like missed export in qt5.pas

https://raw.githubusercontent.com/graemeg/lazarus/upstream/lcl/interfaces/qt5/cbindings/qt5.pas

file has the

procedure QLineEdit_setPlaceholderText(handle: QLineEditH; AnonParam1: 
PWideString); cdecl; external Qt5PasLib name 'QLineEdit_setPlaceholderText';

but don't have QTextEdit_setPlaceholderText.


On 26.10.2019 10:01, AlexeyT via lazarus wrote:
./cudatext: undefined symbol: QTextEdit_setPlaceholderText 


--
Regards,
Alexey

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus