You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Single station
Single line segment
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.
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:
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
The text was updated successfully, but these errors were encountered: