Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2002 02:53:04 +0200
From:      Frerich Raabe <raabe@kde.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: Need help from a QT guru
Message-ID:  <200208250253.04427.raabe@kde.org>
In-Reply-To: <1030221728.5620.95.camel@PC016247.reshall.uidaho.edu>
References:  <1030221728.5620.95.camel@PC016247.reshall.uidaho.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 24 August 2002 22:42, John Merryweather Cooper wrote:
> I'm busy porting xsidplay from QT2 to QT3.  For the most part, the port
> is happy with this, except for a compile error in
> src/PlaylistEditDialogData.cpp:
>
> subtuneSpinBox->setFrameShape( QSpinBox::WinPanel );
> subtuneSpinBox->setFrameShadow( QSpinBox::Sunken );
>
> The compiler complains that WinPanel and Sunken are not members of
> QSpinBox.  A review of qspinbox.h confirms that this is true for QT3.
> So, given that QT3 no longer has the members, how do I achieve
> equivalent functionality with QT3?

Use QFrame::WinPanel and QFrame::Sunken instead.

=2D - Frerich

=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9aCpwKrbzRexv2VkRAl4AAJ49CH5Ag8hVlRyvXQ+xdp+nJOZ1sACfVqkQ
0XWAxRxfL+BAA4B9da7qxwE=3D
=3DM77h
=2D----END PGP SIGNATURE-----


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208250253.04427.raabe>