mirror of https://github.com/KLayout/klayout.git
Adding sample via PCell for Python
This commit is contained in:
parent
4821a5d71a
commit
e1c9de67d8
|
|
@ -18,5 +18,6 @@
|
|||
<file alias="qt_dialog_python.lym">macro_templates/qt_dialog_python.lym</file>
|
||||
<file alias="pcell_python.lym">macro_templates/pcell_python.lym</file>
|
||||
<file alias="pcell_sample_python.lym">macro_templates/pcell_sample_python.lym</file>
|
||||
<file alias="via_pcell_sample_python.lym">macro_templates/via_pcell_sample_python.lym</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ pcell_python.lym
|
|||
# Samples
|
||||
:Samples;;
|
||||
pcell_sample_python.lym
|
||||
via_pcell_sample_python.lym
|
||||
qt_designer_python.lym
|
||||
qt_dialog_python.lym
|
||||
qt_server_python.lym
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
<autorun-early>false</autorun-early>
|
||||
<show-in-menu>false</show-in-menu>
|
||||
<shortcut></shortcut>
|
||||
<category>pymacros</category>
|
||||
<interpreter>python</interpreter>
|
||||
<text>import pya
|
||||
import math
|
||||
|
|
|
|||
Loading…
Reference in New Issue