qtscript

QtScript throwing segfault when trying to use QUiLoader

I used QtScript Generator to generate the QT bindings. Then I imported all the bindings into C++ and tried to make a quick sample program. What I am trying to do, is use QTDesigner to create a .ui file, and then use QtScript and QUiLoader to load the ui file in the script. I continuously get segfaults on the load portion. Here is a sim...