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

you are living where? In North Korea?
If you can not make use of Youtube or ChatGPT, you will never be able to code effectively....

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

C++ & Qt

I can only see your messages in Telegram X for some reason 😅 But thanks 👍

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

C++ & Qt

go to youtube.com and search for "Qt android" . As Qt is cross-platform, it is a bit complicated to code for Android...But it becomes very easy once you start probing....

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

C++ & Qt

I'm not developing for Android so I currently don't have an easy way to deploy a test app. I was hoping there's an app for quick writing of QML just like the in the video 😅

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

C++ & Qt

is there a QML tester app on Android? I wanna try it there too. Maybe it's a problem with the Qt version and/or system Qt implementation

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

C++ & Qt

I'm actually trying out a sample code and I totally can't scroll. In the app I was working on, I can still scroll.

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

C++ & Qt

Just by putting a taphandler in the list, or do you have other logic?

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

C++ & Qt

I’m not sure I’ve tried it on Qt5. What kind of problems do you have?

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

C++ & Qt

On a phone
Hmmm, could it be because it's still Qt5.12? Or a problem with implementation of Qt? 🤔

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

C++ & Qt

I need two vcpkg json files for my project to work on all OS's

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

C++ & Qt

Thank you for the clarification

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

C++ & Qt

Roses are red violets are blue

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

C++ & Qt

Has anyone been successful in using TapHandler in a ListView or GridView? Scrolling with touch is very finicky when I try it. I need TapHandler to be able to do different things with a mouse click and a touch tap.

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

C++ & Qt

What is Qt and c++ ?

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

C++ & Qt

Welcome to the group, @PinkyPromisings! :-)

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

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

Also weird that I'm not seeing some of the messages in other telegram clients. I was so confused 😅

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

C++ & Qt

import QtQuick

Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
id:window

ListView {
anchors.fill: parent
model: 100
delegate: Item {
width: window.width
height: 40
Text {
id: txt
anchors.centerIn: parent
text: "Item " + index
}

TapHandler {
onSingleTapped: txt.text = 'tapped'
}

}
}
}

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

C++ & Qt

You can use a USB cable to connect your smartphone with your PC. Or you can use Wifi to connect these 2 devices. Your smartphone must be in developer mode to test in Android (e.g., samsung).

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

C++ & Qt

But the presence of a taphandler is enough to cause the problems?

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

C++ & Qt

TapHandler in the delegate

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

C++ & Qt

flicking and dragging doesn't work all the time especially quick ones

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

C++ & Qt

Welcome to the group, @GiovanniPerri! :-)

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 don't think I have had any trouble with that. Touch on phone or computer?

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

C++ & Qt

is CPM vcpkg but easier to use?

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

C++ & Qt

my core got dumped, yours too

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

C++ & Qt

Story?? This is a programming group not a group of romantic poems

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

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

Welcome to the group, @Dxclogo! :-)

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

Isn’t the lottie thing quite new? Perhaps the beta isn’t quite complete yet?

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