John Levon wrote: > On Sun, Feb 13, 2005 at 02:33:19PM +0000, Angus Leeming wrote: > >> What about something that maps between an X11 window ID and a QWorkArea? >> F.ex below. Of course, that requires a way to find the X11 window ID >> associated with a particular QWorkArea and I've no idea if that is >> possible... > > There's QWidget::winId(). A bit uncomfortable with that though
Me too, given that eventually a LyXView will be able to hold multiple QWorkAreas. What would be the 'proper' way of doing this X11-selection stuff in a Qt-ish way? -- Angus