构造函数,传参,主窗口的对象
比如
addmonitorwin =new addmonitor(this);
addmonitorwin是一个对话框的类的对象,addmonitor是类,this就是主窗口的对象
如果用setparent的话,对话框会莫名地嵌到主窗口内部去...