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

Add support for predefined data views #535

Conversation

PetrZidek
Copy link
Contributor

No description provided.

@@ -21,13 +21,17 @@ class SHVVISU_DECL_EXPORT DataViewWidget : public QWidget
~DataViewWidget() override;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
~DataViewWidget() override;
~DataViewFilterSelector() override;

@@ -21,13 +21,17 @@ class SHVVISU_DECL_EXPORT DataViewWidget : public QWidget
~DataViewWidget() override;

void init(const QString &site_path, timeline::Graph *graph);
void setPredefinedViews(const QVector<timeline::Graph::VisualSettings> &views);
const QVector<timeline::Graph::VisualSettings> &predefinedViews();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@PetrZidek PetrZidek marked this pull request as ready for review November 26, 2024 13:58
@fvacek fvacek merged commit 0b6cec1 into silicon-heaven:master Nov 28, 2024
11 checks passed
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.

2 participants