Tweak a few things in the pipeline state & config interfaces

* Remove reference out parameters that aren't a good fit for python
  bindings, and change a few names to make a better interface.
This commit is contained in:
baldurk
2017-04-07 16:29:07 +01:00
parent ceb73b85d9
commit a2a96a556c
7 changed files with 54 additions and 59 deletions
@@ -46,7 +46,7 @@ SettingsDialog::SettingsDialog(ICaptureContext &ctx, QWidget *parent)
for(int i = 0; i < (int)TimeUnit::Count; i++)
{
ui->EventBrowser_TimeUnit->addItem(UnitPrefix((TimeUnit)i));
ui->EventBrowser_TimeUnit->addItem(UnitSuffix((TimeUnit)i));
}
ui->pages->clearSelection();