On Tue, May 26, 2009 at 2:08 PM, Chris Burel <[email protected]> wrote:
> It's currently neither.  Right now it looks like this:
> use Qt;
> my $app = Qt::Application(\...@argv);
> my $hello = Qt::PushButton("Hello world!");
I'm guessing you meant to say Qt::PushButton->new(...) :-)
> $hello->show();
> etc.
> Which I realize is a problem.
>
> On Tue, May 26, 2009 at 11:00 AM, Jonathan Yu <[email protected]> wrote:
>> Chris:
>>
>> Is it Qt4::Application or QApplication (as it was in Qt - ie version 1?)
>>
>> On Tue, May 26, 2009 at 1:59 PM, Chris Burel <[email protected]> wrote:
>>>> And really, what's wrong with Qt4::Application->new()?
>>>
>>> I've been modeling the Qt4 bindings off the Qt3 ones that Ashley and
>>> Germain wrote.  And that's how it works in 3, so I kept it.
>>>
>>
>

Reply via email to