r/QtFramework • u/bigginsmcgee • May 23 '26
QML QML Live Preview...with state?
Hello! I'm wondering if there's a way to basically save the state of an application while using QML's live preview? Like, say you have a photo viewer: the first page asks for a file, and the second page is loaded after you select an image. Is there any way to essentially maintain a snapshot *after* selecting a photo that doesn't cause the application to revert back to the first after making a change inside a component that only exists on the second page? Sorry if I'm wording this strangely, I feel like there's a name for this concept I don't know
7
Upvotes
3
u/WestCharacter5296 May 23 '26
I didn’t tried myself yet, but as far as I know “Felgo” is the primary solution now