Interacting with QML Objects from C++
-
Yes, I meant I was loading
main.qml
twice inmain.cpp
andOperationCreatePoint.cpp
. Currently, I have not any problem, Thanks :)I just have another question about QML
FileDialog
component, but I guess... should I create new thread?I am using the
FileDialog
to load and save files. When I am saving file I want to pass to myFileDialog
the default file name, but unfortunatelyFileDialog
have not such property, onlyfileUrl
property which is ReadOnly. I don't want to implement my own file dialog component...@Khachatur AFAIK it is still not implemented. Taking this into consideration some one has already implemented their own. See here.
-
@Khachatur AFAIK it is still not implemented. Taking this into consideration some one has already implemented their own. See here.