Qt-based selection view for SQLite-backed geometry “experiment/system” configurations.
More...
|
| file | test_dbselect.cc |
| | Example program demonstrating how to use the dbselect module in GUI or CLI mode.
|
| |
|
| namespace | dbselect |
| | Namespace containing dbselect module functions.
|
| |
|
| class | DBSelectView |
| | Qt widget used to select experiment/system configurations from an SQLite geometry database. More...
|
| |
| class | ComboDelegate |
| | Item delegate that edits a cell using a QComboBox populated from Qt::UserRole. More...
|
| |
This module provides a small GUI/CLI-oriented utility layer to inspect and select geometry configurations stored in an SQLite database (via the geometry table), and to translate user selections into a list of GSystem objects that can be passed to detector construction for geometry reload.