Search found 3 matches

by Simon2344
Tue Apr 12, 2022 3:08 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: UI change Label by Input
Replies: 5
Views: 5732

Re: UI change Label by Input

So after some work I was able to create one simple callback using the Qt Creator (C++). It works just fine within the Creator but when I paste it in the original Project which is written in ECMA, open it via QCAD, the Callback does not work anymore. It seems like that the new .cpp files doesn't get ...
by Simon2344
Thu Mar 24, 2022 4:49 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: UI change Label by Input
Replies: 5
Views: 5732

Re: UI change Label by Input

Thank you Andrew for your fast response!

But I meant more like in a callback. So that while the user is typing something into txtInput those inputs gets shown in txtOutput.
So I mean directly in the UI.
by Simon2344
Thu Mar 24, 2022 4:01 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: UI change Label by Input
Replies: 5
Views: 5732

UI change Label by Input

Hey everyone, I am trying to get some dynamics into my UI but don´t understand how the signal-slot concept of Qt works. Below you can find an example code. Can someone show me how I take the values from widgets["txtInput"] and give it to widgets["txtOutput"] ? I use QCAD Version 3.26.4 with Qt Versi...

Go to advanced search