Updated pykl Standalone KLayout Python Module (markdown)

Matthias Köfferlein 2018-06-20 23:24:27 +02:00
parent 40df9286dc
commit daaa4193cb
1 changed files with 6 additions and 6 deletions

@ -28,10 +28,10 @@ print str(box)
Second stage: supply modules for the UI components and the necessary infrastructure (Qt binding etc.). Ideally interoperable with PyQt.
```Python
from pykl.QtCore import *
from pykl.QtGui import *
from pykl.QtWidgets import *
from pykl.lay import *
from klayout.QtCore import *
from klayout.QtGui import *
from klayout.QtWidgets import *
from klayout.lay import *
app = QApplication([ "my_app" ])
@ -50,5 +50,5 @@ w = None
Here are some technical documents for this project:
* [pykl - Technical](https://github.com/klayoutmatthias/klayout/wiki/pykl---Technical)
* [pykl - Bridge Code](https://github.com/klayoutmatthias/klayout/wiki/pykl---Bridging-code)
* [klayout - Technical](https://github.com/klayoutmatthias/klayout/wiki/pykl---Technical)
* [klayout - Bridge Code](https://github.com/klayoutmatthias/klayout/wiki/pykl---Bridging-code)