On Wednesday 19 November 2003 16:34, Rafael Beccar wrote:
> Hi,
> I am trying to build my first applications under Qt, but I run into
> the problem I will try to explain below.
PROBLEM SOLVED:
Ouch, I realized I was using designer-qt3 instead of pqt-designer. That
was the problem.
Thanks anyway.
Rafael,
Buenos Aires, Argentina.
>
> I built a perl project with the following steps:
>
> 1. File -> New -> Perl Project
> 2. File -> New -> Dialog
> 3. I inserted a couple of slots and made some connection betwen them.
> 4. I saved the project.
>
> The problem is that the new .ui file does not have a connections
> sections. So although I am able to run the application, it doesn't
> perform any action.
>
> However, when I build the dialog outside a Perl Project, the
> connections section is present at the .ui file and everything works
> flawlessly.
>
> The Perl-Qt version I have installed is: 3.008-1mdk (I use Mandrake
> 9.1)
>
> When I have performed a diff between the .ui generated outside the
> perl project and the .ui generated inside the perl project, I got the
> following lines:
>
> ...
> < <connections>
> < <connection>
> < <sender>slider1</sender>
> < <signal>valueChanged(int)</signal>
> < <receiver>lCDNumber1</receiver>
> < <slot>display(int)</slot>
> < </connection>
> < </connections>
> ...
>
> Is there any way to generate a .ui file (inside a Perl project) with
> the connections section present ?
>
> Thanks in advance,
> Greetings from Buenos Aires,
> Rafael
> _______________________________________________
> Kde-perl mailing list
> Kde-perl@xxxxxxx
> https://mail.kde.org/mailman/listinfo/kde-perl
|