From owner-freebsd-ports Sat Aug 24 13:42:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A6D37B400 for ; Sat, 24 Aug 2002 13:42:10 -0700 (PDT) Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by mx1.FreeBSD.org (Postfix) with SMTP id 43F5443E3B for ; Sat, 24 Aug 2002 13:42:10 -0700 (PDT) (envelope-from john_m_cooper@yahoo.com) Received: from pc016247.reshall.uidaho.edu (john?m?cooper@129.101.136.30 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 24 Aug 2002 20:42:09 -0000 Subject: Need help from a QT guru From: John Merryweather Cooper Reply-To: john_m_cooper@yahoo.com To: FreeBSD Ports Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 24 Aug 2002 13:42:08 -0700 Message-Id: <1030221728.5620.95.camel@PC016247.reshall.uidaho.edu> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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