-->
<plugin library="GeomValidators"/>
<plugin library="DFBrowser" internal="true"/>
+<!--
+ <plugin library="SamplePanelPlugin" configuration="plugin-SamplePanel.xml"/>
+-->
</plugins>
SamplePanelPlugin_WidgetCreator::SamplePanelPlugin_WidgetCreator()
: ModuleBase_IWidgetCreator()
{
- myPanelTypes.insert("SampePanel");
+ myPanelTypes.insert("QtPanel");
}
void SamplePanelPlugin_WidgetCreator::panelTypes(std::set<std::string>& theTypes)
if (myPanelTypes.find(theType) == myPanelTypes.end())
return aWidget;
- if (theType == "SampePanel") {
+ if (theType == "QtPanel") {
aWidget = new SamplePanelPlugin_Panel(theParent);
}