Skip to content
Discussion options

You must be logged in to vote

Hello @coffeelover1010, thanks for trying pygubu.

The .ui XML is then subject to change by the designer saving over any edits but also potentially invalidating my logic for find the portion of the XML I want to edit/replace

If there was a way for builder.get_object to use a multi line string for just the nodes I'm manipulating, but I can't put all columns in one widget/frame and I need to update their values

The dirty way, manipulate the UI before window creation using methods from UIDefinition class.

Example: It will depend on how you designed the ui. In this example, you have a "container" frame, and some other "row" frame that you will duplicate.

    def manipulate_ui(self, builder:B…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@coffeelover1010
Comment options

Answer selected by coffeelover1010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants