13 client::query::SnapshotSelector
25 QHBoxLayout* typeLayout =
new QHBoxLayout();
29 _queryComboBox->addItems({
"All",
"Single",
"Time Range",
"Index Range"});
35 &QComboBox::currentTextChanged,
37 &This::showSelectedFormForQuery);
41 auto queryTargetLayout =
new QHBoxLayout();
43 typeLayout->addLayout(queryTargetLayout);
58 SnapshotSelectorWidget::showSelectedFormForQuery(QString selected)
62 form->setVisible(name == selected);
67 SnapshotSelectorWidget::addForm(
const QString& key, SnapshotForm* form)
75 SnapshotSelectorWidget::hideAllForms()
79 form->setVisible(
false);