Questions tagged [qt5]
The qt5 tag has no summary.
9 questions
0votes
1answer
110views
QT Linguist tool not picking up right translation
I am trying to use Translation feature in QT. There are more than 4000 translation needed to be done for one language. And I have to do this for more than 15 different languages. So, I decide to write ...
2votes
0answers
275views
auto-patchelf could not satisfy dependency libQt5SerialPort.so.5
I am trying to run Qt Design Studio 2.3.1 Community on NixOS. My nix derivation code: flake.nix: { description = "Qt Design Studio"; inputs = { nixpkgs.url = "github:NixOS/...
0votes
1answer
54views
How should I modify the Qt5 source code if I want to add back SSLv3 support in the libqt5network5 module?
I am on an Intel x86_64 CPU architecture platform running a Debian Bullseye Linux distro. On that platform runs a custom application. This application is a 32-bit software running as a systemd service ...
0votes
2answers
108views
Set key with value on a line in a file, if not exists between specific lines, or set specific value
Given the following configuration file: shape { visible: true type: rectangle ... } shape { type: circle visible: isRound === "true" ...
3votes
3answers
707views
No longer able to input circumflex or diaeresis accented characters (qt5 apps only !)
Currently running KDE-Plasma-5.23.5 (X backend)/ KDE-Frameworks-5.90.0 / QT-5.15.3 I can assert that this used to work perfectly but am unfortunately unable to assert from which version of what the ...
2votes
1answer
1kviews
Bad font antialiasing for Qt6 applications
Environment: OS: Fedora 36 DE: XFCE Font: Windows Tahoma Font config $XDG_CURRENT_DESKTOP=XFCE Qt6-6.2.3-2.fc36 Problem: Qt6 applications seemingly do not use my fontconfig settings (which are used ...
1vote
3answers
814views
Integrate a younger qt version in an older yocto release
Our project is based on the meanwhile outdated yocto warrior, which was first modified by the vendor of our SoM. Then we integrated the FreeScale/NXP kernel into it because the mainline kernel did not ...
11votes
3answers
54kviews
How to add QT_QPA_PLATFORMTHEME=qt5ct environment variable in Arch Linux?
I am using a standalone tiling window manager QTile. In QTile I want to organize my GTK and QT Themes. For GTK theme I used a program named "lzappearance" and it works perfectly fine. But, ...
0votes
0answers
309views
qt5 program with "-platform linuxfb" does not reset framebuffer when crashing
We have a qt5 program running under Alpine Linux v3.14 which uses a fragile legacy library which may cause the entire program to crash. Alpine Linux switches to framebuffer mode during start up. We ...