Skip to content

Added support for QGridLayout #221

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

Merged
merged 7 commits into from
Jun 9, 2020
Merged

Added support for QGridLayout #221

merged 7 commits into from
Jun 9, 2020

Conversation

agg23
Copy link
Contributor

@agg23 agg23 commented Jun 9, 2020

Requires nodegui/nodegui#598

Adds GridView which implements a React accessible QGridLayout. In order to make it more idiomatic React, the rows and columns are defined through separate components, GridRow and GridColumn, each with their own specific props. I am interested in seeing opinions on this, along with how to best provide the ability to have multiple rows within a column (currently, columns are always children of rows, which prevents some scenarios).

Screen Shot 2020-06-08 at 7 53 41 PM

@a7ul a7ul merged commit 3187f8a into nodegui:master Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants