@eng_amreisa do you want it exactly like that, or is there something specific in you current solution that needs improvement?
Читать полностью…Welcome to the group, @AliKhanhp! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Welcome to the group, @brookiestein! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Hello Community!
https://www.reddit.com/r/QtFramework/comments/1ez0rpu/whats_the_best_learning_path_for_developing/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
Please help me on this
I switch to use the 'QStandardPaths::writableLocation(QStandardPaths::DownloadLocation);' then can use QFile to create and save file to the local path. I think the real issue is the permission.
Читать полностью…do you know any source about creating modules in QML. I create and import objects in QML files, however modular programming is much better and easy to upgrade
Читать полностью…Dear Qt community,
Does anyone know any discord/telegram group for Visual ToolKit (VTK)?
I need some help please with https://godbolt.org/z/sr884jf11 I try to view treeview in good way, How I can fix this ?
Читать полностью…when execute "QFileDialog::saveFileContent(data, fileName);" it can create the fileName under this directory, but can not write the data to the new created file.
Читать полностью…hello, I use the QFileDialog to open and selected a directory, then I want create and store a file under this directory,
but in android device, the path = QFileDialog::selectedFiles().first() is the url format: "content://com.android.externalstorage.documents/tree/primary%3ADownload%2Fbrowser",
if I want create a file which named "AAA.txt", then I try to append the "%2FAAA.txt" to the path to get the fileName,
then use the QFile file(fileName); file.open(QFileMode::ReadWrite) to open or create the file, but the return value is -1. does anyone know how to store file in android device by Qt?
Nah, I just meant using qt_add_qml_module rather than loading the qml file in main.
Читать полностью…