How to open a picture through FileDialog and place it in Image in QML?
ApplicationWindow { Image { id: image1 } FileDialog { id: fileDialog selectMultiple : false onAccepted: { image1.source = fileDialog.fileUrl } Component.onCompleted: visible = true } }
Source: https://ru.stackoverflow.com/questions/925830/More articles:How to configure htaccess for files in MVC?Python capture console textWordpress Multisite on a working siteHow to completely remove a package from Linux?Filling a two-dimensional array with a spaceRedirection is performed when you press the jQuery Ajax button againSearch object identifier by existing tagThe expression must have a constant value [closed]CSS animation, smooth text color change [closed]Made changes without having made git clone - how now to fill in changes?All Articles