-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable code generation Tab. #285
Comments
Hello James, thanks for trying pygubu. Sorry for the inconvenience. You can have the code tab back, if you install an older version with the following command:
Regards |
Yes, the pbs_* themes are in the newer releases. How about running the designer in a virtual environment, and your project with the latest pygubu? You will lost dark themes in designer but your project will run with them. In your default python:
Install the latest version
Install a helper for managing virtual envs, like fades:
Now run older designer with:
Let me know if this helps in your particular case. Regards |
Is there a way to reenable the code generation tab?
We have a large project-based setup with a lot of dialogues in a single UI file.
The new method makes it difficult to quickly select and generate code for the different dialogues; now the settings have to be updated and a file is generated.
Before the dialogue was selected, the code was generated, and then the generated code was copied into a file with a bespoke wrapper.
If there's any way to bring back that code tab, even if it's just a manual code change to the pip module to enable it would be greatly appreciated.
Using:
pygubu - 0.36.1
pygubu-designer - 0.40.1
The text was updated successfully, but these errors were encountered: