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

Grid-Layout for Widget-Arrangement #238

Open
lucasJedel opened this issue Sep 13, 2024 · 1 comment
Open

Grid-Layout for Widget-Arrangement #238

lucasJedel opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@lucasJedel
Copy link

lucasJedel commented Sep 13, 2024

DESCRIPTION

Implement a grid layout to arrange widgets in more complex configurations.

Describe the solution you'd like
Possibility to arranges ui elements in rows and columns, so that Widgets with different heightcan be placed in the same row.

Additional context
For example like qt grid layout
layout->addWidget(widget, 0, 2, 4, 1);
0: The row where the widget starts (first row).
2: The column where the widget starts (third column).
4: The number of rows the widget spans (it will be 4 rows tall).
1: The number of columns the widget spans (it will be 1 column wide).

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

  • Implement the necessary changes in a new branch created here on GitHub
  • Test your implementation

DOCUMENTATION STEPS

(see also our Wiki for further information)

  • Update the changes log
  • Add comments to your implementation
  • Add Doxygen documentation comments
  • Create or update the documentation articles (*.NHLP and *.NDB files, if needed)
  • Update the language strings (*.NLNG files, if needed)

PULL REQUEST

  • Create a pull request for your changes
  • Fill out the template
  • Assign @numere-org/maintainers as reviewers
@numeredev
Copy link
Member

@lucasJedel Please fill out the issue description in an understandable manner, thanks

@numeredev numeredev added this to the v1.1.7-beta milestone Sep 13, 2024
@numeredev numeredev moved this from New to Clarifying in NumeRe development planning Sep 13, 2024
@numeredev numeredev removed this from the v1.1.7-beta milestone Oct 9, 2024
@numeredev numeredev moved this from Analyzing to New in NumeRe development planning Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: New
Development

No branches or pull requests

2 participants