cplusplusqt | Unsorted

Telegram-канал cplusplusqt - C++ & Qt

1169

Link: @CplusplusQt Embedded: @EMBCpp • Allowed Topics: C++ and everything related to Qt • Use only English • No Private Message without asking user's permission • No NSFW • No Spam • No unauthorized Bots • No Offtopic • No Self Promotions

Subscribe to a channel

C++ & Qt

In such case, maybe qstackwidget would be better?

Читать полностью…

C++ & Qt

How hide page navigator in qstackedWidget ?

Читать полностью…

C++ & Qt

https://www.reddit.com/r/QtFramework/comments/1ez8mh5/requesting_to_share_beginners_to_intermediate/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Читать полностью…

C++ & Qt

Good day my software engineer

Читать полностью…

C++ & Qt

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.

Читать полностью…

C++ & Qt

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?

Читать полностью…

C++ & Qt

There are also blog posts about new module features

Читать полностью…

C++ & Qt

☝️☝️☝️☝️
I found the instruction.

Читать полностью…

C++ & Qt

Nah, I just meant using qt_add_qml_module rather than loading the qml file in main.

Читать полностью…

C++ & Qt

Can you reproduce the error in a minimal project?

Читать полностью…

C++ & Qt

no, everything is working well when complied and running well on my ubuntu.

Читать полностью…

C++ & Qt

are you using the module-based approach or loading qml files at run-time?

Читать полностью…

C++ & Qt

I have two qml files, which one be imported in another one, but when the application setup and running. it show that the one be imported can not found

Читать полностью…

C++ & Qt

maybe it's because I only have little the mobile developing experiences.

Читать полностью…

C++ & Qt

yes, I need to add some logger in it for my work.

Читать полностью…

C++ & Qt

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. :)

Читать полностью…

C++ & Qt

How hide page navigator in qstackedWidget ?

Читать полностью…

C++ & Qt

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

Читать полностью…

C++ & Qt

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.

Читать полностью…

C++ & Qt

Do you have all required permissions?

Читать полностью…

C++ & Qt

Like this one: https://www.qt.io/blog/whats-new-for-qml-modules-in-6.5

Читать полностью…

C++ & Qt

I have read it quickly, but I haven’t dived into all details

Читать полностью…

C++ & Qt

https://doc.qt.io/qt-6/qtqml-writing-a-module.html

Читать полностью…

C++ & Qt

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

Читать полностью…

C++ & Qt

Dear Qt community,
Does anyone know any discord/telegram group for Visual ToolKit (VTK)?

Читать полностью…

C++ & Qt

and there is not something silly as case-sensitive file names?

Читать полностью…

C++ & Qt

But it works on desktop?

Читать полностью…

C++ & Qt

What kind of issues did you have?

Читать полностью…

C++ & Qt

last month I read the «qt6book-with-frontpage» to learn qml developing, in order to practice so I start to develop the application with qml version, everything is ok in desktop, so I try to port it to android device, then it meet some questions that I can not resolve, so I switch to Qt QWidget and hope it can work well in the android devices. but now seems still have some issue need to resolve.

Читать полностью…

C++ & Qt

Any one try build ADB ?

Читать полностью…
Subscribe to a channel