Questions tagged [qt5]
The qt5 tag has no summary.
10 questions
1
vote
1
answer
146
views
How do I build hplip for Qt5 in Debian?
hplip still uses the discontinued pyQt4 in Debian when running the newest installer (3.25.6 as of writing this). Similarly, the versions supplied in Debian 12 and 13 still require pyQt4, but pyQt4 has ...
0
votes
1
answer
148
views
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 ...
2
votes
0
answers
327
views
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/...
0
votes
1
answer
75
views
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 ...
0
votes
2
answers
123
views
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"
...
3
votes
3
answers
793
views
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 ...
2
votes
1
answer
2k
views
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 ...
1
vote
3
answers
878
views
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 ...
11
votes
5
answers
59k
views
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, ...
0
votes
0
answers
334
views
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 ...