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

Rework station and line painting #4

Closed
gfgit opened this issue Jul 12, 2021 · 0 comments · Fixed by #8 or #28
Closed

Rework station and line painting #4

gfgit opened this issue Jul 12, 2021 · 0 comments · Fixed by #8 or #28

Comments

@gfgit
Copy link
Owner

gfgit commented Jul 12, 2021

Adapt to new station schema.
Possibly do not rely on QGraphicsScene because it forces loading on main UI thread and loading in chunks seems difficult.
Since we are not interested in view transformations (except zoom) and parent-child relations of items, it seems an overkill.

New graph types needed:

  1. Single station
  2. Single line segment
  3. Complete line view (multiple segments concatenated)

Encapsulate in a viewer widget (which can be embedded in main window or separate window), statusbar and toolbar and a model worker class.

#2 #1

@gfgit gfgit added the todo label Jul 12, 2021
@gfgit gfgit added this to the Migration to new station layout milestone Jul 15, 2021
@gfgit gfgit linked a pull request Aug 5, 2021 that will close this issue
@gfgit gfgit linked a pull request Oct 27, 2021 that will close this issue
@gfgit gfgit closed this as completed Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant