Widgets and dialogs for GSDView.
Functions
| findItem(root, root_depth, attr_name, ...) | Find in opened items and return an item with attr_name == attr_goal. |
| get_filedialog([parent]) | |
| get_mainwin() |
Classes
| AboutDialog([parent, flags]) | |
| FileEntryWidget([contents, mode, dialog, ...]) | |
| GeneralPreferencesPage([parent, flags]) | |
| PreferencesDialog([parent, flags]) | Extendible preferences dialog for GSDView. |
Extendible preferences dialog for GSDView.
| Signals : |
|---|
Find in opened items and return an item with attr_name == attr_goal.
It is a recursive limited depth search on tree of QStandardItems
| Parameters : |
|---|
root: tree root
root_depth: depth of root item
tested
attr_goal: value attr_name must have to stop search
first level datasets 0, subdatasets 1, ...