Hi there, I have just tried the sky box entity with Qt-5.9-beta, and found a small problem: If you don't specify a basename or if the basename is malformed, the GUI will freeze. As the documentation doesn't specify that the basename should be in a QUrl compatible format, I stupidly set the basename to '/somewhere/basename', it's only after looking at the source that i realised that. Using 'file:///somewhere/basename' fixed the problem. Shouldn't the documentation be updated to reflect that? Maybe simply replacing 'basename' with 'baseUrl' would give the right clue to the user, along with plainly saying that basename + suffix + extension should form a string that can be used with QUrl.
Thanks, Chris _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest