mirror of https://github.com/KLayout/klayout.git
Fixed documentation
This commit is contained in:
parent
dd558cd5ee
commit
748c331297
|
|
@ -243,7 +243,7 @@ end</pre>
|
|||
include RBA
|
||||
|
||||
ui_file = QFile::new(QFileInfo::new($0).dir.filePath("MyDialog.ui"))
|
||||
ui_file.open(QIODevice::ReadOnly.to_i)
|
||||
ui_file.open(QIODevice::ReadOnly)
|
||||
dialog = QFormBuilder::new.load(ui_file, Application::instance.main_window)
|
||||
ui_file.close
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue