Bug 384189 - no functional keyboard shortcuts in dock windows
Summary: no functional keyboard shortcuts in dock windows
Status: CONFIRMED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: frameworks5
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks: 380136
  Show dependency treegraph
 
Reported: 2017-08-30 16:47 UTC by Ralf Habacker
Modified: 2017-09-03 16:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2017-08-30 16:47:26 UTC
umbrello/KF5 based on KDE Frameworks 5.36 does not have keyboard shortcuts for doc windows. Instead it show '&' in the related strings 

1. download a portable snapshot for windows from https://software.opensuse.org/package/mingw32-umbrello5-portable?search_term=mingw32-umbrello5-portable
2. unpack and start umbrello

What happens ?
The mentioned shortcuts are not available

What is expected ?
The mentioned shortcuts should be visible as underscored characters and should be functional
Comment 1 Ralf Habacker 2017-08-30 16:52:20 UTC
Based on the hints at bug 383892 and some experiments a workaround seems to be to set environment variable QT_QPA_PLATFORMTHEME before starting umbrello5 e.g. in a command shell inside the umbrello portable package 'bin' dir run 

set QT_QPA_PLATFORMTHEME=qwindows
umbrello5.exe

Need to automate this setting.