cplusplusqt | Unsorted

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

1220

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

that's the way I would do this. ... can be automated if you really want to make it faster as butch configure

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

C++ & Qt

general advice in common. all high-experience-senior administrators use it :D

boot2qt haven't used. don't know about it but.... internet shows... ARM Cortex cpu. it's supported by linux kernel

it's easy to follow guides to create your distributuve with common drivers(eg mesa — standart). qt app in autostart....

but you know better, i assume you also never heard and is interested

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

C++ & Qt

don't use master branch. use latest stable release

1) clean up everything, 2) grab a cup of coffee, 3) follow steps 'copy-pasting' from docs to configure

always works)

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

C++ & Qt

Welcome to the group, -! :-)

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

Check any video platform req for fun

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

C++ & Qt

<video> should be the way to go. With your css styles

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

C++ & Qt

Welcome to the group, @mohmeh116! :-)

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

Any C++ buddy here? I am getting a very big problem the world ever noticed.

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

C++ & Qt

We are looking for Qt/QML developer in Delhi/ NCR. The candidate should know mobile app development.
Experience: > 8+ years
Work location: Delhi

Please connect if interested.

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

C++ & Qt

Pausing it is not really something they had in mind. And I'd see that part of the interface in the user's responsibility.

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

C++ & Qt

Yeah, that's actually what I'm doing now. Just a bummer that I'll have to do it myself because it seems like a basic function of a timer 😅
But I guess there's a technical reason or something why it's not there

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

C++ & Qt

But that would probably need to be done in C++, right?

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

C++ & Qt

Why can't we pause and resume a Timer? :(
Should I just use animation which can be paused? LOL

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

C++ & Qt

Videos from my cell phone are okay. Need to find out what cell phones trigger this.

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

C++ & Qt

As a bonus, I made Qt Designer plugin to add QVideoWidget to the Qt Designer Widget Box, since it isn't there by default.

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

C++ & Qt

to boot linux kernel use grubby — also simple follow steps, done 1 time, made a note, can redone in minutes

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

C++ & Qt

You mean master branch of the boot2qt from variscite?

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

C++ & Qt

Guys, I need some help with a Variscite i.MX8M Plus + Boot2Qt (Yocto Kirkstone, Qt 6.4).
I built the image + toolchain and configured Qt Creator. When I deploy a basic Qt Design Studio project, I get:

drmModeGetResources failed (Operation not supported)
no screens available
Cannot create window: no screens available



The monitor is connected via HDMI, which should be card0.
I also tried creating a KMS config file:

{
"device": "/dev/dri/card0",
"outputs": [
{ "name": "HDMI-A-1", "mode": "1920x1080" }
]
}



and exporting it:
export QT_QPA_EGLFS_KMS_CONFIG=/tmp/config.json

But Qt Creator still shows the same error.

If I launch the app from the serial terminal it starts, but the screen stays same as before (with 4 tux), and I get QML errors like:

ReferenceError: Constants is not defined



Anyone with experience on Boot2Qt/Variscite knows what could be wrong?

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

C++ & Qt

Already open source ! / github

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

C++ & Qt

But, you can do this, with right server code and js, you can lazy download....

But requires your 5000 lines js bicycle

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

C++ & Qt

Google c++to js, emscripten or something like thatt. Just recompile open source parser

But... cant feed into blink stream only to js canvas...

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

C++ & Qt

Building a Full WASM Video Player (EAC3 + MKV)… Am I Crazy or Is This Possible?🙂

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

C++ & Qt

Do you have a website?

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

C++ & Qt

Make it a component of its own, so you can reuse it -- call it PausableTimer or some such, then you can have it available whenever you need it :)

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

C++ & Qt

Well, I guess they thought a timer measures the time between a beginning and an end. 😉

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

C++ & Qt

Not necessarily.

Use new Date().getTime()

If you get the time when the timer starts, you can also get the time when you pause it (add a js function to your Timer for this), calculate the elapsed time, and subtract that from your Timer interval. Then you can reset the interval to the remaining time. Next time the timer starts, it would be considered resumed from being paused. You'd want to keep track of the actual interval in a separate property, so when the timer expires and fires, you can reset the interval back to the full interval.

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

C++ & Qt

Good question, but creating an own timer with that capability shouldn’t be that hard I suppose?

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

C++ & Qt

Welcome to the group, @adi011235! :-)

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

I'll have a look - thanks!

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

C++ & Qt

You can see from my first attempt - modifying the metadata to alter the rotation in the metadata for each frame doesn't work — Qt Multimedia honors it and sets the aspect ratio it renders to proper for the rotation, but the underlying video still renders in it's original orientation.

The second impl is a pure Qt Quick impl.

The third is taking that Qt Quick impl, and embedding it in the Widgets window.

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