PyQT Designer, how to use it?

Hello,

Does anyone use these tool in PyRevit ?

How to implement in a pythoncode and using RevitAPI ? there are links and tutorials for that

KR

Andreas

Hi @andreasd811,
unfortunately IronPython doesn’t support pyQT, so you can’t use it to make your interfaces.

pyrevit has been built with the goal to use .NET WPF / XAML GUIs, so if you are still new to graphical user interfaces I suggest you to take that route.
You can start with the videos 8, 9 and 10 of the developer docs page

2 Likes