I'm running QT on a Raspberry Pi4 with Buster. I used apt-get to install the official release of QT 5.11.3. I can create an application, compile and run without issues. That is until I add...
-johnf- Today, 02:43Because the path is wrong - imageViewer isn't somewhere in your resource file.
ChristianEhrlicher Yesterday, 11:43Hello,
I don know how to manage "Resources":
<RCC>
<qresource>
<file>images/newyork.jpg</file>
</qresource>
</RCC>
QImage image(":/imageViewer/images/newyork.jpg");
...
I have two sound cards and Ubuntu 18.04. The audio output of one of them is selected as the default output in default.pa. My qml application has SoundEffect and Audio objects. SoundEffect outputs...
svv Yesterday, 07:59Well, you -did- ask for polygons in your original post. I have never looked into 3D triangulation, only 2D. As you note with your link to the Triangle page, there are many excellent implementations...
d_stranz 13th December 2019, 17:29Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
Displaying an application on a website
Today 08:22 by delekinw