Skip to content
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

Add widget number to dictionary #95

Closed
DanicaSTFC opened this issue Oct 18, 2023 · 2 comments · Fixed by #109
Closed

Add widget number to dictionary #95

DanicaSTFC opened this issue Oct 18, 2023 · 2 comments · Fixed by #109
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DanicaSTFC
Copy link
Collaborator

def _addWidget(self, name, qwidget, qlabel=None):

The dictionary could store the information of the widget's row number in the layout (its allocated number).

@DanicaSTFC DanicaSTFC self-assigned this Oct 18, 2023
@lauramurgatroyd
Copy link
Member

I think this would work better as a separate dictionary to the dictionary stored in self.widgets

@DanicaSTFC
Copy link
Collaborator Author

We decide to call this widget_row in PR #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants