mirror of https://github.com/KLayout/klayout.git
Updated pykl Standalone KLayout Python Module (markdown)
parent
40df9286dc
commit
daaa4193cb
|
|
@ -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)
|
||||
Loading…
Reference in New Issue