dem 操作的父窗体设置为总窗体
parent
deb2a63ceb
commit
fea08bd5fd
|
@ -61,7 +61,7 @@ void RASTERTOOLPLUGINAPI BindingToolBox(GUI::MainWindow* m) {
|
|||
qDebug()<<"BindingToolBox";
|
||||
return ; // 判定失败
|
||||
}else{
|
||||
LAMPToolBox::RasterToolBox* demtoolbox=new LAMPToolBox::RasterToolBox;
|
||||
LAMPToolBox::RasterToolBox* demtoolbox=new LAMPToolBox::RasterToolBox(m);
|
||||
demtoolbox->initMainWindows(m);
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue