Date: 24 Aug 2002 13:42:08 -0700 From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Need help from a QT guru Message-ID: <1030221728.5620.95.camel@PC016247.reshall.uidaho.edu>
next in thread | raw e-mail | index | archive | help
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? -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | Yahoo: john_m_cooper || | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ 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?1030221728.5620.95.camel>