forked from pxscene/pxCore2
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
The client has asked that we make some updates to the pxBrowser example we created here. We really need to keep Qt separate from the rest of the app. There can't be any dependency "leakage" from our pxBrowserView into the rest of pxCore.
https://github.com/topcoderinc/pxCore/tree/qt_browser
- Rename
pxCore/examples/pxScene2d/src/qtview/
topxCore/examples/pxScene2d/src/browser/qt/
- Move all newly created files related to Qt and the browser into
pxCore/examples/pxScene2d/src/browser/qt/
(including those inside ofpxCore/src/qtview
) - Remove all Qt references (including
QApplication
) frompxWindowNative
and any other file outside ofpxCore/examples/pxScene2d/src/browser/qt/
- Create a static
QApplication
object inside ofpxBrowserView
to be used by allpxBrowserView
objects - Call
sendPostedEvents()
on theQApplication
inside ofpxBrowserView::onUpdate()
- The
pxCore/examples/pxScene2d/src/CMakeLists.txt
can have references to linking against Qt libs and including Qt header search paths - Add any needed Qt externals to
pxCore/examples/pxScene2d/external/
Metadata
Metadata
Assignees
Labels
No labels