Quote Originally Posted by ChrisW67 View Post
I am not sure what you are asking. You can drag and drop a QDeclarativeView from the "Display Widgets" group into your Designer UI and set its source at your leisure.
That is exactly what I want to do , but I don't see a QDeclarativeView in "Display Widgets". I only see a "Graphics View" and "QWebView", unless you are meaning it can be done with a Graphics View.

@Urthas

Thanks. I'll be honest, I don't really know what to do with the code you wrote, meaning I don't know where the class should go in order for me to access it on the main.cpp or how to display the item. I suppose I'll have to store some coordinates in a variable and with some existing function make it display on the spot I want in the UI. Though, I don't know how to do that. I'm limited on time right now because of the studies, but as soon as I finish the current batch of material, I'll take a more calm look at it because I really want to do this.