Re: [Ros-sig-gui] Generating python files from ui files

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Dirk Thomas
Date:  
CC: ros-sig-gui
Subject: Re: [Ros-sig-gui] Generating python files from ui files
> Have you found a good way to automatically generate py files from ui files using pyqt and/or pyside inside a ros build system?
>
> It looks like ros_gui isn't currently, but I was wondering if you had any leads. I am working on a project that uses pyside and I wanted to generate them at build time rather than committing the
> generated file.


I am not sure why you would generate any code for UI files in Python.
In Python plugins you can just load the UI file at runtime (no need for any generated files)??

For C++ plugins you will include your UI files in the cmake files and the generated code will be included in the library.

Dirk
_______________________________________________
Ros-sig-gui mailing list

https://code.ros.org/mailman/listinfo/ros-sig-gui