Skip to Content.
Sympa Menu

cgal-discuss - Qt_widget and Player/Stage

Subject: CGAL users discussion list

List archive

Qt_widget and Player/Stage


Chronological Thread 
  • From: BomBielFil <>
  • To:
  • Subject: Qt_widget and Player/Stage
  • Date: Tue, 1 Apr 2008 11:48:50 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=IEipWFy63sO7M3TzyOlWxoDYOV8AbTL41pfjOt97B6mQEW8C/VlghBXrNPg9byFmLNpYfn1YLYhod9m6/kiMSvsVqubig5x1XsI1wG3IXPxZXM8II2sywFp+XE+otkYomm0R7fYtGRSzdtYGeAcPRCZNRhMge5q9IWNPMA3PUbc=

Hi
I'm using  CGAL with Player/stage and my program open a stage window. Is possibile open and view a Qt window at the same time??
I inserted in my code:

QApplication app(argc,argv);
Qt_widget *W=new Qt_widget();
app.setMainWidget(W);
W->resize..
W->set_window...
W->show()
.....

but now I view only the Qt_widget window.
Best regard
-Bombielfil-




Archive powered by MHonArc 2.6.16.

Top of Page