cplusplusqt | Unsorted

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

1137

Link: @CplusplusQt Embedded: @EMBCpp • No DM without prior permission • Behave friendly • No NSFW • No Spam • No unauthorized Bots • Don't advertise other groups

Subscribe to a channel

C++ & Qt

... Ok... Selection seems to work if you put the TableView inside of a ScrollView, and then put a SelectionRectangle outside of the ScrollView.. That doesn't make sense to me.

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

C++ & Qt

No change if you explicitly specify selectionBehavior to any of the possible values.

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

C++ & Qt

If somebody knows reverse engineering please write me in private

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

C++ & Qt

Isn't this supposed to work?

TableView {
id: tableView
anchors.fill: parent
clip: true

model: ListModel {
ListElement { name: "Apple"}

ListElement { name: "Orange" }
ListElement {name: "Banana" }
}

selectionModel: ItemSelectionModel {}

delegate: Rectangle {
implicitWidth: 100
implicitHeight: 30
required property bool selected
required property bool current
color: selected ? "blue" : "white"


Text { text: name }
}
}

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

C++ & Qt

Creating programs that injects in ready product

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

C++ & Qt

Looking for people who know reverse engineering write me pls in private

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

C++ & Qt

I am looking for a people who know reverse engineering and c,c++

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

C++ & Qt

I don’t think i have tried that, but you should be able to use the android ndk as toolchain

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

C++ & Qt

This way is a good way to just test if it's a path locating problem.

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

C++ & Qt

yes, and it didn't make a difference

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

C++ & Qt

(this is with Qt Creator and qmake)

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

C++ & Qt

I can provide code if it's helpful

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

C++ & Qt

I borrowed this example from Qt's RemoteObjects repository; it uses a specific client cert, but my friend/colleague wants me to get it working ephemerally, because he wants it to be secured the same way HTTPS is

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

C++ & Qt

for mingw OR MSVC desktop it might work... But not for Android arm7 & 8 platforms.

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

C++ & Qt

so I'm writing a QtRemoteObjects client/server system that uses the server's SSL certificate to generate an ephemeral key for securing communication with the server- however for some reason, I'm getting this error when I try and connect to my server-

Network Error: QAbstractSocket::SocketError(21)
Network Error: QAbstractSocket::SocketError(20)
Network Error: QAbstractSocket::RemoteHostClosedError

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

C++ & Qt

This bug talks about the issue, which is closed without any changes (although this is during the 6.5 timeframe, and TableView changed some in 6.6 selectionMode specifically)...

I still can't get selection to work at al, even when using SelectionRectangle which was recommended in the comments.

https://bugreports.qt.io/browse/QTBUG-114999

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

C++ & Qt

Hmm I see the same - Qt 6.9.0 beta on Linux... Looks like a bug to me.

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

C++ & Qt

color: current ? "blue" : "white"
let me show the current item at least...

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

C++ & Qt

https://vxtiktok.com/t/ZP8jds7KV

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

C++ & Qt

Is reverse engineering a destruction of ready product? It is like to engineer smt but in reverse

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

C++ & Qt

Message me in private

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

C++ & Qt

Welcome to the group, @Edtanjiro! :-)

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

Do you know how to build boost for ARM-v7A android ?

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

C++ & Qt

You can also specify the full path to the a file

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

C++ & Qt

Do you specify the location with -L<path>

Qt creator also have a ”add library” dialog i think.

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

C++ & Qt

also, I'm trying to link an internal static library for use with a project I'm writing, but all I ever get is "cannot find -lServerRuntime ..."

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

C++ & Qt

that way we don't have to mess around with distributing client certificates in binaries for each compiled copy

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

C++ & Qt

that was for me, I think. :p

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

C++ & Qt

Does it work without ssl?

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

C++ & Qt

so, where's the best channel for help with QtRemoteObjects? :p

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