0

I found that almost all QT programs have the problem. For instance, VLC

enter image description here

OS: Arch Linux
QT version: 5.12.1-2

Questions:
- Why there are so many random underlines in qt programs?
- How to fix that?

William
  • 691

1 Answers1

0

Underlines in Menu bars denote shortcuts. ctrl-m will open the Menu and ctrl-t will open the subtitle menu.

It is simply a visual aid to quickly determine keyboard shortcuts.

You can turn them off in Windows

Not sure about Arch Linux.

Rtch
  • 1