Skip to content

Commit

Permalink
Add trip description widget to ascent viewer
Browse files Browse the repository at this point in the history
Includes new implicit setting for splitter and translations

Closes #220
  • Loading branch information
svetter committed Aug 10, 2024
1 parent de9cae8 commit 657a921
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 228 deletions.
2 changes: 2 additions & 0 deletions src/settings/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ class Settings {
// Ascent viewer splitter sizes
/** Remembered sizes for the left splitter in the ascent viewer. */
inline static const Setting<QStringList> ascentViewer_leftSplitterSizes = Setting<QStringList> ("implicit/ascentViewer/leftSplitterSizes");
/** Remembered sizes for the splitter dividing the two description boxes in the ascent viewer. */
inline static const Setting<QStringList> ascentViewer_descriptionSplitterSizes = Setting<QStringList> ("implicit/ascentViewer/descriptionSplitterSizes");
/** Remembered sizes for the right splitter in the ascent viewer. */
inline static const Setting<QStringList> ascentViewer_rightSplitterSizes = Setting<QStringList> ("implicit/ascentViewer/rightSplitterSizes");

Expand Down
Loading

0 comments on commit 657a921

Please sign in to comment.