Is it possible to extract an X11/Xt Widget from QT QWidget. I know there is a function WinId() on QWidget which gives me a Window but I need a Widget object.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe Qt uses Xt widgets at all, so the answer to your question would be no.
(Grepping for
Xtin the source files found in thesrc/gui/kerneldirectory shows no hits.)