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

Path Editor Points List Row Heights #164

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Conversation

RobertBColton
Copy link
Contributor

@RobertBColton RobertBColton commented Aug 26, 2020

This changes the vertical header resize mode so the rows are only as tall as they need to be to fit the display value. It looks neater and allows more points to be displayed. I could not get the speed column to show because it requires #127 to be solved. There are only 3 columns, and the first one is a junk column which we are hiding. I was not able to right align the cell display values like I wanted either and it requires a similar solution, because we will either need to handle Qt::TextAlignmentRole in the model, create a proxy model, or use a custom style delegate on the table.

Pull Master
Pull Points List Master Points List

@RobertBColton RobertBColton merged commit 744dc9a into master Aug 27, 2020
@RobertBColton RobertBColton deleted the path-points-headers branch August 27, 2020 02:13
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.

3 participants