Difference between revisions of "PySide"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Silhouette now includes a built-in implementation of [https://doc.qt.io/qtforpython/index.html PySide2]. | Silhouette now includes a built-in implementation of [https://doc.qt.io/qtforpython/index.html PySide2]. | ||
− | . | + | |
+ | Use <tt>fx.ui.mainWindow</tt> to get Silhouette's <tt>QMainWindow</tt>. From there, new dock widgets and other UI elements can be created. |
Latest revision as of 13:51, 26 July 2018
Silhouette now includes a built-in implementation of PySide2.
Use fx.ui.mainWindow to get Silhouette's QMainWindow. From there, new dock widgets and other UI elements can be created.