Hello again. I was wondering what is the mapping between QWidget/QPaintDevice and native device contexts. Supposedly we have to render 1 top level window with 10 widgets of various kinds. Does each widget map to 1 separate native DC?

In Java Swing, as far as I know, only the top level windows have a native device context but the rest of components (widgets) do not.