It's currently neither. Right now it looks like this:
use Qt;
my $app = Qt::Application(\...@argv);
my $hello = Qt::PushButton("Hello world!");
$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.
>>
>