Recover the output does not change the problem. I always had this error :

>  no selector "Add_Tab" for type "Q_Tab_Widget'Class" defined at
> qt4-tab_widgets.ads:51


The fonction add_tabb is defined in the same file at line 59

> type Q_Tab_Widget is limited interface
>
and Qt4.Widgets.Q_Widget;
>

> type Q_Tab_Widget_Access is
>
access all Q_Tab_Widget'Class;
>

> type Q_Tab_Widget_Pointer is tagged;
>

> function Add_Tab
>
(Self : not null access Q_Tab_Widget'Class;
>
Widget : not null access Qt4.Widgets.Q_Widget'Class;
>
Label : Qt4.Strings.Q_String)
>
  return Qt4.Q_Integer;
>

-- 
derrien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.qtada.com/pipermail/qtada-users_lists.qtada.com/attachments/20100103/36564d54/attachment.html>
_______________________________________________
qtada-users mailing list
[email protected]
http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to