In X11 you can tell your application where and with what dimensions you want to have your main window. Example: designer -display :1 -geometry 1000x1000+0+0

My question: How do I tell it a QWidget? I have to put a QWidget onto a specific X11 display and with predefined dimensions.