Difference between revisions of "PySide"
Jump to navigation
Jump to search
(Created page with "Silhouette now includes a built-in implementation of PySide2. .") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Silhouette now includes a built-in implementation of | + | 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.