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

use list widget for selecting fields to add #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yedpodtrzitko
Copy link
Collaborator

Use ListWidget instead of ComboBox, so multiple new fields can be added at the same time.

Screenshot 2024-05-04 at 20 04 11

@Loran425 Loran425 added the Type: Enhancement New feature or request label May 4, 2024
@CyanVoxel CyanVoxel added this to the Alpha 9.3.x milestone May 10, 2024
@yedpodtrzitko yedpodtrzitko force-pushed the yed/add-fields-list branch 2 times, most recently from d470c34 to 93e4392 Compare May 22, 2024 04:26
self.root_layout.addWidget(self.combo_box)
# self.root_layout.setStretch(1,2)
self.root_layout.addWidget(self.list_widget)

self.root_layout.addStretch(1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this will allow the list to freely stretch in any direction

Suggested change
self.root_layout.addStretch(1)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
Status: Pending Merge
Development

Successfully merging this pull request may close these issues.

None yet

3 participants