-------------------------------------------------------
| 269 | |
| 270 | // ------------------------------------------------------- |
| 271 | QString LibComp::createType() |
| 272 | { |
| 273 | QString Type = misc::properFileName(Props.first()->Value); |
| 274 | return misc::properName(Type + "_" + Props.next()->Value); |
| 275 | } |
| 276 | |
| 277 | // ------------------------------------------------------- |
| 278 | QString LibComp::netlist() |