PDA

View Full Version : Using Motif to control Qt Widgets



tarod
18th June 2008, 14:13
Hello,

I would like to know if it is possible to control a Qt window using Motif functions, so I can know or get the window positions (x and y) and move that window created using Qt.

Is that possible?

Many thanks.

jpn
27th June 2008, 22:42
Have you tried QWidget::winId()?

wysota
28th June 2008, 08:09
Is using Motif a requirement?

tarod
30th June 2008, 07:16
Thank you very much for your reply.

Motif is a requirement, yes :(

I'm going to test the QWidget::winId () function.

See ya!