QtE56: QFormBuilder: Error: undefined identifier `QFormBuilder`

Marcone marcone at email.com
Fri Apr 29 03:34:28 UTC 2022


On Friday, 29 April 2022 at 03:08:29 UTC, Marcone wrote:
> Now is working very well. But, how can I reference a widget 
> using .ui?
>
> connects("MyButton", "clicked()", botao_acao, "Slot_AN()");
>
> How can I reference "MyButton"????


Work with this code very well.

connects(findChild("MyButton"), "clicked()", new QAction(this, 
&start, aThis), "Slot_AN()");


More information about the Digitalmars-d mailing list