Skip to content
Snippets Groups Projects
Commit f756c6f7 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Deactivated Distributed Particle from GUI for now

parent f6059852
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ QStringList ParameterizedItem::getParameterTreeList() const ...@@ -300,7 +300,7 @@ QStringList ParameterizedItem::getParameterTreeList() const
if (hasChildItems()) { if (hasChildItems()) {
for (QList<ParameterizedItem *>::const_iterator it = m_children.begin(); for (QList<ParameterizedItem *>::const_iterator it = m_children.begin();
it != m_children.end(); ++it) { it != m_children.end(); ++it) {
QString child_name = (*it)->itemName(); QString child_name = (*it)->modelType();
QStringList child_list = (*it)->getParameterTreeList(); QStringList child_list = (*it)->getParameterTreeList();
for (QStringList::const_iterator par_it = child_list.begin(); for (QStringList::const_iterator par_it = child_list.begin();
par_it != child_list.end(); ++par_it) { par_it != child_list.end(); ++par_it) {
......
...@@ -232,13 +232,13 @@ ...@@ -232,13 +232,13 @@
</widget> </widget>
</categoryentry> </categoryentry>
<categoryentry name="Distributed particle" icon="images/ParticleCoreShell.png"> <!-- <categoryentry name="Distributed particle" icon="images/ParticleCoreShell.png">
<widget class="ParticleDistribution"> <widget class="ParticleDistribution">
<property name="objectName"> <property name="objectName">
<string notr="true">somestring</string> <string notr="true">somestring</string>
</property> </property>
</widget> </widget>
</categoryentry> </categoryentry>-->
</category> </category>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment