Skip to main content

Questions tagged [qt5]

The tag has no usage guidance.

0 votes
0 answers
193 views

Qt5 development libraries for Debian

So, I'm trying to compile VLC myself, as I noticed the Debian package refused to show VA-API support in the settings (and according to intel_gpu_top isn't using it). And while the flatpak version does ...
Richard Rosner's user avatar
8 votes
1 answer
19k views

how to install qt5 in debian 11 stable?

I'm trying to play an NES emulator named punes, and on its github page, it says I need to configure and build manually. When I do ./configure, I get configure: error: Qt5 library not found. However, ...
xdavidliu's user avatar
  • 1,220
0 votes
0 answers
325 views

Monospaced font in Manjaro

I have been a user of KeePassXC for pwd-management for a while not and am quite happy with that. When I started using Manjaro with xfce I have not been able to use the monospaced font in notes of ...
Zedoku's user avatar
  • 11
1 vote
2 answers
655 views

QT Creator hangs on opening a file or project

My previously installed QT SDK 1.2.1 was working fine. Then, I tried to upgrade it to QT OpenSource 5.6.1. It was working fine. One day, it started hanging on clicking "File--->Open a New File ...
dashthird's user avatar
0 votes
1 answer
1k views

Qt5 on Wayland - how to set keyboard repeat rate?

I'm running SwayWM. I set the keyboard repeat delay and rate in ~/.config/sway/config as: input * repeat_delay 180 input * repeat_rate 50 This works in everything except Qt5 applications. Qt5 ...
Owen's user avatar
  • 845