RFC: Properly position QuickEditor when HiDPI support is on
Currently, the position for the quick editor is specified in the native pixels. But, when the HiDPI support is turned on, QWidget::setGeometry() expects the specified geometry to be in the device-independent pixels.