Closed Spheerys closed 4 years ago
The popup is a QLabel
without explicit parent.
I'm looking to see how to set a WM_CLASS on that . .
I have wrapped the QLabel
in a QDialog
which is auto-positioned on the icon and behaves like a tool-tip of sorts . .
Hope this helps 😄
Thanks :) I will test this when the new release will be available :)
Should be somewhere next week :)
Humm sorry but it's still not working :(
You're QLabel inside QDialog improvement don't permit to filter the popup with the WM_CLASS name.
I have made a small search and for a long time, it was not possible to set it with QT : https://github.com/lxqt/qterminal/issues/334 https://github.com/akiyosi/goneovim/issues/78
... but it was several years ago.... What about today ?
is it part of version 1.3.2 ? I don't have the qrcode button next to the copy one
Hi :)
With the last QtPass version, we get the very usefull feature "QRCode" to show a popup with a flashing code. However, the windows popup as no WM_CLASS set as you can see with the xprop command :
I'm using i3-wm as window manager and I whould set specific action for this popup (be in floating mode to be precise, but it's another topic). But to do this, I have to target this kind of window, and the WM_CLASS whould be very convenient for this stuff :) A string like "qtpass-qrcode", "QtPass-qrcode" whould be nice :)