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

& and && usually cause some confusion with beginners (and it may be hard to spot when they are used wrong), but i still prefer them

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

C++ & Qt

ah, I didn't use that.

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

C++ & Qt

It's a real operator

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

C++ & Qt

The former is commoner. By the way, if you use and for && then what to use for &!

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

C++ & Qt

Do you guys prefer to use &&,|| vs and, or? Even though I like and, or more for some reason I stick to &&,||. Probably because I'm so used to these symbols that I see no difference anyway

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

C++ & Qt

Have you tried
c:/msys64/mingw64/include

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

C++ & Qt

I even included path using
-I c:\msys64\mingw64\include

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

C++ & Qt

can we know which extension is showing this error?

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

C++ & Qt

https://c-cpp-notes.vercel.app/docs/cpp/exercises_1

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

C++ & Qt

The response is regularly printed on the console or, say, written in a file, so I don't think there's much to do with that on the client side if it lacks data or misses some value.

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

C++ & Qt

so the only way to get the stream title is described here

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

C++ & Qt

Isn't there a way to monitor scrollPosition
it seems like it doesn't trigger onScrollPositionChanged or any kind of binding

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

C++ & Qt

It is the same process

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

C++ & Qt

https://forum.qt.io/topic/90458/how-to-get-media-file-information/5

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

C++ & Qt

and there is no availableMetaData in qmediaplayer

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

C++ & Qt

Perhaps they are considered advanced?

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

C++ & Qt

Fun note though python doesn't have &&,|| only and,or but it does have &,| for bitwise

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

C++ & Qt

He means that the equivalent of and for bitwise is bitand

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

C++ & Qt

I think it’s easier to see “&&” than “and” too

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

C++ & Qt

yes. the same output

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

C++ & Qt

if i use gcc it works

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

C++ & Qt

That’s an actual build error, so perhaps there is something wrong with your clang installation?

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

C++ & Qt

Perhaps you should add —query-driver

https://github.com/clangd/clangd/issues/1394#issuecomment-1328676884

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

C++ & Qt

Can you build the project?

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

C++ & Qt

Welcome to the group, @Mehrrrrrrad! :-)

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

network isn't local file system

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

C++ & Qt

there is no availableMetaData

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

C++ & Qt

read the documentation here

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

C++ & Qt

https://doc.qt.io/qt-6/qmediaplayer.html

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

C++ & Qt

already tried, and the signal is called mediaStatusChanged, you have to check if the new status is LoadedMedia

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