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

There are a wrong when I try to download packages from Qt installer online

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

C++ & Qt

Hello please anyine anhelp. Me to run sigdigger on qmake, windows, qtcreator?

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

C++ & Qt

Need c++ trainer for online class

Interested dm

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

C++ & Qt

Hello,
I'm trying to connect to a websocket server which has Bearer authentication and I'm using following code to set the token and connect to the server, but I always get TLS/SSL error and The remote host closed the connection. Can someone give me a hint on this?

QNetworkRequest request(m_url);
if (!m_token.isEmpty()) {
request.setRawHeader("Authorization", m_token.toUtf8());
}

m_socket.open(request);

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

C++ & Qt

Senior qt mobile apps engineers?

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

C++ & Qt

Currently playing with AQT ... lets see how it goes
Thank you

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

C++ & Qt

You can install mingw just by checking the box in the installer, but it should also pick up msvc if you have it installed.

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

C++ & Qt

AQT is another way to install (that doesn’t require registration)

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

C++ & Qt

Requires registered user or some kind of license?

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

C++ & Qt

Hello everyone
Does anybody know where can I get a QT complete (Windows, MinGW) toolchain ?
Some time ago I found this but is getting outdated
https://sourceforge.net/projects/cbadvanced/

Many many Thanks

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

C++ & Qt

Hmm!
How did then Ritchie, Stroustrup, Thompson, and many many people write code and created programming languages, operating systems, etc?

Internet access is important but not that level.

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

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

Welcome to the group, @HammamAl_Mobaruk! :-)

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

Manish, Please press the button below within 5 Minutes to prove that you are not a bot.👇🏻

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

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

Hello, guys! I have a bit of hard time remembering how i did i force the QStackedWidget with the Maximum size policy set to adjust its size to fit its contents on index change. by default it fints largest child (or page, how do you call it, things with indexes)

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

C++ & Qt

Welcome to the group, @MEasImWwTc! :-)

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

You mean the QTInstaller, right?
Not AQT

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

C++ & Qt

I just did
But I am having a hard time tryin QTCreator recognize the compilers installed
Thanks again

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

C++ & Qt

You have to register, but there are free gpl and lgpl options

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

C++ & Qt

Just use the Qt installer

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

C++ & Qt

Qt 6.10 snapshot released.

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

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

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