[vapor] 01/02: WIP: qt5 patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:21:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository vapor.

commit 3ad8b8bcbaef9b4c5f5921c345c1b939aef2494e
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Oct 25 16:20:15 2017 +0100

    WIP: qt5 patch
---
 debian/patches/qt5.patch | 5474 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 5474 insertions(+)

diff --git a/debian/patches/qt5.patch b/debian/patches/qt5.patch
index 5994ba5..552a7a3 100644
--- a/debian/patches/qt5.patch
+++ b/debian/patches/qt5.patch
@@ -1526,3 +1526,5477 @@ Index: vapor-2.6.0/apps/vaporgui/main/main.cpp
  #pragma warning(disable : 4996)
  #else
  #include <unistd.h>
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/statsWindow.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/statsWindow.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/statsWindow.h
+@@ -10,25 +10,25 @@
+ #define STATSWINDOW_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QCheckBox>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QFrame>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSlider>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QSpinBox>
+-#include <QtGui/QStackedWidget>
+-#include <QtGui/QTabWidget>
+-#include <QtGui/QTableWidget>
+-#include <QtGui/QVBoxLayout>
+-#include <QtGui/QWidget>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QCheckBox>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSlider>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QSpinBox>
++#include <QtWidgets/QStackedWidget>
++#include <QtWidgets/QTabWidget>
++#include <QtWidgets/QTableWidget>
++#include <QtWidgets/QVBoxLayout>
++#include <QtWidgets/QWidget>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -1939,122 +1939,122 @@ public:
+ 
+     void retranslateUi(QWidget *StatsWindow)
+     {
+-        StatsWindow->setWindowTitle(QApplication::translate("StatsWindow", "Form", 0, QApplication::UnicodeUTF8));
+-        label->setText(QApplication::translate("StatsWindow", "Variable Statistics", 0, QApplication::UnicodeUTF8));
+-        label_4->setText(QApplication::translate("StatsWindow", "Variable Selection", 0, QApplication::UnicodeUTF8));
++        StatsWindow->setWindowTitle(QApplication::translate("StatsWindow", "Form", 0));
++        label->setText(QApplication::translate("StatsWindow", "Variable Statistics", 0));
++        label_4->setText(QApplication::translate("StatsWindow", "Variable Selection", 0));
+         NewVarCombo->clear();
+         NewVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("StatsWindow", "Add Variable", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("StatsWindow", "Add Variable", 0)
+         );
+         RemoveVarCombo->clear();
+         RemoveVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("StatsWindow", "Remove Variable", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("StatsWindow", "Remove Variable", 0)
+         );
+-        label_3->setText(QApplication::translate("StatsWindow", "Statistic Selection", 0, QApplication::UnicodeUTF8));
++        label_3->setText(QApplication::translate("StatsWindow", "Statistic Selection", 0));
+         addStatCombo->clear();
+         addStatCombo->insertItems(0, QStringList()
+-         << QApplication::translate("StatsWindow", "Add Statistic", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Mean", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Median", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "StdDev", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("StatsWindow", "Add Statistic", 0)
++         << QApplication::translate("StatsWindow", "Min", 0)
++         << QApplication::translate("StatsWindow", "Max", 0)
++         << QApplication::translate("StatsWindow", "Mean", 0)
++         << QApplication::translate("StatsWindow", "Median", 0)
++         << QApplication::translate("StatsWindow", "StdDev", 0)
+         );
+         removeStatCombo->clear();
+         removeStatCombo->insertItems(0, QStringList()
+-         << QApplication::translate("StatsWindow", "Remove Statistic", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Mean", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Median", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "StdDev", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("StatsWindow", "Remove Statistic", 0)
++         << QApplication::translate("StatsWindow", "Min", 0)
++         << QApplication::translate("StatsWindow", "Max", 0)
++         << QApplication::translate("StatsWindow", "Mean", 0)
++         << QApplication::translate("StatsWindow", "Median", 0)
++         << QApplication::translate("StatsWindow", "StdDev", 0)
+         );
+-        CompressionLabel->setText(QApplication::translate("StatsWindow", "Compression Parameters", 0, QApplication::UnicodeUTF8));
+-        RefLabel->setText(QApplication::translate("StatsWindow", "Refinement:", 0, QApplication::UnicodeUTF8));
+-        CRatioLabel->setText(QApplication::translate("StatsWindow", "Level of Detail", 0, QApplication::UnicodeUTF8));
+-        TemporalExtentsLabel->setText(QApplication::translate("StatsWindow", "Temporal Extents", 0, QApplication::UnicodeUTF8));
+-        MinTimestepLabel->setText(QApplication::translate("StatsWindow", "Minimum Timestep:", 0, QApplication::UnicodeUTF8));
+-        MaxTimestepLabel->setText(QApplication::translate("StatsWindow", "Maximum Timestep", 0, QApplication::UnicodeUTF8));
+-        ExportButton->setText(QApplication::translate("StatsWindow", "Export Text", 0, QApplication::UnicodeUTF8));
+-        UpdateButton->setText(QApplication::translate("StatsWindow", "Update Statistics", 0, QApplication::UnicodeUTF8));
+-        UpdateCheckbox->setText(QApplication::translate("StatsWindow", "Auto-update", 0, QApplication::UnicodeUTF8));
+-        RegionLabel->setText(QApplication::translate("StatsWindow", "Spatial Extents", 0, QApplication::UnicodeUTF8));
++        CompressionLabel->setText(QApplication::translate("StatsWindow", "Compression Parameters", 0));
++        RefLabel->setText(QApplication::translate("StatsWindow", "Refinement:", 0));
++        CRatioLabel->setText(QApplication::translate("StatsWindow", "Level of Detail", 0));
++        TemporalExtentsLabel->setText(QApplication::translate("StatsWindow", "Temporal Extents", 0));
++        MinTimestepLabel->setText(QApplication::translate("StatsWindow", "Minimum Timestep:", 0));
++        MaxTimestepLabel->setText(QApplication::translate("StatsWindow", "Maximum Timestep", 0));
++        ExportButton->setText(QApplication::translate("StatsWindow", "Export Text", 0));
++        UpdateButton->setText(QApplication::translate("StatsWindow", "Update Statistics", 0));
++        UpdateCheckbox->setText(QApplication::translate("StatsWindow", "Auto-update", 0));
++        RegionLabel->setText(QApplication::translate("StatsWindow", "Spatial Extents", 0));
+         QTableWidgetItem *___qtablewidgetitem = RegionTable->horizontalHeaderItem(0);
+-        ___qtablewidgetitem->setText(QApplication::translate("StatsWindow", "X", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem->setText(QApplication::translate("StatsWindow", "X", 0));
+         QTableWidgetItem *___qtablewidgetitem1 = RegionTable->horizontalHeaderItem(1);
+-        ___qtablewidgetitem1->setText(QApplication::translate("StatsWindow", "Y", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem1->setText(QApplication::translate("StatsWindow", "Y", 0));
+         QTableWidgetItem *___qtablewidgetitem2 = RegionTable->horizontalHeaderItem(2);
+-        ___qtablewidgetitem2->setText(QApplication::translate("StatsWindow", "Z", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem2->setText(QApplication::translate("StatsWindow", "Z", 0));
+         QTableWidgetItem *___qtablewidgetitem3 = RegionTable->verticalHeaderItem(0);
+-        ___qtablewidgetitem3->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem3->setText(QApplication::translate("StatsWindow", "Min", 0));
+         QTableWidgetItem *___qtablewidgetitem4 = RegionTable->verticalHeaderItem(1);
+-        ___qtablewidgetitem4->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem4->setText(QApplication::translate("StatsWindow", "Max", 0));
+ 
+         const bool __sortingEnabled = RegionTable->isSortingEnabled();
+         RegionTable->setSortingEnabled(false);
+         RegionTable->setSortingEnabled(__sortingEnabled);
+ 
+-        label_22->setText(QApplication::translate("StatsWindow", "X:", 0, QApplication::UnicodeUTF8));
+-        minXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        minXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_45->setText(QApplication::translate("StatsWindow", "Y:", 0, QApplication::UnicodeUTF8));
+-        minYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        minYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_48->setText(QApplication::translate("StatsWindow", "Z:", 0, QApplication::UnicodeUTF8));
+-        minZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        minZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        minMaxTab->setTabText(minMaxTab->indexOf(tab_3), QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        label_24->setText(QApplication::translate("StatsWindow", "X:", 0, QApplication::UnicodeUTF8));
+-        maxXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        maxXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_51->setText(QApplication::translate("StatsWindow", "Y:", 0, QApplication::UnicodeUTF8));
+-        maxYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        maxYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_52->setText(QApplication::translate("StatsWindow", "Z:", 0, QApplication::UnicodeUTF8));
+-        maxZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        maxZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        minMaxTab->setTabText(minMaxTab->indexOf(tab_4), QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_26->setText(QApplication::translate("StatsWindow", "Center:", 0, QApplication::UnicodeUTF8));
+-        centerXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        centerXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_27->setText(QApplication::translate("StatsWindow", "Size", 0, QApplication::UnicodeUTF8));
+-        sizeXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        sizeXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("StatsWindow", "X", 0, QApplication::UnicodeUTF8));
+-        label_46->setText(QApplication::translate("StatsWindow", "Center:", 0, QApplication::UnicodeUTF8));
+-        centerYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        centerYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_56->setText(QApplication::translate("StatsWindow", "Size:", 0, QApplication::UnicodeUTF8));
+-        sizeYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        sizeYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        tabWidget->setTabText(tabWidget->indexOf(tab_6), QApplication::translate("StatsWindow", "Y", 0, QApplication::UnicodeUTF8));
+-        label_55->setText(QApplication::translate("StatsWindow", "Center:", 0, QApplication::UnicodeUTF8));
+-        centerZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        centerZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_57->setText(QApplication::translate("StatsWindow", "Size:", 0, QApplication::UnicodeUTF8));
+-        sizeZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        sizeZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        tabWidget->setTabText(tabWidget->indexOf(tab_5), QApplication::translate("StatsWindow", "Z", 0, QApplication::UnicodeUTF8));
+-        centerSizeTab->setTabText(centerSizeTab->indexOf(tab), QApplication::translate("StatsWindow", "Center/Size", 0, QApplication::UnicodeUTF8));
+-        label_25->setText(QApplication::translate("StatsWindow", "X:", 0, QApplication::UnicodeUTF8));
+-        spXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_53->setText(QApplication::translate("StatsWindow", "Y:", 0, QApplication::UnicodeUTF8));
+-        spYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_54->setText(QApplication::translate("StatsWindow", "Z:", 0, QApplication::UnicodeUTF8));
+-        spZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        singlePointTab->setTabText(singlePointTab->indexOf(tab_7), QApplication::translate("StatsWindow", "Single Point", 0, QApplication::UnicodeUTF8));
+-        label_2->setText(QApplication::translate("StatsWindow", "Select region by:", 0, QApplication::UnicodeUTF8));
++        label_22->setText(QApplication::translate("StatsWindow", "X:", 0));
++        minXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        minXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_45->setText(QApplication::translate("StatsWindow", "Y:", 0));
++        minYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        minYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_48->setText(QApplication::translate("StatsWindow", "Z:", 0));
++        minZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        minZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        minMaxTab->setTabText(minMaxTab->indexOf(tab_3), QApplication::translate("StatsWindow", "Min", 0));
++        label_24->setText(QApplication::translate("StatsWindow", "X:", 0));
++        maxXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        maxXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_51->setText(QApplication::translate("StatsWindow", "Y:", 0));
++        maxYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        maxYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_52->setText(QApplication::translate("StatsWindow", "Z:", 0));
++        maxZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        maxZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        minMaxTab->setTabText(minMaxTab->indexOf(tab_4), QApplication::translate("StatsWindow", "Max", 0));
++        label_26->setText(QApplication::translate("StatsWindow", "Center:", 0));
++        centerXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        centerXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_27->setText(QApplication::translate("StatsWindow", "Size", 0));
++        sizeXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        sizeXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("StatsWindow", "X", 0));
++        label_46->setText(QApplication::translate("StatsWindow", "Center:", 0));
++        centerYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        centerYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_56->setText(QApplication::translate("StatsWindow", "Size:", 0));
++        sizeYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        sizeYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        tabWidget->setTabText(tabWidget->indexOf(tab_6), QApplication::translate("StatsWindow", "Y", 0));
++        label_55->setText(QApplication::translate("StatsWindow", "Center:", 0));
++        centerZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        centerZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_57->setText(QApplication::translate("StatsWindow", "Size:", 0));
++        sizeZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        sizeZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        tabWidget->setTabText(tabWidget->indexOf(tab_5), QApplication::translate("StatsWindow", "Z", 0));
++        centerSizeTab->setTabText(centerSizeTab->indexOf(tab), QApplication::translate("StatsWindow", "Center/Size", 0));
++        label_25->setText(QApplication::translate("StatsWindow", "X:", 0));
++        spXMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        spXMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_53->setText(QApplication::translate("StatsWindow", "Y:", 0));
++        spYMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        spYMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        label_54->setText(QApplication::translate("StatsWindow", "Z:", 0));
++        spZMinLabel->setText(QApplication::translate("StatsWindow", "Min", 0));
++        spZMaxLabel->setText(QApplication::translate("StatsWindow", "Max", 0));
++        singlePointTab->setTabText(singlePointTab->indexOf(tab_7), QApplication::translate("StatsWindow", "Single Point", 0));
++        label_2->setText(QApplication::translate("StatsWindow", "Select region by:", 0));
+         regionSelectorCombo->clear();
+         regionSelectorCombo->insertItems(0, QStringList()
+-         << QApplication::translate("StatsWindow", "Min/Max", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Center/Size", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("StatsWindow", "Single Point", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("StatsWindow", "Min/Max", 0)
++         << QApplication::translate("StatsWindow", "Center/Size", 0)
++         << QApplication::translate("StatsWindow", "Single Point", 0)
+         );
+-        copyActiveRegionButton->setText(QApplication::translate("StatsWindow", "Copy Active Region", 0, QApplication::UnicodeUTF8));
+-        RestoreExtentsButton->setText(QApplication::translate("StatsWindow", "Restore Full Extents", 0, QApplication::UnicodeUTF8));
++        copyActiveRegionButton->setText(QApplication::translate("StatsWindow", "Copy Active Region", 0));
++        RestoreExtentsButton->setText(QApplication::translate("StatsWindow", "Restore Full Extents", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/errMsg.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/errMsg.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/errMsg.h
+@@ -10,14 +10,14 @@
+ #define ERRMSG_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QDialog>
+-#include <QtGui/QDialogButtonBox>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QTextEdit>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QDialog>
++#include <QtWidgets/QDialogButtonBox>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QTextEdit>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -56,8 +56,8 @@ public:
+ 
+     void retranslateUi(QDialog *ErrMsg)
+     {
+-        ErrMsg->setWindowTitle(QApplication::translate("ErrMsg", "Dialog", 0, QApplication::UnicodeUTF8));
+-        label->setText(QApplication::translate("ErrMsg", "The following errors occurred:", 0, QApplication::UnicodeUTF8));
++        ErrMsg->setWindowTitle(QApplication::translate("ErrMsg", "Dialog", 0));
++        label->setText(QApplication::translate("ErrMsg", "The following errors occurred:", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/firstTimeUser.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/firstTimeUser.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/firstTimeUser.h
+@@ -10,17 +10,17 @@
+ #define FIRSTTIMEUSER_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QDialog>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QTextEdit>
+-#include <QtGui/QVBoxLayout>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QDialog>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QTextEdit>
++#include <QtWidgets/QVBoxLayout>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -119,16 +119,16 @@ public:
+ 
+     void retranslateUi(QDialog *FirstTimeDialog)
+     {
+-        FirstTimeDialog->setWindowTitle(QApplication::translate("FirstTimeDialog", "Dialog", 0, QApplication::UnicodeUTF8));
++        FirstTimeDialog->setWindowTitle(QApplication::translate("FirstTimeDialog", "Dialog", 0));
+         label->setText(QString());
+-        label_2->setText(QApplication::translate("FirstTimeDialog", "Welcome to the SeedMe Video Creator", 0, QApplication::UnicodeUTF8));
++        label_2->setText(QApplication::translate("FirstTimeDialog", "Welcome to the SeedMe Video Creator", 0));
+         label_3->setText(QApplication::translate("FirstTimeDialog", "SeedMe is a cloud based media creation tool that allows you to generate videos from your VAPOR output files.\n"
+ "\n"
+-"In order to use SeedMe, users must register an account at www.seedme.org, and obtain an API Key, which can be downloaded after registration at www.seedme.org/user.", 0, QApplication::UnicodeUTF8));
+-        label_4->setText(QApplication::translate("FirstTimeDialog", "Once you've downloaded and saved your API key, save it into your HOME DIRECTORY (/Users/<username>/ or C:Users<username> for example).  The file must be named either \"seedme.txt\" or \".seedme\". If the API key file is not saved in the home directory, SeedMe will not work!", 0, QApplication::UnicodeUTF8));
+-        label_5->setText(QApplication::translate("FirstTimeDialog", "SeedMe API Key:", 0, QApplication::UnicodeUTF8));
+-        browseAPIKeyButton->setText(QApplication::translate("FirstTimeDialog", "Browse...", 0, QApplication::UnicodeUTF8));
+-        letsGoButton->setText(QApplication::translate("FirstTimeDialog", "Lets go!", 0, QApplication::UnicodeUTF8));
++"In order to use SeedMe, users must register an account at www.seedme.org, and obtain an API Key, which can be downloaded after registration at www.seedme.org/user.", 0));
++        label_4->setText(QApplication::translate("FirstTimeDialog", "Once you've downloaded and saved your API key, save it into your HOME DIRECTORY (/Users/<username>/ or C:Users<username> for example).  The file must be named either \"seedme.txt\" or \".seedme\". If the API key file is not saved in the home directory, SeedMe will not work!", 0));
++        label_5->setText(QApplication::translate("FirstTimeDialog", "SeedMe API Key:", 0));
++        browseAPIKeyButton->setText(QApplication::translate("FirstTimeDialog", "Browse...", 0));
++        letsGoButton->setText(QApplication::translate("FirstTimeDialog", "Lets go!", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/plotWindow.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/plotWindow.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/plotWindow.h
+@@ -10,25 +10,25 @@
+ #define PLOTWINDOW_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QDialog>
+-#include <QtGui/QFrame>
+-#include <QtGui/QGroupBox>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSlider>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QSpinBox>
+-#include <QtGui/QTabWidget>
+-#include <QtGui/QTableWidget>
+-#include <QtGui/QVBoxLayout>
+-#include <QtGui/QWidget>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QDialog>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QGroupBox>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSlider>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QSpinBox>
++#include <QtWidgets/QTabWidget>
++#include <QtWidgets/QTableWidget>
++#include <QtWidgets/QVBoxLayout>
++#include <QtWidgets/QWidget>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -1341,112 +1341,112 @@ public:
+ 
+     void retranslateUi(QDialog *PlotWindow)
+     {
+-        PlotWindow->setWindowTitle(QApplication::translate("PlotWindow", "Form", 0, QApplication::UnicodeUTF8));
++        PlotWindow->setWindowTitle(QApplication::translate("PlotWindow", "Form", 0));
+         label->setText(QApplication::translate("PlotWindow", "Dependent\n"
+-"Variable Attributes", 0, QApplication::UnicodeUTF8));
++"Variable Attributes", 0));
+         addVarCombo->clear();
+         addVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("PlotWindow", "Add Variable", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("PlotWindow", "Add Variable", 0)
+         );
+         QTableWidgetItem *___qtablewidgetitem = variablesTable->horizontalHeaderItem(0);
+-        ___qtablewidgetitem->setText(QApplication::translate("PlotWindow", "Enabled", 0, QApplication::UnicodeUTF8));
+-        removeVarButton->setText(QApplication::translate("PlotWindow", "Remove Variable", 0, QApplication::UnicodeUTF8));
+-        label_3->setText(QApplication::translate("PlotWindow", "Refinement:", 0, QApplication::UnicodeUTF8));
+-        label_6->setText(QApplication::translate("PlotWindow", "Level of detail:", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem->setText(QApplication::translate("PlotWindow", "Enabled", 0));
++        removeVarButton->setText(QApplication::translate("PlotWindow", "Remove Variable", 0));
++        label_3->setText(QApplication::translate("PlotWindow", "Refinement:", 0));
++        label_6->setText(QApplication::translate("PlotWindow", "Level of detail:", 0));
+         QTableWidgetItem *___qtablewidgetitem1 = spaceTable->horizontalHeaderItem(0);
+-        ___qtablewidgetitem1->setText(QApplication::translate("PlotWindow", "Point 1", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem1->setText(QApplication::translate("PlotWindow", "Point 1", 0));
+         QTableWidgetItem *___qtablewidgetitem2 = spaceTable->horizontalHeaderItem(1);
+-        ___qtablewidgetitem2->setText(QApplication::translate("PlotWindow", "Point 2", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem2->setText(QApplication::translate("PlotWindow", "Point 2", 0));
+         QTableWidgetItem *___qtablewidgetitem3 = spaceTable->horizontalHeaderItem(2);
+-        ___qtablewidgetitem3->setText(QApplication::translate("PlotWindow", "Const", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem3->setText(QApplication::translate("PlotWindow", "Const", 0));
+         QTableWidgetItem *___qtablewidgetitem4 = spaceTable->verticalHeaderItem(0);
+-        ___qtablewidgetitem4->setText(QApplication::translate("PlotWindow", "X", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem4->setText(QApplication::translate("PlotWindow", "X", 0));
+         QTableWidgetItem *___qtablewidgetitem5 = spaceTable->verticalHeaderItem(1);
+-        ___qtablewidgetitem5->setText(QApplication::translate("PlotWindow", "Y", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem5->setText(QApplication::translate("PlotWindow", "Y", 0));
+         QTableWidgetItem *___qtablewidgetitem6 = spaceTable->verticalHeaderItem(2);
+-        ___qtablewidgetitem6->setText(QApplication::translate("PlotWindow", "Z", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem6->setText(QApplication::translate("PlotWindow", "Z", 0));
+         QTableWidgetItem *___qtablewidgetitem7 = spaceTable->verticalHeaderItem(3);
+-        ___qtablewidgetitem7->setText(QApplication::translate("PlotWindow", "Time", 0, QApplication::UnicodeUTF8));
+-        label_5->setText(QApplication::translate("PlotWindow", "Temporal Coordinate:", 0, QApplication::UnicodeUTF8));
+-        label_37->setText(QApplication::translate("PlotWindow", "Timestep:", 0, QApplication::UnicodeUTF8));
+-        spaceTimeMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spaceTimeMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_8->setText(QApplication::translate("PlotWindow", "Spatial Coordinates:", 0, QApplication::UnicodeUTF8));
+-        label_19->setText(QApplication::translate("PlotWindow", "X:", 0, QApplication::UnicodeUTF8));
+-        spaceP1XMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spaceP1XMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_43->setText(QApplication::translate("PlotWindow", "Y:", 0, QApplication::UnicodeUTF8));
+-        spaceP1YMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spaceP1YMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_46->setText(QApplication::translate("PlotWindow", "Z:", 0, QApplication::UnicodeUTF8));
+-        spaceP1ZMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spaceP1ZMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_2->setText(QApplication::translate("PlotWindow", "Copy point from:", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem7->setText(QApplication::translate("PlotWindow", "Time", 0));
++        label_5->setText(QApplication::translate("PlotWindow", "Temporal Coordinate:", 0));
++        label_37->setText(QApplication::translate("PlotWindow", "Timestep:", 0));
++        spaceTimeMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        spaceTimeMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_8->setText(QApplication::translate("PlotWindow", "Spatial Coordinates:", 0));
++        label_19->setText(QApplication::translate("PlotWindow", "X:", 0));
++        spaceP1XMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        spaceP1XMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_43->setText(QApplication::translate("PlotWindow", "Y:", 0));
++        spaceP1YMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        spaceP1YMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_46->setText(QApplication::translate("PlotWindow", "Z:", 0));
++        spaceP1ZMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        spaceP1ZMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_2->setText(QApplication::translate("PlotWindow", "Copy point from:", 0));
+         spaceP1CopyCombo->clear();
+         spaceP1CopyCombo->insertItems(0, QStringList()
+-         << QApplication::translate("PlotWindow", "- Renderer -", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "Probe", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "2D", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "Contours", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("PlotWindow", "- Renderer -", 0)
++         << QApplication::translate("PlotWindow", "Probe", 0)
++         << QApplication::translate("PlotWindow", "2D", 0)
++         << QApplication::translate("PlotWindow", "Contours", 0)
+         );
+-        spaceTabWidget->setTabText(spaceTabWidget->indexOf(spacePoint1), QApplication::translate("PlotWindow", "Point 1", 0, QApplication::UnicodeUTF8));
+-        label_9->setText(QApplication::translate("PlotWindow", "X:", 0, QApplication::UnicodeUTF8));
+-        spaceP2XMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spaceP2XMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_14->setText(QApplication::translate("PlotWindow", "Y:", 0, QApplication::UnicodeUTF8));
+-        spaceP2YMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spaceP2YMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_18->setText(QApplication::translate("PlotWindow", "Z:", 0, QApplication::UnicodeUTF8));
+-        spaceP2ZMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        spaceP2ZMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_4->setText(QApplication::translate("PlotWindow", "Copy point from:", 0, QApplication::UnicodeUTF8));
++        spaceTabWidget->setTabText(spaceTabWidget->indexOf(spacePoint1), QApplication::translate("PlotWindow", "Point 1", 0));
++        label_9->setText(QApplication::translate("PlotWindow", "X:", 0));
++        spaceP2XMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        spaceP2XMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_14->setText(QApplication::translate("PlotWindow", "Y:", 0));
++        spaceP2YMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        spaceP2YMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_18->setText(QApplication::translate("PlotWindow", "Z:", 0));
++        spaceP2ZMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        spaceP2ZMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_4->setText(QApplication::translate("PlotWindow", "Copy point from:", 0));
+         spaceP2CopyCombo->clear();
+         spaceP2CopyCombo->insertItems(0, QStringList()
+-         << QApplication::translate("PlotWindow", "- Renderer -", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "Probe", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "2D", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "Isoline", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("PlotWindow", "- Renderer -", 0)
++         << QApplication::translate("PlotWindow", "Probe", 0)
++         << QApplication::translate("PlotWindow", "2D", 0)
++         << QApplication::translate("PlotWindow", "Isoline", 0)
+         );
+-        spaceTabWidget->setTabText(spaceTabWidget->indexOf(spacePoint2), QApplication::translate("PlotWindow", "Point 2", 0, QApplication::UnicodeUTF8));
+-        spaceTimeTab->setTabText(spaceTimeTab->indexOf(tab_3), QApplication::translate("PlotWindow", "Space", 0, QApplication::UnicodeUTF8));
++        spaceTabWidget->setTabText(spaceTabWidget->indexOf(spacePoint2), QApplication::translate("PlotWindow", "Point 2", 0));
++        spaceTimeTab->setTabText(spaceTimeTab->indexOf(tab_3), QApplication::translate("PlotWindow", "Space", 0));
+         QTableWidgetItem *___qtablewidgetitem8 = timeTable->horizontalHeaderItem(0);
+-        ___qtablewidgetitem8->setText(QApplication::translate("PlotWindow", "Point 1", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem8->setText(QApplication::translate("PlotWindow", "Point 1", 0));
+         QTableWidgetItem *___qtablewidgetitem9 = timeTable->horizontalHeaderItem(1);
+-        ___qtablewidgetitem9->setText(QApplication::translate("PlotWindow", "Point 2", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem9->setText(QApplication::translate("PlotWindow", "Point 2", 0));
+         QTableWidgetItem *___qtablewidgetitem10 = timeTable->horizontalHeaderItem(2);
+-        ___qtablewidgetitem10->setText(QApplication::translate("PlotWindow", "Const", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem10->setText(QApplication::translate("PlotWindow", "Const", 0));
+         QTableWidgetItem *___qtablewidgetitem11 = timeTable->verticalHeaderItem(0);
+-        ___qtablewidgetitem11->setText(QApplication::translate("PlotWindow", "X", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem11->setText(QApplication::translate("PlotWindow", "X", 0));
+         QTableWidgetItem *___qtablewidgetitem12 = timeTable->verticalHeaderItem(1);
+-        ___qtablewidgetitem12->setText(QApplication::translate("PlotWindow", "Y", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem12->setText(QApplication::translate("PlotWindow", "Y", 0));
+         QTableWidgetItem *___qtablewidgetitem13 = timeTable->verticalHeaderItem(2);
+-        ___qtablewidgetitem13->setText(QApplication::translate("PlotWindow", "Z", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem13->setText(QApplication::translate("PlotWindow", "Z", 0));
+         QTableWidgetItem *___qtablewidgetitem14 = timeTable->verticalHeaderItem(3);
+-        ___qtablewidgetitem14->setText(QApplication::translate("PlotWindow", "Time", 0, QApplication::UnicodeUTF8));
+-        label_40->setText(QApplication::translate("PlotWindow", "Temporal Coordinate:", 0, QApplication::UnicodeUTF8));
+-        label_41->setText(QApplication::translate("PlotWindow", "Min:", 0, QApplication::UnicodeUTF8));
+-        label_42->setText(QApplication::translate("PlotWindow", "Max:", 0, QApplication::UnicodeUTF8));
+-        label_72->setText(QApplication::translate("PlotWindow", "Spatial Coordinates:", 0, QApplication::UnicodeUTF8));
+-        label_82->setText(QApplication::translate("PlotWindow", "X:", 0, QApplication::UnicodeUTF8));
+-        timeXMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        timeXMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_85->setText(QApplication::translate("PlotWindow", "Y:", 0, QApplication::UnicodeUTF8));
+-        timeYMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        timeYMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_88->setText(QApplication::translate("PlotWindow", "Z:", 0, QApplication::UnicodeUTF8));
+-        timeZMin->setText(QApplication::translate("PlotWindow", "Min", 0, QApplication::UnicodeUTF8));
+-        timeZMax->setText(QApplication::translate("PlotWindow", "Max", 0, QApplication::UnicodeUTF8));
+-        label_11->setText(QApplication::translate("PlotWindow", "Copy point from:", 0, QApplication::UnicodeUTF8));
++        ___qtablewidgetitem14->setText(QApplication::translate("PlotWindow", "Time", 0));
++        label_40->setText(QApplication::translate("PlotWindow", "Temporal Coordinate:", 0));
++        label_41->setText(QApplication::translate("PlotWindow", "Min:", 0));
++        label_42->setText(QApplication::translate("PlotWindow", "Max:", 0));
++        label_72->setText(QApplication::translate("PlotWindow", "Spatial Coordinates:", 0));
++        label_82->setText(QApplication::translate("PlotWindow", "X:", 0));
++        timeXMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        timeXMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_85->setText(QApplication::translate("PlotWindow", "Y:", 0));
++        timeYMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        timeYMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_88->setText(QApplication::translate("PlotWindow", "Z:", 0));
++        timeZMin->setText(QApplication::translate("PlotWindow", "Min", 0));
++        timeZMax->setText(QApplication::translate("PlotWindow", "Max", 0));
++        label_11->setText(QApplication::translate("PlotWindow", "Copy point from:", 0));
+         timeCopyCombo->clear();
+         timeCopyCombo->insertItems(0, QStringList()
+-         << QApplication::translate("PlotWindow", "- Renderer -", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "Probe", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "2D", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("PlotWindow", "Contours", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("PlotWindow", "- Renderer -", 0)
++         << QApplication::translate("PlotWindow", "Probe", 0)
++         << QApplication::translate("PlotWindow", "2D", 0)
++         << QApplication::translate("PlotWindow", "Contours", 0)
+         );
+-        tabWidget_3->setTabText(tabWidget_3->indexOf(tab_7), QApplication::translate("PlotWindow", "Point Selection", 0, QApplication::UnicodeUTF8));
+-        spaceTimeTab->setTabText(spaceTimeTab->indexOf(tab_2), QApplication::translate("PlotWindow", "Time", 0, QApplication::UnicodeUTF8));
+-        plotButton->setText(QApplication::translate("PlotWindow", "Plot", 0, QApplication::UnicodeUTF8));
++        tabWidget_3->setTabText(tabWidget_3->indexOf(tab_7), QApplication::translate("PlotWindow", "Point Selection", 0));
++        spaceTimeTab->setTabText(spaceTimeTab->indexOf(tab_2), QApplication::translate("PlotWindow", "Time", 0));
++        plotButton->setText(QApplication::translate("PlotWindow", "Plot", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/preferences.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/preferences.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/preferences.h
+@@ -10,22 +10,22 @@
+ #define PREFERENCES_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QCheckBox>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QDialog>
+-#include <QtGui/QFrame>
+-#include <QtGui/QGridLayout>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QSpinBox>
+-#include <QtGui/QVBoxLayout>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QCheckBox>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QDialog>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QGridLayout>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QSpinBox>
++#include <QtWidgets/QVBoxLayout>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -2328,401 +2328,401 @@ public:
+ 
+     void retranslateUi(QDialog *Preferences)
+     {
+-        Preferences->setWindowTitle(QApplication::translate("Preferences", "User Preferences", 0, QApplication::UnicodeUTF8));
+-        buttonOk2->setText(QApplication::translate("Preferences", "&OK", 0, QApplication::UnicodeUTF8));
++        Preferences->setWindowTitle(QApplication::translate("Preferences", "User Preferences", 0));
++        buttonOk2->setText(QApplication::translate("Preferences", "&OK", 0));
+         buttonOk2->setShortcut(QString());
+-        buttonCancel2->setText(QApplication::translate("Preferences", "&Cancel", 0, QApplication::UnicodeUTF8));
++        buttonCancel2->setText(QApplication::translate("Preferences", "&Cancel", 0));
+         buttonCancel2->setShortcut(QString());
+ #ifndef QT_NO_TOOLTIP
+-        buttonHelp2->setToolTip(QApplication::translate("Preferences", "Click to get context-sensitive help on this panel", 0, QApplication::UnicodeUTF8));
++        buttonHelp2->setToolTip(QApplication::translate("Preferences", "Click to get context-sensitive help on this panel", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonHelp2->setText(QApplication::translate("Preferences", "&Help", 0, QApplication::UnicodeUTF8));
+-        buttonHelp2->setShortcut(QApplication::translate("Preferences", "F1", 0, QApplication::UnicodeUTF8));
++        buttonHelp2->setText(QApplication::translate("Preferences", "&Help", 0));
++        buttonHelp2->setShortcut(QApplication::translate("Preferences", "F1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonDefault->setToolTip(QApplication::translate("Preferences", "Click to reset all user preferences and parameter values to their original default values", 0, QApplication::UnicodeUTF8));
++        buttonDefault->setToolTip(QApplication::translate("Preferences", "Click to reset all user preferences and parameter values to their original default values", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonDefault->setText(QApplication::translate("Preferences", "Restore Defaults", 0, QApplication::UnicodeUTF8));
++        buttonDefault->setText(QApplication::translate("Preferences", "Restore Defaults", 0));
+         buttonDefault->setShortcut(QString());
+ #ifndef QT_NO_TOOLTIP
+-        showDefaultsButton->setToolTip(QApplication::translate("Preferences", "Display the application defaults that will be used when the application is restarted or new data is loaded.", 0, QApplication::UnicodeUTF8));
++        showDefaultsButton->setToolTip(QApplication::translate("Preferences", "Display the application defaults that will be used when the application is restarted or new data is loaded.", 0));
+ #endif // QT_NO_TOOLTIP
+-        showDefaultsButton->setText(QApplication::translate("Preferences", "Session Defaults", 0, QApplication::UnicodeUTF8));
++        showDefaultsButton->setText(QApplication::translate("Preferences", "Session Defaults", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        frame8->setWhatsThis(QApplication::translate("Preferences", "General user preferences include the parameters that users will want to keep the same when running VAPOR on the same workstation, independent of the data.  Most of the general preferences are not affected by loading a session.  However,  the default directories and default visualizer features can be set in a VAPOR session file.", 0, QApplication::UnicodeUTF8));
++        frame8->setWhatsThis(QApplication::translate("Preferences", "General user preferences include the parameters that users will want to keep the same when running VAPOR on the same workstation, independent of the data.  Most of the general preferences are not affected by loading a session.  However,  the default directories and default visualizer features can be set in a VAPOR session file.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_9->setText(QApplication::translate("Preferences", "<b>General User Preferences</b>", 0, QApplication::UnicodeUTF8));
++        textLabel1_9->setText(QApplication::translate("Preferences", "<b>General User Preferences</b>", 0));
+ #ifndef QT_NO_TOOLTIP
+-        autoSaveCheckbox->setToolTip(QApplication::translate("Preferences", "Check to enable automatic session saving", 0, QApplication::UnicodeUTF8));
++        autoSaveCheckbox->setToolTip(QApplication::translate("Preferences", "Check to enable automatic session saving", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        autoSaveCheckbox->setWhatsThis(QApplication::translate("Preferences", "If the session change interval is positive and if the automatic save checkbox is checked, then every time the specified number of session changes has been made the current session is saved to the session autosave file.  This is useful if there is a likelihood of crash or of terminating the application, and you would like to be able to recover your last session.", 0, QApplication::UnicodeUTF8));
++        autoSaveCheckbox->setWhatsThis(QApplication::translate("Preferences", "If the session change interval is positive and if the automatic save checkbox is checked, then every time the specified number of session changes has been made the current session is saved to the session autosave file.  This is useful if there is a likelihood of crash or of terminating the application, and you would like to be able to recover your last session.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        autoSaveCheckbox->setText(QApplication::translate("Preferences", "Automatically save session every:", 0, QApplication::UnicodeUTF8));
+-        textLabel1_7->setText(QApplication::translate("Preferences", " changes", 0, QApplication::UnicodeUTF8));
++        autoSaveCheckbox->setText(QApplication::translate("Preferences", "Automatically save session every:", 0));
++        textLabel1_7->setText(QApplication::translate("Preferences", " changes", 0));
+ #ifndef QT_NO_TOOLTIP
+-        autoSaveIntervalEdit->setToolTip(QApplication::translate("Preferences", "Specify the number of session changes per auto save", 0, QApplication::UnicodeUTF8));
++        autoSaveIntervalEdit->setToolTip(QApplication::translate("Preferences", "Specify the number of session changes per auto save", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        autoSaveIntervalEdit->setWhatsThis(QApplication::translate("Preferences", "If the session change interval is positive and if the automatic save checkbox is checked, then every time the specified number of session changes has been made the current session is saved to the session autosave file.  This is useful if there is a likelihood of crash or of terminating the application, and you would like to be able to recover your last session.", 0, QApplication::UnicodeUTF8));
++        autoSaveIntervalEdit->setWhatsThis(QApplication::translate("Preferences", "If the session change interval is positive and if the automatic save checkbox is checked, then every time the specified number of session changes has been made the current session is saved to the session autosave file.  This is useful if there is a likelihood of crash or of terminating the application, and you would like to be able to recover your last session.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        cacheSizeEdit->setToolTip(QApplication::translate("Preferences", "Specify total number of megabytes that will be used for data cache", 0, QApplication::UnicodeUTF8));
++        cacheSizeEdit->setToolTip(QApplication::translate("Preferences", "Specify total number of megabytes that will be used for data cache", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        cacheSizeEdit->setWhatsThis(QApplication::translate("Preferences", "The data cache size is the total amount of memory that VAPOR will used to hold volume data.  Best performance is obtained by choosing a value approximately equal to the physical memory that is available for the application.  If this is too large or too small the performance will be slowed.", 0, QApplication::UnicodeUTF8));
++        cacheSizeEdit->setWhatsThis(QApplication::translate("Preferences", "The data cache size is the total amount of memory that VAPOR will used to hold volume data.  Best performance is obtained by choosing a value approximately equal to the physical memory that is available for the application.  If this is too large or too small the performance will be slowed.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        textureSizeEdit->setToolTip(QApplication::translate("Preferences", "Specify max 3D graphics texture size along each axis", 0, QApplication::UnicodeUTF8));
++        textureSizeEdit->setToolTip(QApplication::translate("Preferences", "Specify max 3D graphics texture size along each axis", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        textureSizeEdit->setWhatsThis(QApplication::translate("Preferences", "VAPOR normally provides a reasonable default graphics texture size.  However in some cases the size is too small (resulting in poor performance) or too large (resulting in garbage images).  These problems can be resolved by tuning this texture size parameter.  This parameter represents the side of the largest cube that will be rendered from the GPU texture memory.  The texture size should be chosen small enoug [...]
++        textureSizeEdit->setWhatsThis(QApplication::translate("Preferences", "VAPOR normally provides a reasonable default graphics texture size.  However in some cases the size is too small (resulting in poor performance) or too large (resulting in garbage images).  These problems can be resolved by tuning this texture size parameter.  This parameter represents the side of the largest cube that will be rendered from the GPU texture memory.  The texture size should be chosen small enoug [...]
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        jpegQualityEdit->setToolTip(QApplication::translate("Preferences", "Specify a quality level of the JPEG files to be created", 0, QApplication::UnicodeUTF8));
++        jpegQualityEdit->setToolTip(QApplication::translate("Preferences", "Specify a quality level of the JPEG files to be created", 0));
+ #endif // QT_NO_TOOLTIP
+-        jpegQualityEdit->setText(QApplication::translate("Preferences", "75", 0, QApplication::UnicodeUTF8));
++        jpegQualityEdit->setText(QApplication::translate("Preferences", "75", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        textLabel1->setWhatsThis(QApplication::translate("Preferences", "The data cache size is the total amount of memory that VAPOR will used to hold volume data.  Best performance is obtained by choosing a value approximately equal to the physical memory that is available for the application.  If this is too large or too small the performance will be slowed.", 0, QApplication::UnicodeUTF8));
++        textLabel1->setWhatsThis(QApplication::translate("Preferences", "The data cache size is the total amount of memory that VAPOR will used to hold volume data.  Best performance is obtained by choosing a value approximately equal to the physical memory that is available for the application.  If this is too large or too small the performance will be slowed.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1->setText(QApplication::translate("Preferences", "Cache Size (Megabytes)", 0, QApplication::UnicodeUTF8));
++        textLabel1->setText(QApplication::translate("Preferences", "Cache Size (Megabytes)", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textureSizeCheckbox->setToolTip(QApplication::translate("Preferences", "Click to override default graphics texture size", 0, QApplication::UnicodeUTF8));
++        textureSizeCheckbox->setToolTip(QApplication::translate("Preferences", "Click to override default graphics texture size", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        textureSizeCheckbox->setWhatsThis(QApplication::translate("Preferences", "VAPOR normally provides a reasonable default graphics texture size.  However in some cases the size is too small (resulting in poor performance) or too large (resulting in garbage images).  These problems can be resolved by tuning this texture size parameter.  This parameter represents the side of the largest cube that will be rendered from the GPU texture memory.  The texture size should be chosen small e [...]
++        textureSizeCheckbox->setWhatsThis(QApplication::translate("Preferences", "VAPOR normally provides a reasonable default graphics texture size.  However in some cases the size is too small (resulting in poor performance) or too large (resulting in garbage images).  These problems can be resolved by tuning this texture size parameter.  This parameter represents the side of the largest cube that will be rendered from the GPU texture memory.  The texture size should be chosen small e [...]
+ #endif // QT_NO_WHATSTHIS
+-        textureSizeCheckbox->setText(QApplication::translate("Preferences", "Specify graphics texture size", 0, QApplication::UnicodeUTF8));
++        textureSizeCheckbox->setText(QApplication::translate("Preferences", "Specify graphics texture size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_2_2->setToolTip(QApplication::translate("Preferences", "Specify a value between 1 and 100 to control the image quality in a saved jpeg file.", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_2->setToolTip(QApplication::translate("Preferences", "Specify a value between 1 and 100 to control the image quality in a saved jpeg file.", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_2_2->setText(QApplication::translate("Preferences", "JPEG image quality (1-100)", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_2->setText(QApplication::translate("Preferences", "JPEG image quality (1-100)", 0));
+ #ifndef QT_NO_TOOLTIP
+         winWidthEdit->setToolTip(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When checked, the VAPOR window is required (at the next time vaporgui starts) to have the specified width and height.  Preferences must be saved for this to take effect.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When checked, the VAPOR window is required (at the next time vaporgui starts) to have the specified width and height.  Preferences must be saved for this to take effect.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         winWidthEdit->setWhatsThis(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This setting only takes place after the preferences are saved to disk and vaporgui is restarted.  When the checkbox is checked, the specified window width and height will be used the next time vaporgui is launched.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This setting only takes place after the preferences are saved to disk and vaporgui is restarted.  When the checkbox is checked, the specified window width and height will be used the next time vaporgui is launched.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        winWidthEdit->setText(QApplication::translate("Preferences", "1280", 0, QApplication::UnicodeUTF8));
++        winWidthEdit->setText(QApplication::translate("Preferences", "1280", 0));
+ #ifndef QT_NO_TOOLTIP
+         winHeightEdit->setToolTip(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When checked, the VAPOR window is required (at the next time vaporgui starts) to have the specified width and height.  Preferences must be saved for this to take effect.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When checked, the VAPOR window is required (at the next time vaporgui starts) to have the specified width and height.  Preferences must be saved for this to take effect.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         winHeightEdit->setWhatsThis(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This setting only takes place after the preferences are saved to disk and vaporgui is restarted.  When the checkbox is checked, the specified window width and height will be used the next time vaporgui is launched.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This setting only takes place after the preferences are saved to disk and vaporgui is restarted.  When the checkbox is checked, the specified window width and height will be used the next time vaporgui is launched.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        winHeightEdit->setText(QApplication::translate("Preferences", "1024", 0, QApplication::UnicodeUTF8));
++        winHeightEdit->setText(QApplication::translate("Preferences", "1024", 0));
+ #ifndef QT_NO_TOOLTIP
+         lockSizeCheckBox->setToolTip(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When checked, the VAPOR window is required (at the next time vaporgui starts) to have the specified width and height.  Preferences must be saved for this to take effect.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When checked, the VAPOR window is required (at the next time vaporgui starts) to have the specified width and height.  Preferences must be saved for this to take effect.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lockSizeCheckBox->setWhatsThis(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This setting only takes place after the preferences are saved to disk and vaporgui is restarted.  When the checkbox is checked, the specified window width and height will be used the next time vaporgui is launched.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This setting only takes place after the preferences are saved to disk and vaporgui is restarted.  When the checkbox is checked, the specified window width and height will be used the next time vaporgui is launched.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lockSizeCheckBox->setText(QApplication::translate("Preferences", "Lock Window Width, Height:", 0, QApplication::UnicodeUTF8));
++        lockSizeCheckBox->setText(QApplication::translate("Preferences", "Lock Window Width, Height:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        missingDataCheckbox->setToolTip(QApplication::translate("Preferences", "When checked a warning message will be presented if data is unavailable", 0, QApplication::UnicodeUTF8));
++        missingDataCheckbox->setToolTip(QApplication::translate("Preferences", "When checked a warning message will be presented if data is unavailable", 0));
+ #endif // QT_NO_TOOLTIP
+-        missingDataCheckbox->setText(QApplication::translate("Preferences", "Show warning messages for missing data", 0, QApplication::UnicodeUTF8));
++        missingDataCheckbox->setText(QApplication::translate("Preferences", "Show warning messages for missing data", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lowerRefinementCheckbox->setToolTip(QApplication::translate("Preferences", "If requested refinement or compression level is unavailable, use the highest available level, with no warning message", 0, QApplication::UnicodeUTF8));
++        lowerRefinementCheckbox->setToolTip(QApplication::translate("Preferences", "If requested refinement or compression level is unavailable, use the highest available level, with no warning message", 0));
+ #endif // QT_NO_TOOLTIP
+-        lowerRefinementCheckbox->setText(QApplication::translate("Preferences", "When data is missing, use less accurate data if available", 0, QApplication::UnicodeUTF8));
++        lowerRefinementCheckbox->setText(QApplication::translate("Preferences", "When data is missing, use less accurate data if available", 0));
+ #ifndef QT_NO_TOOLTIP
+-        quadraticCheckBox->setToolTip(QApplication::translate("Preferences", "Use quadratic interpolation for data points in-between model levels.  The default interpolation technique is trilinear.", 0, QApplication::UnicodeUTF8));
++        quadraticCheckBox->setToolTip(QApplication::translate("Preferences", "Use quadratic interpolation for data points in-between model levels.  The default interpolation technique is trilinear.", 0));
+ #endif // QT_NO_TOOLTIP
+-        quadraticCheckBox->setText(QApplication::translate("Preferences", "Use quadratic interpolation in the vertical direction", 0, QApplication::UnicodeUTF8));
++        quadraticCheckBox->setText(QApplication::translate("Preferences", "Use quadratic interpolation in the vertical direction", 0));
+ #ifndef QT_NO_TOOLTIP
+-        trackMouseCheckbox->setToolTip(QApplication::translate("Preferences", "Check to display position, color, opacity at mouse position in editor", 0, QApplication::UnicodeUTF8));
++        trackMouseCheckbox->setToolTip(QApplication::translate("Preferences", "Check to display position, color, opacity at mouse position in editor", 0));
+ #endif // QT_NO_TOOLTIP
+-        trackMouseCheckbox->setText(QApplication::translate("Preferences", "Track mouse position in Transfer Function editors", 0, QApplication::UnicodeUTF8));
++        trackMouseCheckbox->setText(QApplication::translate("Preferences", "Track mouse position in Transfer Function editors", 0));
+ #ifndef QT_NO_TOOLTIP
+-        depthPeelingCheckbox->setToolTip(QApplication::translate("Preferences", "Check to enable rendering of multiple semi-transparent surfaces", 0, QApplication::UnicodeUTF8));
++        depthPeelingCheckbox->setToolTip(QApplication::translate("Preferences", "Check to enable rendering of multiple semi-transparent surfaces", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         depthPeelingCheckbox->setWhatsThis(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When this checkbox is enabled, VAPOR will use a technique known as "Depth Peeling" on all renderers (except the DVR).  When enabled the various renderings of semi-transparent surfaces will correctly display in the same scene, except for the DVR. If this setting is changed and preferences are saved, then the depth peeling will [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When this checkbox is enabled, VAPOR will use a technique known as "Depth Peeling" on all renderers (except the DVR).  When enabled the various renderings of semi-transparent surfaces will correctly display in the same scene, except for the DVR. If this setting is changed and preferences are saved, then the depth peeling will [...]
+ #endif // QT_NO_WHATSTHIS
+-        depthPeelingCheckbox->setText(QApplication::translate("Preferences", "Enable Improved transparency rendering", 0, QApplication::UnicodeUTF8));
++        depthPeelingCheckbox->setText(QApplication::translate("Preferences", "Enable Improved transparency rendering", 0));
+ #ifndef QT_NO_TOOLTIP
+-        noShowCitationCheckbox->setToolTip(QApplication::translate("Preferences", "Don't display the reminder to cite VAPOR when an image is saved.", 0, QApplication::UnicodeUTF8));
++        noShowCitationCheckbox->setToolTip(QApplication::translate("Preferences", "Don't display the reminder to cite VAPOR when an image is saved.", 0));
+ #endif // QT_NO_TOOLTIP
+-        noShowCitationCheckbox->setText(QApplication::translate("Preferences", "Do not display citation information", 0, QApplication::UnicodeUTF8));
+-        stereoCheckBox->setText(QApplication::translate("Preferences", "Enable stereo settings at startup", 0, QApplication::UnicodeUTF8));
+-        label_2->setText(QApplication::translate("Preferences", "Tab Order:", 0, QApplication::UnicodeUTF8));
++        noShowCitationCheckbox->setText(QApplication::translate("Preferences", "Do not display citation information", 0));
++        stereoCheckBox->setText(QApplication::translate("Preferences", "Enable stereo settings at startup", 0));
++        label_2->setText(QApplication::translate("Preferences", "Tab Order:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        tabNameCombo->setToolTip(QApplication::translate("Preferences", "Specify the name of the tab to reorder", 0, QApplication::UnicodeUTF8));
++        tabNameCombo->setToolTip(QApplication::translate("Preferences", "Specify the name of the tab to reorder", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        tabOrderSpin->setToolTip(QApplication::translate("Preferences", "Specify the left-to-right order of this tab, or 0 to not display.", 0, QApplication::UnicodeUTF8));
++        tabOrderSpin->setToolTip(QApplication::translate("Preferences", "Specify the left-to-right order of this tab, or 0 to not display.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        hideUnhideButton->setToolTip(QApplication::translate("Preferences", "Click to Hide/Unhide selected tab", 0, QApplication::UnicodeUTF8));
++        hideUnhideButton->setToolTip(QApplication::translate("Preferences", "Click to Hide/Unhide selected tab", 0));
+ #endif // QT_NO_TOOLTIP
+-        hideUnhideButton->setText(QApplication::translate("Preferences", "Hide", 0, QApplication::UnicodeUTF8));
++        hideUnhideButton->setText(QApplication::translate("Preferences", "Hide", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        frame10->setWhatsThis(QApplication::translate("Preferences", "The log file and session autosave file are written to disk as often as required by the user.  The contents of the log file are established by the message logging limit values (below).  The frequency of the session autosave is set by the \"automaticalyy save session...\" values above.", 0, QApplication::UnicodeUTF8));
++        frame10->setWhatsThis(QApplication::translate("Preferences", "The log file and session autosave file are written to disk as often as required by the user.  The contents of the log file are established by the message logging limit values (below).  The frequency of the session autosave is set by the \"automaticalyy save session...\" values above.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_4->setText(QApplication::translate("Preferences", "<b>File Names for Monitoring Progress</b>", 0, QApplication::UnicodeUTF8));
+-        textLabel1_2_3->setText(QApplication::translate("Preferences", "Log File Name", 0, QApplication::UnicodeUTF8));
++        textLabel1_4->setText(QApplication::translate("Preferences", "<b>File Names for Monitoring Progress</b>", 0));
++        textLabel1_2_3->setText(QApplication::translate("Preferences", "Log File Name", 0));
+ #ifndef QT_NO_TOOLTIP
+-        logFilePathEdit->setToolTip(QApplication::translate("Preferences", "Specify the log file name (on Unix,  specify \"stderr\" for logging to console)", 0, QApplication::UnicodeUTF8));
++        logFilePathEdit->setToolTip(QApplication::translate("Preferences", "Specify the log file name (on Unix,  specify \"stderr\" for logging to console)", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        logFilePathEdit->setWhatsThis(QApplication::translate("Preferences", "The log file name will be used to write diagnostics, warnings and errors to file.  On unix platforms, if the log file name is \"stderr\" or if the environment variable \"VAPOR_DEBUG\" is set, then these messages will be written to the console.", 0, QApplication::UnicodeUTF8));
++        logFilePathEdit->setWhatsThis(QApplication::translate("Preferences", "The log file name will be used to write diagnostics, warnings and errors to file.  On unix platforms, if the log file name is \"stderr\" or if the environment variable \"VAPOR_DEBUG\" is set, then these messages will be written to the console.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        logFilePathEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        logFilePathEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        logFilePathButton->setToolTip(QApplication::translate("Preferences", "Specify Log File Name", 0, QApplication::UnicodeUTF8));
++        logFilePathButton->setToolTip(QApplication::translate("Preferences", "Specify Log File Name", 0));
+ #endif // QT_NO_TOOLTIP
+         logFilePathButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_2_5_2_2->setToolTip(QApplication::translate("Preferences", "Name of file where sessions are automatically saved", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_5_2_2->setToolTip(QApplication::translate("Preferences", "Name of file where sessions are automatically saved", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        textLabel1_2_5_2_2->setWhatsThis(QApplication::translate("Preferences", "The file specified for auto save is overwritten every time there is an automatic session save", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_5_2_2->setWhatsThis(QApplication::translate("Preferences", "The file specified for auto save is overwritten every time there is an automatic session save", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_2_5_2_2->setText(QApplication::translate("Preferences", "Autosave file", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_5_2_2->setText(QApplication::translate("Preferences", "Autosave file", 0));
+ #ifndef QT_NO_TOOLTIP
+-        autoSaveFilenameEdit->setToolTip(QApplication::translate("Preferences", "Specify the file name and path (if not in the current directory) where sessions are automatically saved", 0, QApplication::UnicodeUTF8));
++        autoSaveFilenameEdit->setToolTip(QApplication::translate("Preferences", "Specify the file name and path (if not in the current directory) where sessions are automatically saved", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        autoSaveFilenameEdit->setWhatsThis(QApplication::translate("Preferences", "The file specified for auto save is overwritten every time there is an automatic session save", 0, QApplication::UnicodeUTF8));
++        autoSaveFilenameEdit->setWhatsThis(QApplication::translate("Preferences", "The file specified for auto save is overwritten every time there is an automatic session save", 0));
+ #endif // QT_NO_WHATSTHIS
+-        autoSaveFilenameEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        autoSaveFilenameEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        autoSaveButton->setToolTip(QApplication::translate("Preferences", "Click to choose session auto save filename", 0, QApplication::UnicodeUTF8));
++        autoSaveButton->setToolTip(QApplication::translate("Preferences", "Click to choose session auto save filename", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        autoSaveButton->setWhatsThis(QApplication::translate("Preferences", "The file specified for auto save is overwritten every time there is an automatic session save", 0, QApplication::UnicodeUTF8));
++        autoSaveButton->setWhatsThis(QApplication::translate("Preferences", "The file specified for auto save is overwritten every time there is an automatic session save", 0));
+ #endif // QT_NO_WHATSTHIS
+         autoSaveButton->setText(QString());
+ #ifndef QT_NO_WHATSTHIS
+-        frame11->setWhatsThis(QApplication::translate("Preferences", "The messages logging and popups settings enable users to specify how many times a given message will be shown, depending on the type of message and whether it is being displayed in a popup dialog or in the log file.  Messages can be turned off by setting the limit to 0.  If the environment variable \"VAPOR_DEBUG\" is set, then all messages will be written to the console (on WIndows, to the log file), and the Log File  [...]
++        frame11->setWhatsThis(QApplication::translate("Preferences", "The messages logging and popups settings enable users to specify how many times a given message will be shown, depending on the type of message and whether it is being displayed in a popup dialog or in the log file.  Messages can be turned off by setting the limit to 0.  If the environment variable \"VAPOR_DEBUG\" is set, then all messages will be written to the console (on WIndows, to the log file), and the Log File  [...]
+ #endif // QT_NO_WHATSTHIS
+-        textLabel5->setText(QApplication::translate("Preferences", "<b>Message Logging and Popups</b>", 0, QApplication::UnicodeUTF8));
++        textLabel5->setText(QApplication::translate("Preferences", "<b>Message Logging and Popups</b>", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxWarnLog->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each warning message will be displayed in the log file", 0, QApplication::UnicodeUTF8));
++        maxWarnLog->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each warning message will be displayed in the log file", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        textLabel4->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0, QApplication::UnicodeUTF8));
++        textLabel4->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel4->setText(QApplication::translate("Preferences", "Diagnostic Messages", 0, QApplication::UnicodeUTF8));
++        textLabel4->setText(QApplication::translate("Preferences", "Diagnostic Messages", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxInfoPopup->setToolTip(QApplication::translate("Preferences", "Maximum number of popups for diagnostic messages is always 0", 0, QApplication::UnicodeUTF8));
++        maxInfoPopup->setToolTip(QApplication::translate("Preferences", "Maximum number of popups for diagnostic messages is always 0", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxInfoPopup->setText(QApplication::translate("Preferences", "0", 0, QApplication::UnicodeUTF8));
++        maxInfoPopup->setText(QApplication::translate("Preferences", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxErrorLog->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each error message will be displayed in the log file", 0, QApplication::UnicodeUTF8));
++        maxErrorLog->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each error message will be displayed in the log file", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        maxInfoLog->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each diagnostic message will be displayed in the log file", 0, QApplication::UnicodeUTF8));
++        maxInfoLog->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each diagnostic message will be displayed in the log file", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_3->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0, QApplication::UnicodeUTF8));
++        textLabel1_3->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_3->setText(QApplication::translate("Preferences", "Message Limits", 0, QApplication::UnicodeUTF8));
++        textLabel1_3->setText(QApplication::translate("Preferences", "Message Limits", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel4_2->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0, QApplication::UnicodeUTF8));
++        textLabel4_2->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel4_2->setText(QApplication::translate("Preferences", "Warning Messages", 0, QApplication::UnicodeUTF8));
++        textLabel4_2->setText(QApplication::translate("Preferences", "Warning Messages", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel2->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0, QApplication::UnicodeUTF8));
++        textLabel2->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel2->setText(QApplication::translate("Preferences", "Log File Max", 0, QApplication::UnicodeUTF8));
++        textLabel2->setText(QApplication::translate("Preferences", "Log File Max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxWarnPopup->setToolTip(QApplication::translate("Preferences", "Specify the maximum number of times each warning message can be displayed as a pop-up", 0, QApplication::UnicodeUTF8));
++        maxWarnPopup->setToolTip(QApplication::translate("Preferences", "Specify the maximum number of times each warning message can be displayed as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        textLabel4_3->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0, QApplication::UnicodeUTF8));
++        textLabel4_3->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel4_3->setText(QApplication::translate("Preferences", "Error Messages", 0, QApplication::UnicodeUTF8));
++        textLabel4_3->setText(QApplication::translate("Preferences", "Error Messages", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxErrorPopup->setToolTip(QApplication::translate("Preferences", "Specify the maximum number of times each error message can be displayed as a pop-up", 0, QApplication::UnicodeUTF8));
++        maxErrorPopup->setToolTip(QApplication::translate("Preferences", "Specify the maximum number of times each error message can be displayed as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        textLabel3->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0, QApplication::UnicodeUTF8));
++        textLabel3->setToolTip(QApplication::translate("Preferences", "Specify the largest number of times each message can be displayed in either the log file or as a pop-up", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel3->setText(QApplication::translate("Preferences", "Popup Max", 0, QApplication::UnicodeUTF8));
++        textLabel3->setText(QApplication::translate("Preferences", "Popup Max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        resetCountButton->setToolTip(QApplication::translate("Preferences", "Click to reset message counts, so messages with positive limits will continue to be shown", 0, QApplication::UnicodeUTF8));
++        resetCountButton->setToolTip(QApplication::translate("Preferences", "Click to reset message counts, so messages with positive limits will continue to be shown", 0));
+ #endif // QT_NO_TOOLTIP
+-        resetCountButton->setText(QApplication::translate("Preferences", "Resume All Messages", 0, QApplication::UnicodeUTF8));
++        resetCountButton->setText(QApplication::translate("Preferences", "Resume All Messages", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        frame12->setWhatsThis(QApplication::translate("Preferences", "Incidental geometry specifies some objects that appear in VAPOR visualizers and are not specified by the parameter tabs.", 0, QApplication::UnicodeUTF8));
++        frame12->setWhatsThis(QApplication::translate("Preferences", "Incidental geometry specifies some objects that appear in VAPOR visualizers and are not specified by the parameter tabs.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel2_2->setText(QApplication::translate("Preferences", "<b>Incidental Geometry in 3D Scene</b>", 0, QApplication::UnicodeUTF8));
+-        textLabel2_3->setText(QApplication::translate("Preferences", "Background color:", 0, QApplication::UnicodeUTF8));
++        textLabel2_2->setText(QApplication::translate("Preferences", "<b>Incidental Geometry in 3D Scene</b>", 0));
++        textLabel2_3->setText(QApplication::translate("Preferences", "Background color:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        backgroundColorButton->setToolTip(QApplication::translate("Preferences", "Click to edit the background color", 0, QApplication::UnicodeUTF8));
++        backgroundColorButton->setToolTip(QApplication::translate("Preferences", "Click to edit the background color", 0));
+ #endif // QT_NO_TOOLTIP
+-        backgroundColorButton->setText(QApplication::translate("Preferences", "Select", 0, QApplication::UnicodeUTF8));
++        backgroundColorButton->setText(QApplication::translate("Preferences", "Select", 0));
+ #ifndef QT_NO_TOOLTIP
+-        regionCheckbox->setToolTip(QApplication::translate("Preferences", "Turn on/off wireframe display of full data domain", 0, QApplication::UnicodeUTF8));
++        regionCheckbox->setToolTip(QApplication::translate("Preferences", "Turn on/off wireframe display of full data domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        regionCheckbox->setText(QApplication::translate("Preferences", "Display full domain bounds", 0, QApplication::UnicodeUTF8));
+-        textLabel2_2_2->setText(QApplication::translate("Preferences", "Domain frame color:", 0, QApplication::UnicodeUTF8));
++        regionCheckbox->setText(QApplication::translate("Preferences", "Display full domain bounds", 0));
++        textLabel2_2_2->setText(QApplication::translate("Preferences", "Domain frame color:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        regionFrameColorButton->setToolTip(QApplication::translate("Preferences", "click to specify color of region frame", 0, QApplication::UnicodeUTF8));
++        regionFrameColorButton->setToolTip(QApplication::translate("Preferences", "click to specify color of region frame", 0));
+ #endif // QT_NO_TOOLTIP
+-        regionFrameColorButton->setText(QApplication::translate("Preferences", "Select", 0, QApplication::UnicodeUTF8));
++        regionFrameColorButton->setText(QApplication::translate("Preferences", "Select", 0));
+ #ifndef QT_NO_TOOLTIP
+-        subregionCheckbox->setToolTip(QApplication::translate("Preferences", "turn on/off wireframe display of current subregion", 0, QApplication::UnicodeUTF8));
++        subregionCheckbox->setToolTip(QApplication::translate("Preferences", "turn on/off wireframe display of current subregion", 0));
+ #endif // QT_NO_TOOLTIP
+-        subregionCheckbox->setText(QApplication::translate("Preferences", "Display subregion bounds", 0, QApplication::UnicodeUTF8));
+-        textLabel2_6->setText(QApplication::translate("Preferences", "Subregion frame color:", 0, QApplication::UnicodeUTF8));
++        subregionCheckbox->setText(QApplication::translate("Preferences", "Display subregion bounds", 0));
++        textLabel2_6->setText(QApplication::translate("Preferences", "Subregion frame color:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        subregionFrameColorButton->setToolTip(QApplication::translate("Preferences", "Click to specify color of subregionframe", 0, QApplication::UnicodeUTF8));
++        subregionFrameColorButton->setToolTip(QApplication::translate("Preferences", "Click to specify color of subregionframe", 0));
+ #endif // QT_NO_TOOLTIP
+-        subregionFrameColorButton->setText(QApplication::translate("Preferences", "Select", 0, QApplication::UnicodeUTF8));
++        subregionFrameColorButton->setText(QApplication::translate("Preferences", "Select", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        defaultDirectoryFrame->setWhatsThis(QApplication::translate("Preferences", "The default directories are those directories that are initially used when the application is started or when data is loaded into a default session.  Changing them in this panel will not take effect until the next time a dataset is loaded.  You can set a default directory to the currently used directory by clicking the \"Latest\" button in this panel.  The current directories (not necessarily these defau [...]
++        defaultDirectoryFrame->setWhatsThis(QApplication::translate("Preferences", "The default directories are those directories that are initially used when the application is started or when data is loaded into a default session.  Changing them in this panel will not take effect until the next time a dataset is loaded.  You can set a default directory to the currently used directory by clicking the \"Latest\" button in this panel.  The current directories (not necessarily these defau [...]
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_4_2->setText(QApplication::translate("Preferences", "<b>Default Directories </b>", 0, QApplication::UnicodeUTF8));
+-        textLabel1_2_3_2_2_2->setText(QApplication::translate("Preferences", "Session file ", 0, QApplication::UnicodeUTF8));
++        textLabel1_4_2->setText(QApplication::translate("Preferences", "<b>Default Directories </b>", 0));
++        textLabel1_2_3_2_2_2->setText(QApplication::translate("Preferences", "Session file ", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonLatestSession->setToolTip(QApplication::translate("Preferences", "Click to set the default session directory to the most recently specified session directory", 0, QApplication::UnicodeUTF8));
++        buttonLatestSession->setToolTip(QApplication::translate("Preferences", "Click to set the default session directory to the most recently specified session directory", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonLatestSession->setText(QApplication::translate("Preferences", "Latest", 0, QApplication::UnicodeUTF8));
++        buttonLatestSession->setText(QApplication::translate("Preferences", "Latest", 0));
+ #ifndef QT_NO_TOOLTIP
+-        sessionPathEdit->setToolTip(QApplication::translate("Preferences", "The session file directory indicates the current directory from which sessions are read", 0, QApplication::UnicodeUTF8));
++        sessionPathEdit->setToolTip(QApplication::translate("Preferences", "The session file directory indicates the current directory from which sessions are read", 0));
+ #endif // QT_NO_TOOLTIP
+-        sessionPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        sessionPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        sessionPathButton->setToolTip(QApplication::translate("Preferences", "Specify Default session file directory", 0, QApplication::UnicodeUTF8));
++        sessionPathButton->setToolTip(QApplication::translate("Preferences", "Specify Default session file directory", 0));
+ #endif // QT_NO_TOOLTIP
+         sessionPathButton->setText(QString());
+-        textLabel1_2_3_2_3->setText(QApplication::translate("Preferences", "Metadata ", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_3_2_3->setText(QApplication::translate("Preferences", "Metadata ", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonLatestMetadata->setToolTip(QApplication::translate("Preferences", "Click to set the default metadata directory to the most recently specified metadata directory", 0, QApplication::UnicodeUTF8));
++        buttonLatestMetadata->setToolTip(QApplication::translate("Preferences", "Click to set the default metadata directory to the most recently specified metadata directory", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonLatestMetadata->setText(QApplication::translate("Preferences", "Latest", 0, QApplication::UnicodeUTF8));
++        buttonLatestMetadata->setText(QApplication::translate("Preferences", "Latest", 0));
+ #ifndef QT_NO_TOOLTIP
+-        metadataPathEdit->setToolTip(QApplication::translate("Preferences", "The Metadata directory indicates the default directory from which metadata files (.vdf file) are read or written.", 0, QApplication::UnicodeUTF8));
++        metadataPathEdit->setToolTip(QApplication::translate("Preferences", "The Metadata directory indicates the default directory from which metadata files (.vdf file) are read or written.", 0));
+ #endif // QT_NO_TOOLTIP
+-        metadataPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        metadataPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        metadataPathButton->setToolTip(QApplication::translate("Preferences", "Specify default metadata directory", 0, QApplication::UnicodeUTF8));
++        metadataPathButton->setToolTip(QApplication::translate("Preferences", "Specify default metadata directory", 0));
+ #endif // QT_NO_TOOLTIP
+         metadataPathButton->setText(QString());
+-        textLabel1_2_4_2->setText(QApplication::translate("Preferences", "Images", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_4_2->setText(QApplication::translate("Preferences", "Images", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonLatestImage->setToolTip(QApplication::translate("Preferences", "Click to set the default image directory to the most recently specified image directory", 0, QApplication::UnicodeUTF8));
++        buttonLatestImage->setToolTip(QApplication::translate("Preferences", "Click to set the default image directory to the most recently specified image directory", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonLatestImage->setText(QApplication::translate("Preferences", "Latest", 0, QApplication::UnicodeUTF8));
++        buttonLatestImage->setText(QApplication::translate("Preferences", "Latest", 0));
+ #ifndef QT_NO_TOOLTIP
+-        jpegPathEdit->setToolTip(QApplication::translate("Preferences", "The image directory is the default directory where jpeg files are saved.", 0, QApplication::UnicodeUTF8));
++        jpegPathEdit->setToolTip(QApplication::translate("Preferences", "The image directory is the default directory where jpeg files are saved.", 0));
+ #endif // QT_NO_TOOLTIP
+-        jpegPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        jpegPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        jpegPathButton->setToolTip(QApplication::translate("Preferences", "Specify default image save directory", 0, QApplication::UnicodeUTF8));
++        jpegPathButton->setToolTip(QApplication::translate("Preferences", "Specify default image save directory", 0));
+ #endif // QT_NO_TOOLTIP
+         jpegPathButton->setText(QString());
+-        textLabel1_2_5_3->setText(QApplication::translate("Preferences", "Transfer function", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_5_3->setText(QApplication::translate("Preferences", "Transfer function", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonLatestTF->setToolTip(QApplication::translate("Preferences", "Click to set the default transfer function directory to the most recently specified transfer function directory", 0, QApplication::UnicodeUTF8));
++        buttonLatestTF->setToolTip(QApplication::translate("Preferences", "Click to set the default transfer function directory to the most recently specified transfer function directory", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonLatestTF->setText(QApplication::translate("Preferences", "Latest", 0, QApplication::UnicodeUTF8));
++        buttonLatestTF->setText(QApplication::translate("Preferences", "Latest", 0));
+ #ifndef QT_NO_TOOLTIP
+-        tfPathEdit->setToolTip(QApplication::translate("Preferences", "Transfer function files (*.vdf) are read or written to this directory by default.", 0, QApplication::UnicodeUTF8));
++        tfPathEdit->setToolTip(QApplication::translate("Preferences", "Transfer function files (*.vdf) are read or written to this directory by default.", 0));
+ #endif // QT_NO_TOOLTIP
+-        tfPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        tfPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        tfPathButton->setToolTip(QApplication::translate("Preferences", "Specify default transfer function directory", 0, QApplication::UnicodeUTF8));
++        tfPathButton->setToolTip(QApplication::translate("Preferences", "Specify default transfer function directory", 0));
+ #endif // QT_NO_TOOLTIP
+         tfPathButton->setText(QString());
+-        textLabel1_2_5_2_3->setText(QApplication::translate("Preferences", "Flow ", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_5_2_3->setText(QApplication::translate("Preferences", "Flow ", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonLatestFlow->setToolTip(QApplication::translate("Preferences", "Click to set the default flow directory to the most recently specified flow directory", 0, QApplication::UnicodeUTF8));
++        buttonLatestFlow->setToolTip(QApplication::translate("Preferences", "Click to set the default flow directory to the most recently specified flow directory", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonLatestFlow->setText(QApplication::translate("Preferences", "Latest", 0, QApplication::UnicodeUTF8));
++        buttonLatestFlow->setText(QApplication::translate("Preferences", "Latest", 0));
+ #ifndef QT_NO_TOOLTIP
+-        flowPathEdit->setToolTip(QApplication::translate("Preferences", "Flow lines and seeds are read and written to this directory by default.", 0, QApplication::UnicodeUTF8));
++        flowPathEdit->setToolTip(QApplication::translate("Preferences", "Flow lines and seeds are read and written to this directory by default.", 0));
+ #endif // QT_NO_TOOLTIP
+-        flowPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        flowPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        flowPathButton->setToolTip(QApplication::translate("Preferences", "Specify default flow save directory", 0, QApplication::UnicodeUTF8));
++        flowPathButton->setToolTip(QApplication::translate("Preferences", "Specify default flow save directory", 0));
+ #endif // QT_NO_TOOLTIP
+         flowPathButton->setText(QString());
+-        textLabel1_2_5_4->setText(QApplication::translate("Preferences", "Python scripts", 0, QApplication::UnicodeUTF8));
++        textLabel1_2_5_4->setText(QApplication::translate("Preferences", "Python scripts", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonLatestPython->setToolTip(QApplication::translate("Preferences", "Click to set the default transfer function directory to the most recently specified transfer function directory", 0, QApplication::UnicodeUTF8));
++        buttonLatestPython->setToolTip(QApplication::translate("Preferences", "Click to set the default transfer function directory to the most recently specified transfer function directory", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonLatestPython->setText(QApplication::translate("Preferences", "Latest", 0, QApplication::UnicodeUTF8));
++        buttonLatestPython->setText(QApplication::translate("Preferences", "Latest", 0));
+ #ifndef QT_NO_TOOLTIP
+-        pythonPathEdit->setToolTip(QApplication::translate("Preferences", "Transfer function files (*.vdf) are read or written to this directory by default.", 0, QApplication::UnicodeUTF8));
++        pythonPathEdit->setToolTip(QApplication::translate("Preferences", "Transfer function files (*.vdf) are read or written to this directory by default.", 0));
+ #endif // QT_NO_TOOLTIP
+-        pythonPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0, QApplication::UnicodeUTF8));
++        pythonPathEdit->setText(QApplication::translate("Preferences", "/tmp", 0));
+ #ifndef QT_NO_TOOLTIP
+-        pythonPathButton->setToolTip(QApplication::translate("Preferences", "Specify default directory for python scripts", 0, QApplication::UnicodeUTF8));
++        pythonPathButton->setToolTip(QApplication::translate("Preferences", "Specify default directory for python scripts", 0));
+ #endif // QT_NO_TOOLTIP
+         pythonPathButton->setText(QString());
+ #ifndef QT_NO_WHATSTHIS
+-        defaultVizFeatureFrame->setWhatsThis(QApplication::translate("Preferences", "The default visualizer features are settings that apply whenever a new visualizer is created.  They will be overridden by values specified in a session file.", 0, QApplication::UnicodeUTF8));
++        defaultVizFeatureFrame->setWhatsThis(QApplication::translate("Preferences", "The default visualizer features are settings that apply whenever a new visualizer is created.  They will be overridden by values specified in a session file.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_6->setText(QApplication::translate("Preferences", "<b>Default visualizer features</b>", 0, QApplication::UnicodeUTF8));
++        textLabel1_6->setText(QApplication::translate("Preferences", "<b>Default visualizer features</b>", 0));
+ #ifndef QT_NO_TOOLTIP
+-        axisArrowsCheckbox->setToolTip(QApplication::translate("Preferences", "show colored X,Y,Z axes in scene by default", 0, QApplication::UnicodeUTF8));
++        axisArrowsCheckbox->setToolTip(QApplication::translate("Preferences", "show colored X,Y,Z axes in scene by default", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        axisArrowsCheckbox->setWhatsThis(QApplication::translate("Preferences", "Checking this box will result in arrows displayed in the scene whenever data is loaded into a default session.  This will not override values saved in a session file, nor change the current arrow display setting.", 0, QApplication::UnicodeUTF8));
++        axisArrowsCheckbox->setWhatsThis(QApplication::translate("Preferences", "Checking this box will result in arrows displayed in the scene whenever data is loaded into a default session.  This will not override values saved in a session file, nor change the current arrow display setting.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        axisArrowsCheckbox->setText(QApplication::translate("Preferences", "Show X,Y,Z (R,G,B) Arrows by Default", 0, QApplication::UnicodeUTF8));
++        axisArrowsCheckbox->setText(QApplication::translate("Preferences", "Show X,Y,Z (R,G,B) Arrows by Default", 0));
+ #ifndef QT_NO_TOOLTIP
+-        enableSpinCheckbox->setToolTip(QApplication::translate("Preferences", "Check to enable spin animation when drag and release mouse in scene", 0, QApplication::UnicodeUTF8));
++        enableSpinCheckbox->setToolTip(QApplication::translate("Preferences", "Check to enable spin animation when drag and release mouse in scene", 0));
+ #endif // QT_NO_TOOLTIP
+-        enableSpinCheckbox->setText(QApplication::translate("Preferences", "Enable spin animation by default", 0, QApplication::UnicodeUTF8));
++        enableSpinCheckbox->setText(QApplication::translate("Preferences", "Enable spin animation by default", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        paramDefaultsFrame->setWhatsThis(QApplication::translate("Preferences", "Default Parameter Values are the values that are used whenever data is loaded into a default session, or when the application is first started.  They will not be used when data is loaded into the current session, and will be overridden when a new session file is read.", 0, QApplication::UnicodeUTF8));
++        paramDefaultsFrame->setWhatsThis(QApplication::translate("Preferences", "Default Parameter Values are the values that are used whenever data is loaded into a default session, or when the application is first started.  They will not be used when data is loaded into the current session, and will be overridden when a new session file is read.", 0));
+ #endif // QT_NO_WHATSTHIS
+         textLabel1_2->setText(QApplication::translate("Preferences", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Parameter Tab Default Settings</span></p></body></html>", 0, QApplication::UnicodeUTF8));
+-        textLabel2_4->setText(QApplication::translate("Preferences", "DVR default values:", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Parameter Tab Default Settings</span></p></body></html>", 0));
++        textLabel2_4->setText(QApplication::translate("Preferences", "DVR default values:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        dvrLightingCheckbox->setToolTip(QApplication::translate("Preferences", "Set lighting on or off", 0, QApplication::UnicodeUTF8));
++        dvrLightingCheckbox->setToolTip(QApplication::translate("Preferences", "Set lighting on or off", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        dvrLightingCheckbox->setWhatsThis(QApplication::translate("Preferences", "This checkbox establishes whether or not lighting will be enabled in a volume rendering when data is loaded into a default session.", 0, QApplication::UnicodeUTF8));
++        dvrLightingCheckbox->setWhatsThis(QApplication::translate("Preferences", "This checkbox establishes whether or not lighting will be enabled in a volume rendering when data is loaded into a default session.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        dvrLightingCheckbox->setText(QApplication::translate("Preferences", "Lighting On", 0, QApplication::UnicodeUTF8));
++        dvrLightingCheckbox->setText(QApplication::translate("Preferences", "Lighting On", 0));
+ #ifndef QT_NO_TOOLTIP
+-        preIntegrationCheckbox->setToolTip(QApplication::translate("Preferences", "turn on pre-integration", 0, QApplication::UnicodeUTF8));
++        preIntegrationCheckbox->setToolTip(QApplication::translate("Preferences", "turn on pre-integration", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         preIntegrationCheckbox->setWhatsThis(QApplication::translate("Preferences", "Pre-integration results in a\n"
+ "higher quality rendered image,\n"
+ "with somewhat increased \n"
+-"rendering time.", 0, QApplication::UnicodeUTF8));
++"rendering time.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        preIntegrationCheckbox->setText(QApplication::translate("Preferences", "Pre-integration On", 0, QApplication::UnicodeUTF8));
+-        textLabel2_4_2_2->setText(QApplication::translate("Preferences", "Probe default values:", 0, QApplication::UnicodeUTF8));
++        preIntegrationCheckbox->setText(QApplication::translate("Preferences", "Pre-integration On", 0));
++        textLabel2_4_2_2->setText(QApplication::translate("Preferences", "Probe default values:", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel12->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled\n"
+ "by three angles, theta, phi, and psi.  Theta\n"
+@@ -2739,16 +2739,16 @@ public:
+ "axis alignment.  Clicking on the \n"
+ "\"90 deg rotate\" selector rotates the\n"
+ "probe 90 degrees about the\n"
+-"selected axis.", 0, QApplication::UnicodeUTF8));
++"selected axis.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel12->setText(QApplication::translate("Preferences", "Theta", 0, QApplication::UnicodeUTF8));
++        textLabel12->setText(QApplication::translate("Preferences", "Theta", 0));
+ #ifndef QT_NO_TOOLTIP
+-        thetaEdit->setToolTip(QApplication::translate("Preferences", "theta (rotation angle from +X axis)of probe normal vector", 0, QApplication::UnicodeUTF8));
++        thetaEdit->setToolTip(QApplication::translate("Preferences", "theta (rotation angle from +X axis)of probe normal vector", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        thetaEdit->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled by three angles, theta, phi, and psi.  Default values will be used whenever data is loaded into a default session.", 0, QApplication::UnicodeUTF8));
++        thetaEdit->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled by three angles, theta, phi, and psi.  Default values will be used whenever data is loaded into a default session.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        thetaEdit->setText(QApplication::translate("Preferences", "0", 0, QApplication::UnicodeUTF8));
++        thetaEdit->setText(QApplication::translate("Preferences", "0", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel12_2->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled\n"
+ "by three angles, theta, phi, and psi.  Theta\n"
+@@ -2765,16 +2765,16 @@ public:
+ "axis alignment.  Clicking on the \n"
+ "\"90 deg rotate\" selector rotates the\n"
+ "probe 90 degrees about the\n"
+-"selected axis.", 0, QApplication::UnicodeUTF8));
++"selected axis.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel12_2->setText(QApplication::translate("Preferences", "Phi", 0, QApplication::UnicodeUTF8));
++        textLabel12_2->setText(QApplication::translate("Preferences", "Phi", 0));
+ #ifndef QT_NO_TOOLTIP
+-        phiEdit->setToolTip(QApplication::translate("Preferences", "Phi angle (angle from +Z) of probe normal vector", 0, QApplication::UnicodeUTF8));
++        phiEdit->setToolTip(QApplication::translate("Preferences", "Phi angle (angle from +Z) of probe normal vector", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        phiEdit->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled by three angles, theta, phi, and psi.  Default values will be used whenever data is loaded into a default session.", 0, QApplication::UnicodeUTF8));
++        phiEdit->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled by three angles, theta, phi, and psi.  Default values will be used whenever data is loaded into a default session.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        phiEdit->setText(QApplication::translate("Preferences", "90", 0, QApplication::UnicodeUTF8));
++        phiEdit->setText(QApplication::translate("Preferences", "90", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel1_6_2->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled\n"
+ "by three angles, theta, phi, and psi.  Theta\n"
+@@ -2791,42 +2791,42 @@ public:
+ "axis alignment.  Clicking on the \n"
+ "\"90 deg rotate\" selector rotates the\n"
+ "probe 90 degrees about the\n"
+-"selected axis.", 0, QApplication::UnicodeUTF8));
++"selected axis.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_6_2->setText(QApplication::translate("Preferences", "Psi", 0, QApplication::UnicodeUTF8));
++        textLabel1_6_2->setText(QApplication::translate("Preferences", "Psi", 0));
+ #ifndef QT_NO_TOOLTIP
+-        psiEdit->setToolTip(QApplication::translate("Preferences", "Psi angle (Rotation around axis determined by phi, theta)", 0, QApplication::UnicodeUTF8));
++        psiEdit->setToolTip(QApplication::translate("Preferences", "Psi angle (Rotation around axis determined by phi, theta)", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        psiEdit->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled by three angles, theta, phi, and psi.  Default values will be used whenever data is loaded into a default session.", 0, QApplication::UnicodeUTF8));
++        psiEdit->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled by three angles, theta, phi, and psi.  Default values will be used whenever data is loaded into a default session.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        psiEdit->setText(QApplication::translate("Preferences", "90", 0, QApplication::UnicodeUTF8));
++        psiEdit->setText(QApplication::translate("Preferences", "90", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        textLabel1_6_2_2->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0, QApplication::UnicodeUTF8));
++        textLabel1_6_2_2->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_6_2_2->setText(QApplication::translate("Preferences", "Alpha", 0, QApplication::UnicodeUTF8));
++        textLabel1_6_2_2->setText(QApplication::translate("Preferences", "Alpha", 0));
+ #ifndef QT_NO_TOOLTIP
+-        alphaEdit->setToolTip(QApplication::translate("Preferences", "Control how flow texture is smeared", 0, QApplication::UnicodeUTF8));
++        alphaEdit->setToolTip(QApplication::translate("Preferences", "Control how flow texture is smeared", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        alphaEdit->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0, QApplication::UnicodeUTF8));
++        alphaEdit->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0));
+ #endif // QT_NO_WHATSTHIS
+-        alphaEdit->setText(QApplication::translate("Preferences", "90", 0, QApplication::UnicodeUTF8));
++        alphaEdit->setText(QApplication::translate("Preferences", "90", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        textLabel1_6_2_3->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0, QApplication::UnicodeUTF8));
++        textLabel1_6_2_3->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_6_2_3->setText(QApplication::translate("Preferences", "Scale", 0, QApplication::UnicodeUTF8));
++        textLabel1_6_2_3->setText(QApplication::translate("Preferences", "Scale", 0));
+ #ifndef QT_NO_TOOLTIP
+-        scaleEdit->setToolTip(QApplication::translate("Preferences", "Vector field is scaled by this factor before advecting", 0, QApplication::UnicodeUTF8));
++        scaleEdit->setToolTip(QApplication::translate("Preferences", "Vector field is scaled by this factor before advecting", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        scaleEdit->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0, QApplication::UnicodeUTF8));
++        scaleEdit->setWhatsThis(QApplication::translate("Preferences", "The alpha and scale parameters control the appearance of the image-based flow visualization", 0));
+ #endif // QT_NO_WHATSTHIS
+-        scaleEdit->setText(QApplication::translate("Preferences", "90", 0, QApplication::UnicodeUTF8));
+-        textLabel2_4_2_2_2->setText(QApplication::translate("Preferences", "Flow default values:", 0, QApplication::UnicodeUTF8));
+-        textLabel12_3->setText(QApplication::translate("Preferences", "Integration accuracy", 0, QApplication::UnicodeUTF8));
++        scaleEdit->setText(QApplication::translate("Preferences", "90", 0));
++        textLabel2_4_2_2_2->setText(QApplication::translate("Preferences", "Flow default values:", 0));
++        textLabel12_3->setText(QApplication::translate("Preferences", "Integration accuracy", 0));
+ #ifndef QT_NO_TOOLTIP
+-        accuracyEdit->setToolTip(QApplication::translate("Preferences", "Control integration accuracy (between 0 and 1)", 0, QApplication::UnicodeUTF8));
++        accuracyEdit->setToolTip(QApplication::translate("Preferences", "Control integration accuracy (between 0 and 1)", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         accuracyEdit->setWhatsThis(QApplication::translate("Preferences", "Integration accuracy is a parameter\n"
+@@ -2840,28 +2840,28 @@ public:
+ "accuracy is 0, the interval can vary between\n"
+ "4 and 10 grid cells.  When the accuracy is 1,\n"
+ "the interval can vary between 0.01 and 0.25\n"
+-"grid cells.", 0, QApplication::UnicodeUTF8));
++"grid cells.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        accuracyEdit->setText(QApplication::translate("Preferences", "0", 0, QApplication::UnicodeUTF8));
+-        textLabel12_3_2->setText(QApplication::translate("Preferences", "Steady smoothness", 0, QApplication::UnicodeUTF8));
++        accuracyEdit->setText(QApplication::translate("Preferences", "0", 0));
++        textLabel12_3_2->setText(QApplication::translate("Preferences", "Steady smoothness", 0));
+ #ifndef QT_NO_TOOLTIP
+-        smoothnessEdit->setToolTip(QApplication::translate("Preferences", "Specify the smoothness of steady flow lines", 0, QApplication::UnicodeUTF8));
++        smoothnessEdit->setToolTip(QApplication::translate("Preferences", "Specify the smoothness of steady flow lines", 0));
+ #endif // QT_NO_TOOLTIP
+-        smoothnessEdit->setText(QApplication::translate("Preferences", "0", 0, QApplication::UnicodeUTF8));
+-        textLabel12_3_3->setText(QApplication::translate("Preferences", "Steady length", 0, QApplication::UnicodeUTF8));
++        smoothnessEdit->setText(QApplication::translate("Preferences", "0", 0));
++        textLabel12_3_3->setText(QApplication::translate("Preferences", "Steady length", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lengthEdit->setToolTip(QApplication::translate("Preferences", "Specify the length of steady flow lines", 0, QApplication::UnicodeUTF8));
++        lengthEdit->setToolTip(QApplication::translate("Preferences", "Specify the length of steady flow lines", 0));
+ #endif // QT_NO_TOOLTIP
+-        lengthEdit->setText(QApplication::translate("Preferences", "0", 0, QApplication::UnicodeUTF8));
+-        textLabel4_4->setText(QApplication::translate("Preferences", "Shape", 0, QApplication::UnicodeUTF8));
++        lengthEdit->setText(QApplication::translate("Preferences", "0", 0));
++        textLabel4_4->setText(QApplication::translate("Preferences", "Shape", 0));
+         geometryCombo->clear();
+         geometryCombo->insertItems(0, QStringList()
+-         << QApplication::translate("Preferences", "Tube", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("Preferences", "Point", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("Preferences", "Arrow", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("Preferences", "Tube", 0)
++         << QApplication::translate("Preferences", "Point", 0)
++         << QApplication::translate("Preferences", "Arrow", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        geometryCombo->setToolTip(QApplication::translate("Preferences", "Specify the shapes that will be used for the flow ", 0, QApplication::UnicodeUTF8));
++        geometryCombo->setToolTip(QApplication::translate("Preferences", "Specify the shapes that will be used for the flow ", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         textLabel12_2_2->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled\n"
+@@ -2879,13 +2879,13 @@ public:
+ "axis alignment.  Clicking on the \n"
+ "\"90 deg rotate\" selector rotates the\n"
+ "probe 90 degrees about the\n"
+-"selected axis.", 0, QApplication::UnicodeUTF8));
++"selected axis.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel12_2_2->setText(QApplication::translate("Preferences", "Diameter", 0, QApplication::UnicodeUTF8));
++        textLabel12_2_2->setText(QApplication::translate("Preferences", "Diameter", 0));
+ #ifndef QT_NO_TOOLTIP
+-        diameterEdit->setToolTip(QApplication::translate("Preferences", "Specify the diameter of the flow lines, in voxels at the highest resolution of the data.", 0, QApplication::UnicodeUTF8));
++        diameterEdit->setToolTip(QApplication::translate("Preferences", "Specify the diameter of the flow lines, in voxels at the highest resolution of the data.", 0));
+ #endif // QT_NO_TOOLTIP
+-        diameterEdit->setText(QApplication::translate("Preferences", "90", 0, QApplication::UnicodeUTF8));
++        diameterEdit->setText(QApplication::translate("Preferences", "90", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel12_2_2_2->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled\n"
+ "by three angles, theta, phi, and psi.  Theta\n"
+@@ -2902,13 +2902,13 @@ public:
+ "axis alignment.  Clicking on the \n"
+ "\"90 deg rotate\" selector rotates the\n"
+ "probe 90 degrees about the\n"
+-"selected axis.", 0, QApplication::UnicodeUTF8));
++"selected axis.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel12_2_2_2->setText(QApplication::translate("Preferences", "Arrow Size", 0, QApplication::UnicodeUTF8));
++        textLabel12_2_2_2->setText(QApplication::translate("Preferences", "Arrow Size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        arrowEdit->setToolTip(QApplication::translate("Preferences", "Specify the size of arrowheads relative to the diameter of flow lines.", 0, QApplication::UnicodeUTF8));
++        arrowEdit->setToolTip(QApplication::translate("Preferences", "Specify the size of arrowheads relative to the diameter of flow lines.", 0));
+ #endif // QT_NO_TOOLTIP
+-        arrowEdit->setText(QApplication::translate("Preferences", "90", 0, QApplication::UnicodeUTF8));
++        arrowEdit->setText(QApplication::translate("Preferences", "90", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel12_2_2_3->setWhatsThis(QApplication::translate("Preferences", "The orientation of the probe is controlled\n"
+ "by three angles, theta, phi, and psi.  Theta\n"
+@@ -2925,56 +2925,56 @@ public:
+ "axis alignment.  Clicking on the \n"
+ "\"90 deg rotate\" selector rotates the\n"
+ "probe 90 degrees about the\n"
+-"selected axis.", 0, QApplication::UnicodeUTF8));
++"selected axis.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel12_2_2_3->setText(QApplication::translate("Preferences", "Diamond size", 0, QApplication::UnicodeUTF8));
++        textLabel12_2_2_3->setText(QApplication::translate("Preferences", "Diamond size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        diamondEdit->setToolTip(QApplication::translate("Preferences", "Specify the diameter of diamonds, which are used to indicate points where the flow velocity is nearly zero.", 0, QApplication::UnicodeUTF8));
++        diamondEdit->setToolTip(QApplication::translate("Preferences", "Specify the diameter of diamonds, which are used to indicate points where the flow velocity is nearly zero.", 0));
+ #endif // QT_NO_TOOLTIP
+-        diamondEdit->setText(QApplication::translate("Preferences", "90", 0, QApplication::UnicodeUTF8));
+-        textLabel2_4_2_2_3->setText(QApplication::translate("Preferences", "Animation default values:", 0, QApplication::UnicodeUTF8));
+-        textLabel5_2->setText(QApplication::translate("Preferences", "Max Frames/Second", 0, QApplication::UnicodeUTF8));
++        diamondEdit->setText(QApplication::translate("Preferences", "90", 0));
++        textLabel2_4_2_2_3->setText(QApplication::translate("Preferences", "Animation default values:", 0));
++        textLabel5_2->setText(QApplication::translate("Preferences", "Max Frames/Second", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxFPSEdit->setToolTip(QApplication::translate("Preferences", "Specify maximum animation rate in frames per second", 0, QApplication::UnicodeUTF8));
++        maxFPSEdit->setToolTip(QApplication::translate("Preferences", "Specify maximum animation rate in frames per second", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxFPSEdit->setText(QApplication::translate("Preferences", "10", 0, QApplication::UnicodeUTF8));
+-        textLabel2_4_2_2_3_2->setText(QApplication::translate("Preferences", "Viewpoint default values:", 0, QApplication::UnicodeUTF8));
++        maxFPSEdit->setText(QApplication::translate("Preferences", "10", 0));
++        textLabel2_4_2_2_3_2->setText(QApplication::translate("Preferences", "Viewpoint default values:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        upVec0->setToolTip(QApplication::translate("Preferences", "Specify a vector that points upward in the viewers image", 0, QApplication::UnicodeUTF8));
++        upVec0->setToolTip(QApplication::translate("Preferences", "Specify a vector that points upward in the viewers image", 0));
+ #endif // QT_NO_TOOLTIP
+-        upVec0->setText(QApplication::translate("Preferences", "0.0", 0, QApplication::UnicodeUTF8));
++        upVec0->setText(QApplication::translate("Preferences", "0.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        upVec2->setToolTip(QApplication::translate("Preferences", "Specify a vector that points upward in the viewers image", 0, QApplication::UnicodeUTF8));
++        upVec2->setToolTip(QApplication::translate("Preferences", "Specify a vector that points upward in the viewers image", 0));
+ #endif // QT_NO_TOOLTIP
+-        upVec2->setText(QApplication::translate("Preferences", "1.0", 0, QApplication::UnicodeUTF8));
+-        textLabel2_2_3->setText(QApplication::translate("Preferences", "view direction", 0, QApplication::UnicodeUTF8));
+-        textLabel3_2->setText(QApplication::translate("Preferences", "up vector", 0, QApplication::UnicodeUTF8));
++        upVec2->setText(QApplication::translate("Preferences", "1.0", 0));
++        textLabel2_2_3->setText(QApplication::translate("Preferences", "view direction", 0));
++        textLabel3_2->setText(QApplication::translate("Preferences", "up vector", 0));
+ #ifndef QT_NO_TOOLTIP
+-        viewDir1->setToolTip(QApplication::translate("Preferences", "Specify the direction the viewer camera is pointing.", 0, QApplication::UnicodeUTF8));
++        viewDir1->setToolTip(QApplication::translate("Preferences", "Specify the direction the viewer camera is pointing.", 0));
+ #endif // QT_NO_TOOLTIP
+-        viewDir1->setText(QApplication::translate("Preferences", "0.7071", 0, QApplication::UnicodeUTF8));
++        viewDir1->setText(QApplication::translate("Preferences", "0.7071", 0));
+ #ifndef QT_NO_TOOLTIP
+-        upVec1->setToolTip(QApplication::translate("Preferences", "Specify a vector that points upward in the viewers image", 0, QApplication::UnicodeUTF8));
++        upVec1->setToolTip(QApplication::translate("Preferences", "Specify a vector that points upward in the viewers image", 0));
+ #endif // QT_NO_TOOLTIP
+-        upVec1->setText(QApplication::translate("Preferences", "0.0", 0, QApplication::UnicodeUTF8));
++        upVec1->setText(QApplication::translate("Preferences", "0.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        viewDir0->setToolTip(QApplication::translate("Preferences", "Specify the direction the viewer camera is pointing.", 0, QApplication::UnicodeUTF8));
++        viewDir0->setToolTip(QApplication::translate("Preferences", "Specify the direction the viewer camera is pointing.", 0));
+ #endif // QT_NO_TOOLTIP
+-        viewDir0->setText(QApplication::translate("Preferences", "0.7071", 0, QApplication::UnicodeUTF8));
++        viewDir0->setText(QApplication::translate("Preferences", "0.7071", 0));
+ #ifndef QT_NO_TOOLTIP
+-        viewDir2->setToolTip(QApplication::translate("Preferences", "Specify the direction the viewer camera is pointing.", 0, QApplication::UnicodeUTF8));
++        viewDir2->setToolTip(QApplication::translate("Preferences", "Specify the direction the viewer camera is pointing.", 0));
+ #endif // QT_NO_TOOLTIP
+-        viewDir2->setText(QApplication::translate("Preferences", "0.5002", 0, QApplication::UnicodeUTF8));
+-        textLabel3_7->setText(QApplication::translate("Preferences", "Lighting default values:", 0, QApplication::UnicodeUTF8));
+-        textLabel2_8->setText(QApplication::translate("Preferences", "Number of Lights", 0, QApplication::UnicodeUTF8));
++        viewDir2->setText(QApplication::translate("Preferences", "0.5002", 0));
++        textLabel3_7->setText(QApplication::translate("Preferences", "Lighting default values:", 0));
++        textLabel2_8->setText(QApplication::translate("Preferences", "Number of Lights", 0));
+ #ifndef QT_NO_TOOLTIP
+-        numLightsEdit->setToolTip(QApplication::translate("Preferences", "Specify the default number of light sources", 0, QApplication::UnicodeUTF8));
++        numLightsEdit->setToolTip(QApplication::translate("Preferences", "Specify the default number of light sources", 0));
+ #endif // QT_NO_TOOLTIP
+-        numLightsEdit->setText(QApplication::translate("Preferences", "2", 0, QApplication::UnicodeUTF8));
+-        textLabel4_8->setText(QApplication::translate("Preferences", "Default light direction vectors:", 0, QApplication::UnicodeUTF8));
+-        textLabel8_2_3->setText(QApplication::translate("Preferences", "light  2", 0, QApplication::UnicodeUTF8));
++        numLightsEdit->setText(QApplication::translate("Preferences", "2", 0));
++        textLabel4_8->setText(QApplication::translate("Preferences", "Default light direction vectors:", 0));
++        textLabel8_2_3->setText(QApplication::translate("Preferences", "light  2", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos21->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos21->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos21->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -2982,11 +2982,11 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos21->setText(QApplication::translate("Preferences", "-6.4", 0, QApplication::UnicodeUTF8));
++        lightPos21->setText(QApplication::translate("Preferences", "-6.4", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos12->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos12->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos12->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -2994,11 +2994,11 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos12->setText(QApplication::translate("Preferences", "2.344", 0, QApplication::UnicodeUTF8));
++        lightPos12->setText(QApplication::translate("Preferences", "2.344", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos10->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos10->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos10->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -3006,11 +3006,11 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos10->setText(QApplication::translate("Preferences", "-1.2", 0, QApplication::UnicodeUTF8));
++        lightPos10->setText(QApplication::translate("Preferences", "-1.2", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos01->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos01->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos01->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -3018,12 +3018,12 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos01->setText(QApplication::translate("Preferences", "7.115", 0, QApplication::UnicodeUTF8));
+-        textLabel8_3->setText(QApplication::translate("Preferences", "light  1", 0, QApplication::UnicodeUTF8));
++        lightPos01->setText(QApplication::translate("Preferences", "7.115", 0));
++        textLabel8_3->setText(QApplication::translate("Preferences", "light  1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos22->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos22->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos22->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -3031,12 +3031,12 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos22->setText(QApplication::translate("Preferences", "4.5", 0, QApplication::UnicodeUTF8));
+-        textLabel8_2_2_2->setText(QApplication::translate("Preferences", "light  3", 0, QApplication::UnicodeUTF8));
++        lightPos22->setText(QApplication::translate("Preferences", "4.5", 0));
++        textLabel8_2_2_2->setText(QApplication::translate("Preferences", "light  3", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos02->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos02->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos02->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -3044,11 +3044,11 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos02->setText(QApplication::translate("Preferences", "-2.55", 0, QApplication::UnicodeUTF8));
++        lightPos02->setText(QApplication::translate("Preferences", "-2.55", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos20->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos20->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos20->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -3056,11 +3056,11 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos20->setText(QApplication::translate("Preferences", "1.1", 0, QApplication::UnicodeUTF8));
++        lightPos20->setText(QApplication::translate("Preferences", "1.1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos11->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos11->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos11->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -3068,11 +3068,11 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos11->setText(QApplication::translate("Preferences", "3.234", 0, QApplication::UnicodeUTF8));
++        lightPos11->setText(QApplication::translate("Preferences", "3.234", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightPos00->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0, QApplication::UnicodeUTF8));
++        lightPos00->setToolTip(QApplication::translate("Preferences", "Specify the x,y, and z components of light source direction vectors", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightPos00->setWhatsThis(QApplication::translate("Preferences", "VAPOR allows up to three lights to be used\n"
+@@ -3080,11 +3080,11 @@ public:
+ "rendering.  The orientation vectors specify\n"
+ "the direction to the light source from the\n"
+ "viewer position, so (0,0,-1) is a light\n"
+-"originating behind the viewer", 0, QApplication::UnicodeUTF8));
++"originating behind the viewer", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightPos00->setText(QApplication::translate("Preferences", "2.04", 0, QApplication::UnicodeUTF8));
+-        textLabel5_3->setText(QApplication::translate("Preferences", "Default illumination parameters", 0, QApplication::UnicodeUTF8));
+-        textLabel8_3_2_4->setText(QApplication::translate("Preferences", "light  1", 0, QApplication::UnicodeUTF8));
++        lightPos00->setText(QApplication::translate("Preferences", "2.04", 0));
++        textLabel5_3->setText(QApplication::translate("Preferences", "Default illumination parameters", 0));
++        textLabel8_3_2_4->setText(QApplication::translate("Preferences", "light  1", 0));
+ #ifndef QT_NO_WHATSTHIS
+         lightDiff2->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+ "reflection and absorption properties\n"
+@@ -3092,11 +3092,11 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightDiff2->setText(QApplication::translate("Preferences", "1.1", 0, QApplication::UnicodeUTF8));
++        lightDiff2->setText(QApplication::translate("Preferences", "1.1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightDiff0->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the diffuse component of light source", 0, QApplication::UnicodeUTF8));
++        lightDiff0->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the diffuse component of light source", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightDiff0->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+@@ -3105,15 +3105,15 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightDiff0->setText(QApplication::translate("Preferences", "2.04", 0, QApplication::UnicodeUTF8));
++        lightDiff0->setText(QApplication::translate("Preferences", "2.04", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel10_2_2_4->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0, QApplication::UnicodeUTF8));
++        textLabel10_2_2_4->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel10_2_2_4->setText(QApplication::translate("Preferences", "Specular", 0, QApplication::UnicodeUTF8));
++        textLabel10_2_2_4->setText(QApplication::translate("Preferences", "Specular", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightSpec0->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0, QApplication::UnicodeUTF8));
++        lightSpec0->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightSpec0->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+@@ -3122,11 +3122,11 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightSpec0->setText(QApplication::translate("Preferences", "7.115", 0, QApplication::UnicodeUTF8));
++        lightSpec0->setText(QApplication::translate("Preferences", "7.115", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightSpec2->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0, QApplication::UnicodeUTF8));
++        lightSpec2->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightSpec2->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+@@ -3135,9 +3135,9 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightSpec2->setText(QApplication::translate("Preferences", "-6.4", 0, QApplication::UnicodeUTF8));
++        lightSpec2->setText(QApplication::translate("Preferences", "-6.4", 0));
+ #ifndef QT_NO_WHATSTHIS
+         lightDiff1->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+ "reflection and absorption properties\n"
+@@ -3145,11 +3145,11 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightDiff1->setText(QApplication::translate("Preferences", "-1.2", 0, QApplication::UnicodeUTF8));
++        lightDiff1->setText(QApplication::translate("Preferences", "-1.2", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightSpec1->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0, QApplication::UnicodeUTF8));
++        lightSpec1->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the intensity of the specular component of the light source", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightSpec1->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+@@ -3158,15 +3158,15 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightSpec1->setText(QApplication::translate("Preferences", "3.234", 0, QApplication::UnicodeUTF8));
+-        textLabel9_2_2_4->setText(QApplication::translate("Preferences", "Diffuse", 0, QApplication::UnicodeUTF8));
+-        textLabel8_2_3_2_4->setText(QApplication::translate("Preferences", "light  2", 0, QApplication::UnicodeUTF8));
+-        textLabel8_2_2_2_2_4->setText(QApplication::translate("Preferences", "light  3", 0, QApplication::UnicodeUTF8));
+-        textLabel3_6->setText(QApplication::translate("Preferences", "Ambient light", 0, QApplication::UnicodeUTF8));
++        lightSpec1->setText(QApplication::translate("Preferences", "3.234", 0));
++        textLabel9_2_2_4->setText(QApplication::translate("Preferences", "Diffuse", 0));
++        textLabel8_2_3_2_4->setText(QApplication::translate("Preferences", "light  2", 0));
++        textLabel8_2_2_2_2_4->setText(QApplication::translate("Preferences", "light  3", 0));
++        textLabel3_6->setText(QApplication::translate("Preferences", "Ambient light", 0));
+ #ifndef QT_NO_TOOLTIP
+-        ambientEdit->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the ambient light intensity in a scene", 0, QApplication::UnicodeUTF8));
++        ambientEdit->setToolTip(QApplication::translate("Preferences", "Specify a value between 0 and 1 for the ambient light intensity in a scene", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         ambientEdit->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+@@ -3175,12 +3175,12 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        ambientEdit->setText(QApplication::translate("Preferences", "0.2", 0, QApplication::UnicodeUTF8));
+-        textLabel4_7->setText(QApplication::translate("Preferences", "Shininess", 0, QApplication::UnicodeUTF8));
++        ambientEdit->setText(QApplication::translate("Preferences", "0.2", 0));
++        textLabel4_7->setText(QApplication::translate("Preferences", "Shininess", 0));
+ #ifndef QT_NO_TOOLTIP
+-        shininessEdit->setToolTip(QApplication::translate("Preferences", "Specify a positive number that controls the appearance (shininess) of specular highlights.", 0, QApplication::UnicodeUTF8));
++        shininessEdit->setToolTip(QApplication::translate("Preferences", "Specify a positive number that controls the appearance (shininess) of specular highlights.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         shininessEdit->setWhatsThis(QApplication::translate("Preferences", "The lighting coefficients describe\n"
+@@ -3189,22 +3189,22 @@ public:
+ "sources.  All lights are white.\n"
+ "The ambient coefficient and the\n"
+ "shininess exponent are associated\n"
+-"with all three light sources.", 0, QApplication::UnicodeUTF8));
++"with all three light sources.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        shininessEdit->setText(QApplication::translate("Preferences", "20", 0, QApplication::UnicodeUTF8));
+-        buttonOk->setText(QApplication::translate("Preferences", "&OK", 0, QApplication::UnicodeUTF8));
++        shininessEdit->setText(QApplication::translate("Preferences", "20", 0));
++        buttonOk->setText(QApplication::translate("Preferences", "&OK", 0));
+         buttonOk->setShortcut(QString());
+-        buttonCancel->setText(QApplication::translate("Preferences", "&Cancel", 0, QApplication::UnicodeUTF8));
++        buttonCancel->setText(QApplication::translate("Preferences", "&Cancel", 0));
+         buttonCancel->setShortcut(QString());
+ #ifndef QT_NO_TOOLTIP
+-        buttonHelp->setToolTip(QApplication::translate("Preferences", "Click to get context-sensitive help on this panel", 0, QApplication::UnicodeUTF8));
++        buttonHelp->setToolTip(QApplication::translate("Preferences", "Click to get context-sensitive help on this panel", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonHelp->setText(QApplication::translate("Preferences", "&Help", 0, QApplication::UnicodeUTF8));
+-        buttonHelp->setShortcut(QApplication::translate("Preferences", "F1", 0, QApplication::UnicodeUTF8));
++        buttonHelp->setText(QApplication::translate("Preferences", "&Help", 0));
++        buttonHelp->setShortcut(QApplication::translate("Preferences", "F1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        buttonDefault_2->setToolTip(QApplication::translate("Preferences", "Click to reset all user preferences and parameter values to their original default values", 0, QApplication::UnicodeUTF8));
++        buttonDefault_2->setToolTip(QApplication::translate("Preferences", "Click to reset all user preferences and parameter values to their original default values", 0));
+ #endif // QT_NO_TOOLTIP
+-        buttonDefault_2->setText(QApplication::translate("Preferences", "Restore Defaults", 0, QApplication::UnicodeUTF8));
++        buttonDefault_2->setText(QApplication::translate("Preferences", "Restore Defaults", 0));
+         buttonDefault_2->setShortcut(QString());
+     } // retranslateUi
+ 
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/seedMeGUI.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/seedMeGUI.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/seedMeGUI.h
+@@ -10,22 +10,22 @@
+ #define SEEDMEGUI_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QRadioButton>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QSpinBox>
+-#include <QtGui/QTabWidget>
+-#include <QtGui/QTextBrowser>
+-#include <QtGui/QTextEdit>
+-#include <QtGui/QVBoxLayout>
+-#include <QtGui/QWidget>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QRadioButton>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QSpinBox>
++#include <QtWidgets/QTabWidget>
++#include <QtWidgets/QTextBrowser>
++#include <QtWidgets/QTextEdit>
++#include <QtWidgets/QVBoxLayout>
++#include <QtWidgets/QWidget>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -342,47 +342,47 @@ public:
+ 
+     void retranslateUi(QWidget *SeedMeGUI)
+     {
+-        SeedMeGUI->setWindowTitle(QApplication::translate("SeedMeGUI", "Form", 0, QApplication::UnicodeUTF8));
++        SeedMeGUI->setWindowTitle(QApplication::translate("SeedMeGUI", "Form", 0));
+         SeedMeLabel->setText(QString());
+-        SelectImagesButton->setText(QApplication::translate("SeedMeGUI", "Select Images", 0, QApplication::UnicodeUTF8));
+-        OutputFileButton->setText(QApplication::translate("SeedMeGUI", "Output File", 0, QApplication::UnicodeUTF8));
++        SelectImagesButton->setText(QApplication::translate("SeedMeGUI", "Select Images", 0));
++        OutputFileButton->setText(QApplication::translate("SeedMeGUI", "Output File", 0));
+         FramerateLabel->setText(QApplication::translate("SeedMeGUI", "Input \n"
+-"Framerate:", 0, QApplication::UnicodeUTF8));
+-        QualityLabel->setText(QApplication::translate("SeedMeGUI", "Quality:", 0, QApplication::UnicodeUTF8));
++"Framerate:", 0));
++        QualityLabel->setText(QApplication::translate("SeedMeGUI", "Quality:", 0));
+         QualityComboBox->clear();
+         QualityComboBox->insertItems(0, QStringList()
+-         << QApplication::translate("SeedMeGUI", "native", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("SeedMeGUI", "highest", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("SeedMeGUI", "high", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("SeedMeGUI", "medium", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("SeedMeGUI", "low", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("SeedMeGUI", "lowest", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("SeedMeGUI", "native", 0)
++         << QApplication::translate("SeedMeGUI", "highest", 0)
++         << QApplication::translate("SeedMeGUI", "high", 0)
++         << QApplication::translate("SeedMeGUI", "medium", 0)
++         << QApplication::translate("SeedMeGUI", "low", 0)
++         << QApplication::translate("SeedMeGUI", "lowest", 0)
+         );
+-        GoButton->setText(QApplication::translate("SeedMeGUI", "Go!", 0, QApplication::UnicodeUTF8));
+-        HelpButton->setText(QApplication::translate("SeedMeGUI", "Help", 0, QApplication::UnicodeUTF8));
+-        LinkLabel->setText(QApplication::translate("SeedMeGUI", "Video Link", 0, QApplication::UnicodeUTF8));
++        GoButton->setText(QApplication::translate("SeedMeGUI", "Go!", 0));
++        HelpButton->setText(QApplication::translate("SeedMeGUI", "Help", 0));
++        LinkLabel->setText(QApplication::translate("SeedMeGUI", "Video Link", 0));
+         LinkBrowser->setHtml(QApplication::translate("SeedMeGUI", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'.SF NS Text'; font-size:13pt;\"><br /></p></body></html>", 0, QApplication::UnicodeUTF8));
+-        SeedMeTabWidget->setTabText(SeedMeTabWidget->indexOf(tab), QApplication::translate("SeedMeGUI", "Basic", 0, QApplication::UnicodeUTF8));
+-        APIKeyButton->setText(QApplication::translate("SeedMeGUI", "API Key Location", 0, QApplication::UnicodeUTF8));
+-        TitleLabel->setText(QApplication::translate("SeedMeGUI", "Video Title:", 0, QApplication::UnicodeUTF8));
+-        PermissionsLabel->setText(QApplication::translate("SeedMeGUI", "Permissions:", 0, QApplication::UnicodeUTF8));
+-        PrivateRadioButton->setText(QApplication::translate("SeedMeGUI", "Private", 0, QApplication::UnicodeUTF8));
+-        GroupRadioButton->setText(QApplication::translate("SeedMeGUI", "Group", 0, QApplication::UnicodeUTF8));
+-        PublicRadioButton->setText(QApplication::translate("SeedMeGUI", "Public", 0, QApplication::UnicodeUTF8));
+-        ShareLabel->setText(QApplication::translate("SeedMeGUI", "Share With:", 0, QApplication::UnicodeUTF8));
++"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'.SF NS Text'; font-size:13pt;\"><br /></p></body></html>", 0));
++        SeedMeTabWidget->setTabText(SeedMeTabWidget->indexOf(tab), QApplication::translate("SeedMeGUI", "Basic", 0));
++        APIKeyButton->setText(QApplication::translate("SeedMeGUI", "API Key Location", 0));
++        TitleLabel->setText(QApplication::translate("SeedMeGUI", "Video Title:", 0));
++        PermissionsLabel->setText(QApplication::translate("SeedMeGUI", "Permissions:", 0));
++        PrivateRadioButton->setText(QApplication::translate("SeedMeGUI", "Private", 0));
++        GroupRadioButton->setText(QApplication::translate("SeedMeGUI", "Group", 0));
++        PublicRadioButton->setText(QApplication::translate("SeedMeGUI", "Public", 0));
++        ShareLabel->setText(QApplication::translate("SeedMeGUI", "Share With:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        ShareEdit->setToolTip(QApplication::translate("SeedMeGUI", "A semicolon delimited list of email addresses to share your video with", 0, QApplication::UnicodeUTF8));
++        ShareEdit->setToolTip(QApplication::translate("SeedMeGUI", "A semicolon delimited list of email addresses to share your video with", 0));
+ #endif // QT_NO_TOOLTIP
+         ShareEdit->setHtml(QApplication::translate("SeedMeGUI", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'.SF NS Text'; font-size:13pt;\"><br /></p></body></html>", 0, QApplication::UnicodeUTF8));
+-        SeedMeTabWidget->setTabText(SeedMeTabWidget->indexOf(tab_2), QApplication::translate("SeedMeGUI", "Advanced", 0, QApplication::UnicodeUTF8));
++"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'.SF NS Text'; font-size:13pt;\"><br /></p></body></html>", 0));
++        SeedMeTabWidget->setTabText(SeedMeTabWidget->indexOf(tab_2), QApplication::translate("SeedMeGUI", "Advanced", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/animationtab.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/animationtab.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/animationtab.h
+@@ -10,24 +10,24 @@
+ #define ANIMATIONTAB_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QCheckBox>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QFrame>
+-#include <QtGui/QGridLayout>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSlider>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QSpinBox>
+-#include <QtGui/QTableWidget>
+-#include <QtGui/QVBoxLayout>
+-#include <QtGui/QWidget>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QCheckBox>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QGridLayout>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSlider>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QSpinBox>
++#include <QtWidgets/QTableWidget>
++#include <QtWidgets/QVBoxLayout>
++#include <QtWidgets/QWidget>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -870,7 +870,7 @@ public:
+ 
+     void retranslateUi(QWidget *AnimationTab)
+     {
+-        AnimationTab->setWindowTitle(QApplication::translate("AnimationTab", "Animation Settings", 0, QApplication::UnicodeUTF8));
++        AnimationTab->setWindowTitle(QApplication::translate("AnimationTab", "Animation Settings", 0));
+ #ifndef QT_NO_TOOLTIP
+         AnimationTab->setToolTip(QString());
+ #endif // QT_NO_TOOLTIP
+@@ -879,25 +879,25 @@ public:
+ "time step that is displayed in the\n"
+ "current visualizer.  The playing\n"
+ "and replaying of sequences of\n"
+-"time steps is also controlled here.", 0, QApplication::UnicodeUTF8));
++"time steps is also controlled here.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1->setText(QApplication::translate("AnimationTab", "Scope:", 0, QApplication::UnicodeUTF8));
++        textLabel1->setText(QApplication::translate("AnimationTab", "Scope:", 0));
+         LocalGlobal->clear();
+         LocalGlobal->insertItems(0, QStringList()
+-         << QApplication::translate("AnimationTab", "Global Settings", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("AnimationTab", "Local Settings", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("AnimationTab", "Global Settings", 0)
++         << QApplication::translate("AnimationTab", "Local Settings", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        LocalGlobal->setToolTip(QApplication::translate("AnimationTab", "Apply these settings to visualizers, either globally or locally", 0, QApplication::UnicodeUTF8));
++        LocalGlobal->setToolTip(QApplication::translate("AnimationTab", "Apply these settings to visualizers, either globally or locally", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        LocalGlobal->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        LocalGlobal->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        animationSlider->setToolTip(QApplication::translate("AnimationTab", "Slider indicates current animation timestep between start and end", 0, QApplication::UnicodeUTF8));
++        animationSlider->setToolTip(QApplication::translate("AnimationTab", "Slider indicates current animation timestep between start and end", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        animationSlider->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        animationSlider->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+         minframeLabel->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -905,195 +905,195 @@ public:
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max timesteps refer to the smallest and largest time steps in the current dataset.</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        minframeLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        minframeLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        minframeLabel->setText(QApplication::translate("AnimationTab", "Min Time Step: ", 0, QApplication::UnicodeUTF8));
++        minframeLabel->setText(QApplication::translate("AnimationTab", "Min Time Step: ", 0));
+ #ifndef QT_NO_TOOLTIP
+         minFrameLabel->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max timesteps refer to the smallest and largest time steps in the current dataset.</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        minFrameLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        minFrameLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        minFrameLabel->setText(QApplication::translate("AnimationTab", "1", 0, QApplication::UnicodeUTF8));
++        minFrameLabel->setText(QApplication::translate("AnimationTab", "1", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        playbac->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        playbac->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        playbac->setText(QApplication::translate("AnimationTab", "Frame Position", 0, QApplication::UnicodeUTF8));
++        playbac->setText(QApplication::translate("AnimationTab", "Frame Position", 0));
+ #ifndef QT_NO_TOOLTIP
+         maxframeLabel->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max timesteps refer to the smallest and largest time steps in the current dataset.</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        maxframeLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        maxframeLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        maxframeLabel->setText(QApplication::translate("AnimationTab", "Max Time Step:", 0, QApplication::UnicodeUTF8));
++        maxframeLabel->setText(QApplication::translate("AnimationTab", "Max Time Step:", 0));
+ #ifndef QT_NO_TOOLTIP
+         maxFrameLabel->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max timesteps refer to the smallest and largest time steps in the current dataset.</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Min and Max frames refer to the first and last frame index in the current keyframe sequence.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        maxFrameLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        maxFrameLabel->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        maxFrameLabel->setText(QApplication::translate("AnimationTab", "100", 0, QApplication::UnicodeUTF8));
++        maxFrameLabel->setText(QApplication::translate("AnimationTab", "100", 0));
+ #ifndef QT_NO_TOOLTIP
+-        startFrameEdit->setToolTip(QApplication::translate("AnimationTab", "First frame number of animation", 0, QApplication::UnicodeUTF8));
++        startFrameEdit->setToolTip(QApplication::translate("AnimationTab", "First frame number of animation", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        startFrameEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        startFrameEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        startFrameEdit->setText(QApplication::translate("AnimationTab", "1", 0, QApplication::UnicodeUTF8));
++        startFrameEdit->setText(QApplication::translate("AnimationTab", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel2->setToolTip(QApplication::translate("AnimationTab", "First time step of animation", 0, QApplication::UnicodeUTF8));
++        textLabel2->setToolTip(QApplication::translate("AnimationTab", "First time step of animation", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        textLabel2->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        textLabel2->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel2->setText(QApplication::translate("AnimationTab", "Start", 0, QApplication::UnicodeUTF8));
++        textLabel2->setText(QApplication::translate("AnimationTab", "Start", 0));
+ #ifndef QT_NO_TOOLTIP
+-        currentFrameEdit->setToolTip(QApplication::translate("AnimationTab", "Currently displayed frame number", 0, QApplication::UnicodeUTF8));
++        currentFrameEdit->setToolTip(QApplication::translate("AnimationTab", "Currently displayed frame number", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        currentFrameEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        currentFrameEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        currentFrameEdit->setText(QApplication::translate("AnimationTab", "1", 0, QApplication::UnicodeUTF8));
++        currentFrameEdit->setText(QApplication::translate("AnimationTab", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel3->setToolTip(QApplication::translate("AnimationTab", "Currently displayed time step", 0, QApplication::UnicodeUTF8));
++        textLabel3->setToolTip(QApplication::translate("AnimationTab", "Currently displayed time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        textLabel3->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        textLabel3->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3->setText(QApplication::translate("AnimationTab", "Current Frame", 0, QApplication::UnicodeUTF8));
++        textLabel3->setText(QApplication::translate("AnimationTab", "Current Frame", 0));
+ #ifndef QT_NO_TOOLTIP
+-        currentTimestepEdit->setToolTip(QApplication::translate("AnimationTab", "Currently displayed data time step", 0, QApplication::UnicodeUTF8));
++        currentTimestepEdit->setToolTip(QApplication::translate("AnimationTab", "Currently displayed data time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        currentTimestepEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        currentTimestepEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        currentTimestepEdit->setText(QApplication::translate("AnimationTab", "1", 0, QApplication::UnicodeUTF8));
++        currentTimestepEdit->setText(QApplication::translate("AnimationTab", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel3_3->setToolTip(QApplication::translate("AnimationTab", "Currently displayed time step", 0, QApplication::UnicodeUTF8));
++        textLabel3_3->setToolTip(QApplication::translate("AnimationTab", "Currently displayed time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        textLabel3_3->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        textLabel3_3->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_3->setText(QApplication::translate("AnimationTab", "Timestep", 0, QApplication::UnicodeUTF8));
++        textLabel3_3->setText(QApplication::translate("AnimationTab", "Timestep", 0));
+ #ifndef QT_NO_TOOLTIP
+-        endFrameEdit->setToolTip(QApplication::translate("AnimationTab", "Ending frame number of animation", 0, QApplication::UnicodeUTF8));
++        endFrameEdit->setToolTip(QApplication::translate("AnimationTab", "Ending frame number of animation", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        endFrameEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        endFrameEdit->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The current frame and the timestep are the same unless using keyframe animation, in which case the time step is interpolated from the time steps at key frames.  The slider indicates the current frame position, between the start and end frame.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        endFrameEdit->setText(QApplication::translate("AnimationTab", "100", 0, QApplication::UnicodeUTF8));
++        endFrameEdit->setText(QApplication::translate("AnimationTab", "100", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel4->setToolTip(QApplication::translate("AnimationTab", "Ending time step of animation", 0, QApplication::UnicodeUTF8));
++        textLabel4->setToolTip(QApplication::translate("AnimationTab", "Ending time step of animation", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel4->setText(QApplication::translate("AnimationTab", "End", 0, QApplication::UnicodeUTF8));
++        textLabel4->setText(QApplication::translate("AnimationTab", "End", 0));
+ #ifndef QT_NO_TOOLTIP
+-        playReverseButton->setToolTip(QApplication::translate("AnimationTab", "Reverse Play", 0, QApplication::UnicodeUTF8));
++        playReverseButton->setToolTip(QApplication::translate("AnimationTab", "Reverse Play", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        playReverseButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        playReverseButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         playReverseButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        pauseButton->setToolTip(QApplication::translate("AnimationTab", "Pause Animation", 0, QApplication::UnicodeUTF8));
++        pauseButton->setToolTip(QApplication::translate("AnimationTab", "Pause Animation", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        pauseButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        pauseButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         pauseButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        playForwardButton->setToolTip(QApplication::translate("AnimationTab", "Forward Play", 0, QApplication::UnicodeUTF8));
++        playForwardButton->setToolTip(QApplication::translate("AnimationTab", "Forward Play", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        playForwardButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        playForwardButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         playForwardButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        toBeginButton->setToolTip(QApplication::translate("AnimationTab", "Go to Start", 0, QApplication::UnicodeUTF8));
++        toBeginButton->setToolTip(QApplication::translate("AnimationTab", "Go to Start", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        toBeginButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        toBeginButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         toBeginButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        stepReverseButton->setToolTip(QApplication::translate("AnimationTab", "Step Reverse", 0, QApplication::UnicodeUTF8));
++        stepReverseButton->setToolTip(QApplication::translate("AnimationTab", "Step Reverse", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        stepReverseButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        stepReverseButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         stepReverseButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        replayButton->setToolTip(QApplication::translate("AnimationTab", "Continuous Replay", 0, QApplication::UnicodeUTF8));
++        replayButton->setToolTip(QApplication::translate("AnimationTab", "Continuous Replay", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        replayButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        replayButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         replayButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        stepForwardButton->setToolTip(QApplication::translate("AnimationTab", "Step Forward", 0, QApplication::UnicodeUTF8));
++        stepForwardButton->setToolTip(QApplication::translate("AnimationTab", "Step Forward", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        stepForwardButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        stepForwardButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         stepForwardButton->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        toEndButton->setToolTip(QApplication::translate("AnimationTab", "Go to End", 0, QApplication::UnicodeUTF8));
++        toEndButton->setToolTip(QApplication::translate("AnimationTab", "Go to End", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        toEndButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        toEndButton->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>These buttons control the playing (frame advance) of the vapor display.  The upper row is used to play backwards, pause, or to play forwards.  The bottom row supports jumps to the start, single-step backwards, continuous replay, single-step forwards, or jump to end.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+         toEndButton->setText(QString());
+-        textLabel9->setText(QApplication::translate("AnimationTab", "Playback Control", 0, QApplication::UnicodeUTF8));
++        textLabel9->setText(QApplication::translate("AnimationTab", "Playback Control", 0));
+ #ifndef QT_NO_TOOLTIP
+-        frameStepSlider->setToolTip(QApplication::translate("AnimationTab", "Step size between successive frames", 0, QApplication::UnicodeUTF8));
++        frameStepSlider->setToolTip(QApplication::translate("AnimationTab", "Step size between successive frames", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         frameStepSlider->setWhatsThis(QApplication::translate("AnimationTab", "When explicit time steps are not\n"
+ "specified, the animation steps forward\n"
+ "or backward a fixed number of time\n"
+ "steps, controlled by the frame step\n"
+-"size slider and text box.", 0, QApplication::UnicodeUTF8));
++"size slider and text box.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        frameStepEdit->setToolTip(QApplication::translate("AnimationTab", "Step size between successive frames", 0, QApplication::UnicodeUTF8));
++        frameStepEdit->setToolTip(QApplication::translate("AnimationTab", "Step size between successive frames", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         frameStepEdit->setWhatsThis(QApplication::translate("AnimationTab", "When explicit time steps are not\n"
+ "specified, the animation steps forward\n"
+ "or backward a fixed number of time\n"
+ "steps, controlled by the frame step\n"
+-"size slider and text box.", 0, QApplication::UnicodeUTF8));
++"size slider and text box.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        frameStepEdit->setText(QApplication::translate("AnimationTab", "1", 0, QApplication::UnicodeUTF8));
+-        textLabel3_2->setText(QApplication::translate("AnimationTab", "Frame Step Size", 0, QApplication::UnicodeUTF8));
+-        textLabel5->setText(QApplication::translate("AnimationTab", "Max Frames/Second", 0, QApplication::UnicodeUTF8));
++        frameStepEdit->setText(QApplication::translate("AnimationTab", "1", 0));
++        textLabel3_2->setText(QApplication::translate("AnimationTab", "Frame Step Size", 0));
++        textLabel5->setText(QApplication::translate("AnimationTab", "Max Frames/Second", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxFrameRateEdit->setToolTip(QApplication::translate("AnimationTab", "Specify maximum animation rate in frames per second", 0, QApplication::UnicodeUTF8));
++        maxFrameRateEdit->setToolTip(QApplication::translate("AnimationTab", "Specify maximum animation rate in frames per second", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxFrameRateEdit->setText(QApplication::translate("AnimationTab", "10", 0, QApplication::UnicodeUTF8));
++        maxFrameRateEdit->setText(QApplication::translate("AnimationTab", "10", 0));
+ #ifndef QT_NO_TOOLTIP
+         frame->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">This panel controls the settings that are used to control animation when keyframing is enabled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">This panel controls the settings that are used to control animation when keyframing is enabled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         frame->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -1101,192 +1101,192 @@ public:
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Users can design animation sequences using the Key Frame Settings.  When key framing is enabled, the viewpoints (i.e. camera positions and orientations) and data time steps are interpolated based on user-specified key frames.  To create an animation sequence, set the viewpoint and time step to the specifi [...]
+-                        "will automatically fill in the viewpoints between the key frames, and interpolate the time steps as well.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++                        "will automatically fill in the viewpoints between the key frames, and interpolate the time steps as well.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        label->setText(QApplication::translate("AnimationTab", "Key Frame Settings ", 0, QApplication::UnicodeUTF8));
++        label->setText(QApplication::translate("AnimationTab", "Key Frame Settings ", 0));
+ #ifndef QT_NO_TOOLTIP
+         enableKeyframeCheckBox->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Check this to use the keyframing specified in this panel. When keyframing is enabled, the viewpoint in the scene is determined by the keyframe settings.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Check this to use the keyframing specified in this panel. When keyframing is enabled, the viewpoint in the scene is determined by the keyframe settings.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         enableKeyframeCheckBox->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">When keyframing is enabled, the camera position and the timestep of the data are controlled by keyframe interpolation.  When keyframing is not enabled, the viewpoint is constant and the animation increments the time step of the data that is displayed. </span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">When keyframing is enabled, the camera position and the timestep of the data are controlled by keyframe interpolation.  When keyframing is not enabled, the viewpoint is constant and the animation increments the time step of the data that is displayed. </span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        enableKeyframeCheckBox->setText(QApplication::translate("AnimationTab", "Enable Keyframing", 0, QApplication::UnicodeUTF8));
++        enableKeyframeCheckBox->setText(QApplication::translate("AnimationTab", "Enable Keyframing", 0));
+ #ifndef QT_NO_TOOLTIP
+         label_2->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Specify the index of the current key frame</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Specify the index of the current key frame</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         label_2->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:14pt;\">The key frame index indicates which key frame is currently being edited</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:14pt;\">The key frame index indicates which key frame is currently being edited</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        label_2->setText(QApplication::translate("AnimationTab", "Key Index", 0, QApplication::UnicodeUTF8));
++        label_2->setText(QApplication::translate("AnimationTab", "Key Index", 0));
+ #ifndef QT_NO_TOOLTIP
+         label_3->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The time step of the data that is used at the current key frame.  If this is different from the time step of the previous key frame, then the time step will be interpolated between the two key frames.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The time step of the data that is used at the current key frame.  If this is different from the time step of the previous key frame, then the time step will be interpolated between the two key frames.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         label_3->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The data time steps are linearly interpolated between key frames.  For more precise control over time stepping, insert more key frames. </span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The data time steps are linearly interpolated between key frames.  For more precise control over time stepping, insert more key frames. </span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        label_3->setText(QApplication::translate("AnimationTab", "Time step", 0, QApplication::UnicodeUTF8));
++        label_3->setText(QApplication::translate("AnimationTab", "Time step", 0));
+ #ifndef QT_NO_TOOLTIP
+         label_5->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Speed indicates the speed of the camera motion in the scene at the current key frame.  Units are scene diameters per frame.  If the viewpoint is the same for two consecutive keyframes, then both of the keyframes must have speed 0.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Speed indicates the speed of the camera motion in the scene at the current key frame.  Units are scene diameters per frame.  If the viewpoint is the same for two consecutive keyframes, then both of the keyframes must have speed 0.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         label_5->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Camera speed should normally be a nonzero constant except when the camera is stationary.  When two adjacent keyframes use the same camera position then the speed will be zero at both keyframes.  In that case the user can specify the number of frames associated with the keyframe.</span></p></body></html>", [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Camera speed should normally be a nonzero constant except when the camera is stationary.  When two adjacent keyframes use the same camera position then the speed will be zero at both keyframes.  In that case the user can specify the number of frames associated with the keyframe.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        label_5->setText(QApplication::translate("AnimationTab", "Speed", 0, QApplication::UnicodeUTF8));
++        label_5->setText(QApplication::translate("AnimationTab", "Speed", 0));
+ #ifndef QT_NO_TOOLTIP
+         label_4->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index associated with the current key frame.  </span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index associated with the current key frame.  </span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         label_4->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index index is the position of the keyframe in the full animation sequence.  It is the sum of all the frame counts for all the frames up to the current frame.  It cannot be edited.  It is a consequence of the speeds at the various key frames as well as the duration of keyframes where the camera  [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index index is the position of the keyframe in the full animation sequence.  It is the sum of all the frame counts for all the frames up to the current frame.  It cannot be edited.  It is a consequence of the speeds at the various key frames as well as the duration of keyframes where the camera  [...]
+ #endif // QT_NO_WHATSTHIS
+-        label_4->setText(QApplication::translate("AnimationTab", "Frame index", 0, QApplication::UnicodeUTF8));
++        label_4->setText(QApplication::translate("AnimationTab", "Frame index", 0));
+ #ifndef QT_NO_TOOLTIP
+         keyIndexSpin->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Specify the index of the current key frame</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Specify the index of the current key frame</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         keyIndexSpin->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:14pt;\">The key frame index indicates which key frame is currently being edited</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:14pt;\">The key frame index indicates which key frame is currently being edited</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+         keyTimestepEdit->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The time step of the data that is used at the current key frame.  If this is different from the time step of the previous key frame, then the time step will be interpolated between the two key frames.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The time step of the data that is used at the current key frame.  If this is different from the time step of the previous key frame, then the time step will be interpolated between the two key frames.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         keyTimestepEdit->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The data time steps are linearly interpolated between key frames.  For more precise control over time stepping, insert more key frames. </span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The data time steps are linearly interpolated between key frames.  For more precise control over time stepping, insert more key frames. </span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        keyTimestepEdit->setText(QApplication::translate("AnimationTab", "4", 0, QApplication::UnicodeUTF8));
++        keyTimestepEdit->setText(QApplication::translate("AnimationTab", "4", 0));
+ #ifndef QT_NO_TOOLTIP
+         speedEdit->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Speed indicates the speed of the camera motion in the scene at the current key frame.  Units are scene diameters per frame.  If the viewpoint is the same for two consecutive keyframes, then both of the keyframes must have speed 0.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Speed indicates the speed of the camera motion in the scene at the current key frame.  Units are scene diameters per frame.  If the viewpoint is the same for two consecutive keyframes, then both of the keyframes must have speed 0.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         speedEdit->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Camera speed should normally be a nonzero constant except when the camera is stationary.  When two adjacent keyframes use the same camera position then the speed will be zero at both keyframes.  In that case the user can specify the number of frames associated with the keyframe.</span></p></body></html>", [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Camera speed should normally be a nonzero constant except when the camera is stationary.  When two adjacent keyframes use the same camera position then the speed will be zero at both keyframes.  In that case the user can specify the number of frames associated with the keyframe.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        speedEdit->setText(QApplication::translate("AnimationTab", "35.4", 0, QApplication::UnicodeUTF8));
++        speedEdit->setText(QApplication::translate("AnimationTab", "35.4", 0));
+ #ifndef QT_NO_TOOLTIP
+         frameIndexEdit->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index associated with the current key frame.  </span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index associated with the current key frame.  </span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         frameIndexEdit->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index index is the position of the keyframe in the full animation sequence.  It is the sum of all the frame counts for all the frames up to the current frame.  It cannot be edited.  It is a consequence of the speeds at the various key frames as well as the duration of keyframes where the camera  [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The frame index index is the position of the keyframe in the full animation sequence.  It is the sum of all the frame counts for all the frames up to the current frame.  It cannot be edited.  It is a consequence of the speeds at the various key frames as well as the duration of keyframes where the camera  [...]
+ #endif // QT_NO_WHATSTHIS
+-        frameIndexEdit->setText(QApplication::translate("AnimationTab", "40", 0, QApplication::UnicodeUTF8));
++        frameIndexEdit->setText(QApplication::translate("AnimationTab", "40", 0));
+ #ifndef QT_NO_TOOLTIP
+-        synchCheckBox->setToolTip(QApplication::translate("AnimationTab", "<html><head/><body><p>Check to sychronize frame advance with time step advance, between the previous keyframe and the current keyframe.  Uncheck to interpolate time steps between the two key frames.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        synchCheckBox->setToolTip(QApplication::translate("AnimationTab", "<html><head/><body><p>Check to sychronize frame advance with time step advance, between the previous keyframe and the current keyframe.  Uncheck to interpolate time steps between the two key frames.</p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        synchCheckBox->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The "Advance with Time steps" checkbox determines whether the data time steps will advance or decrease by 1 (or a fixed interval) with each successive animated frame, or if the time step is interpolated between two key frames.  By default, if the time step changes between time steps, then the data will advance (or decrease) with the time steps, with the difference in time steps d [...]
++        synchCheckBox->setWhatsThis(QApplication::translate("AnimationTab", "<html><head/><body><p>The "Advance with Time steps" checkbox determines whether the data time steps will advance or decrease by 1 (or a fixed interval) with each successive animated frame, or if the time step is interpolated between two key frames.  By default, if the time step changes between time steps, then the data will advance (or decrease) with the time steps, with the difference in time steps d [...]
+ #endif // QT_NO_WHATSTHIS
+         synchCheckBox->setText(QApplication::translate("AnimationTab", "Advance with \n"
+-"Time steps", 0, QApplication::UnicodeUTF8));
+-        label_6->setText(QApplication::translate("AnimationTab", "Timesteps per frame", 0, QApplication::UnicodeUTF8));
++"Time steps", 0));
++        label_6->setText(QApplication::translate("AnimationTab", "Timesteps per frame", 0));
+ #ifndef QT_NO_TOOLTIP
+-        timestepRateEdit->setToolTip(QApplication::translate("AnimationTab", "Specify time step change per frame when frame numbers are advancing with time step, between the previous keyframe and the current keyframe.", 0, QApplication::UnicodeUTF8));
++        timestepRateEdit->setToolTip(QApplication::translate("AnimationTab", "Specify time step change per frame when frame numbers are advancing with time step, between the previous keyframe and the current keyframe.", 0));
+ #endif // QT_NO_TOOLTIP
+-        timestepRateEdit->setText(QApplication::translate("AnimationTab", "1", 0, QApplication::UnicodeUTF8));
++        timestepRateEdit->setText(QApplication::translate("AnimationTab", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+         label_7->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Number of frames between the previous keyframe and the current keyframe</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Number of frames between the previous keyframe and the current keyframe</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         label_7->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The No. of frames indicates the number of frames between the previous keyframe and the current keyframe.  This can only be edited if the two keyframes are at the same camera position.  If the camera position changes, the camera speed determines the number of frames between the two keyframes.</span></p></b [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The No. of frames indicates the number of frames between the previous keyframe and the current keyframe.  This can only be edited if the two keyframes are at the same camera position.  If the camera position changes, the camera speed determines the number of frames between the two keyframes.</span></p></b [...]
+ #endif // QT_NO_WHATSTHIS
+-        label_7->setText(QApplication::translate("AnimationTab", "No. of frames", 0, QApplication::UnicodeUTF8));
++        label_7->setText(QApplication::translate("AnimationTab", "No. of frames", 0));
+ #ifndef QT_NO_TOOLTIP
+         numFramesEdit->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Number of frames between the previous keyframe and the current keyframe</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Number of frames between the previous keyframe and the current keyframe</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         numFramesEdit->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The No. of frames indicates the number of frames between the previous keyframe and the current keyframe.  This can only be edited if the two keyframes are at the same camera position.  If the camera position changes, the camera speed determines the number of frames between the two keyframes.</span></p></b [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">The No. of frames indicates the number of frames between the previous keyframe and the current keyframe.  This can only be edited if the two keyframes are at the same camera position.  If the camera position changes, the camera speed determines the number of frames between the two keyframes.</span></p></b [...]
+ #endif // QT_NO_WHATSTHIS
+-        numFramesEdit->setText(QApplication::translate("AnimationTab", "0", 0, QApplication::UnicodeUTF8));
++        numFramesEdit->setText(QApplication::translate("AnimationTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+         insertKeyframeButton->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Insert a key frame after the current key frame, with default speed, using the current viewpoint and time step. </span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Insert a key frame after the current key frame, with default speed, using the current viewpoint and time step. </span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         insertKeyframeButton->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -1294,83 +1294,83 @@ public:
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Clicking this button results in inserting a keyframe immediately after the keyframe indicated by the current key index displayed above.  The new keyframe can be later modified using the various settings in this panel.  The viewpoint and the time step of the keyframe are determined by the current viewpoint [...]
+-                        "anging by one each frame.   If the camera position changes, then the number of frames inserted depends on the speed, and the time step will be linearly interpolated over these frames.  </span></p></body></html>", 0, QApplication::UnicodeUTF8));
++                        "anging by one each frame.   If the camera position changes, then the number of frames inserted depends on the speed, and the time step will be linearly interpolated over these frames.  </span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        insertKeyframeButton->setText(QApplication::translate("AnimationTab", "Insert New Key Frame", 0, QApplication::UnicodeUTF8));
++        insertKeyframeButton->setText(QApplication::translate("AnimationTab", "Insert New Key Frame", 0));
+ #ifndef QT_NO_TOOLTIP
+         adjustKeyButton->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Set the viewpoint and time step of the current keyframe to the current values being used in the visualizer</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Set the viewpoint and time step of the current keyframe to the current values being used in the visualizer</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         adjustKeyButton->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">To specify the viewpoint and the time step at a key frame, set the current time step and viewpoint in the GUI, then click this button.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">To specify the viewpoint and the time step at a key frame, set the current time step and viewpoint in the GUI, then click this button.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        adjustKeyButton->setText(QApplication::translate("AnimationTab", "Set Current Key", 0, QApplication::UnicodeUTF8));
++        adjustKeyButton->setText(QApplication::translate("AnimationTab", "Set Current Key", 0));
+ #ifndef QT_NO_TOOLTIP
+         deleteButton->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Delete the current key frame</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Delete the current key frame</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         deleteButton->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">When a key frame is deleted, the animation interpolates between the keyframes before and after the deleted frame.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">When a key frame is deleted, the animation interpolates between the keyframes before and after the deleted frame.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        deleteButton->setText(QApplication::translate("AnimationTab", "Delete", 0, QApplication::UnicodeUTF8));
++        deleteButton->setText(QApplication::translate("AnimationTab", "Delete", 0));
+ #ifndef QT_NO_TOOLTIP
+         gotoButton->setToolTip(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Set the visualized viewpoint and time step to be the same as is specified in the current key frame.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Set the visualized viewpoint and time step to be the same as is specified in the current key frame.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         gotoButton->setWhatsThis(QApplication::translate("AnimationTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Click this button to see the visualization at the specified key frame</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:12pt;\">Click this button to see the visualization at the specified key frame</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        gotoButton->setText(QApplication::translate("AnimationTab", "Go To Key", 0, QApplication::UnicodeUTF8));
+-        textLabel2_3->setText(QApplication::translate("AnimationTab", "Explicit Time Step Control", 0, QApplication::UnicodeUTF8));
++        gotoButton->setText(QApplication::translate("AnimationTab", "Go To Key", 0));
++        textLabel2_3->setText(QApplication::translate("AnimationTab", "Explicit Time Step Control", 0));
+ #ifndef QT_NO_TOOLTIP
+-        timestepSampleCheckbox->setToolTip(QApplication::translate("AnimationTab", "Check to use the list of time steps", 0, QApplication::UnicodeUTF8));
++        timestepSampleCheckbox->setToolTip(QApplication::translate("AnimationTab", "Check to use the list of time steps", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        timestepSampleCheckbox->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use explicit time steps\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0, QApplication::UnicodeUTF8));
++        timestepSampleCheckbox->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use explicit time steps\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        timestepSampleCheckbox->setText(QApplication::translate("AnimationTab", "Use explicit time steps", 0, QApplication::UnicodeUTF8));
++        timestepSampleCheckbox->setText(QApplication::translate("AnimationTab", "Use explicit time steps", 0));
+ #ifndef QT_NO_TOOLTIP
+-        addSampleButton->setToolTip(QApplication::translate("AnimationTab", "Click to add blank timestep to list, you must type in desired value", 0, QApplication::UnicodeUTF8));
++        addSampleButton->setToolTip(QApplication::translate("AnimationTab", "Click to add blank timestep to list, you must type in desired value", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        addSampleButton->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use time step list\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0, QApplication::UnicodeUTF8));
++        addSampleButton->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use time step list\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        addSampleButton->setText(QApplication::translate("AnimationTab", "Add", 0, QApplication::UnicodeUTF8));
++        addSampleButton->setText(QApplication::translate("AnimationTab", "Add", 0));
+ #ifndef QT_NO_TOOLTIP
+-        deleteSampleButton->setToolTip(QApplication::translate("AnimationTab", "Click to delete the selected time step from the list", 0, QApplication::UnicodeUTF8));
++        deleteSampleButton->setToolTip(QApplication::translate("AnimationTab", "Click to delete the selected time step from the list", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        deleteSampleButton->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use time step list\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0, QApplication::UnicodeUTF8));
++        deleteSampleButton->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use time step list\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        deleteSampleButton->setText(QApplication::translate("AnimationTab", "Delete", 0, QApplication::UnicodeUTF8));
++        deleteSampleButton->setText(QApplication::translate("AnimationTab", "Delete", 0));
+ #ifndef QT_NO_TOOLTIP
+-        rebuildButton->setToolTip(QApplication::translate("AnimationTab", "Rebuild list of time steps to include all timesteps in the data for any variable.", 0, QApplication::UnicodeUTF8));
++        rebuildButton->setToolTip(QApplication::translate("AnimationTab", "Rebuild list of time steps to include all timesteps in the data for any variable.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        rebuildButton->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use time step list\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0, QApplication::UnicodeUTF8));
++        rebuildButton->setWhatsThis(QApplication::translate("AnimationTab", "Check the \"Use time step list\" check box to specify a set of time steps that will be played during animation.  The list contents can be edited and time steps can be inserted or deleted.  Click the \"rebuild\" button to construct a list consisting of all time steps in the dataset for which any variable is available.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        rebuildButton->setText(QApplication::translate("AnimationTab", "Rebuild", 0, QApplication::UnicodeUTF8));
++        rebuildButton->setText(QApplication::translate("AnimationTab", "Rebuild", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/boxframe.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/boxframe.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/boxframe.h
+@@ -10,16 +10,16 @@
+ #define BOXFRAME_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QFrame>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QSlider>
+-#include <QtGui/QVBoxLayout>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QSlider>
++#include <QtWidgets/QVBoxLayout>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -257,48 +257,48 @@ public:
+ 
+     void retranslateUi(QFrame *boxframe)
+     {
+-        boxframe->setWindowTitle(QApplication::translate("boxframe", "Frame", 0, QApplication::UnicodeUTF8));
+-        label_17->setText(QApplication::translate("boxframe", "Dimension", 0, QApplication::UnicodeUTF8));
+-        label_18->setText(QApplication::translate("boxframe", "X", 0, QApplication::UnicodeUTF8));
+-        label_19->setText(QApplication::translate("boxframe", "Y", 0, QApplication::UnicodeUTF8));
+-        label_20->setText(QApplication::translate("boxframe", "Z", 0, QApplication::UnicodeUTF8));
+-        label_15->setText(QApplication::translate("boxframe", "Center", 0, QApplication::UnicodeUTF8));
++        boxframe->setWindowTitle(QApplication::translate("boxframe", "Frame", 0));
++        label_17->setText(QApplication::translate("boxframe", "Dimension", 0));
++        label_18->setText(QApplication::translate("boxframe", "X", 0));
++        label_19->setText(QApplication::translate("boxframe", "Y", 0));
++        label_20->setText(QApplication::translate("boxframe", "Z", 0));
++        label_15->setText(QApplication::translate("boxframe", "Center", 0));
+ #ifndef QT_NO_TOOLTIP
+-        xCenterSlider->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0, QApplication::UnicodeUTF8));
++        xCenterSlider->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        xCenterEdit->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0, QApplication::UnicodeUTF8));
++        xCenterEdit->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        yCenterSlider->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0, QApplication::UnicodeUTF8));
++        yCenterSlider->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        yCenterEdit->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0, QApplication::UnicodeUTF8));
++        yCenterEdit->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        zCenterSlider->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0, QApplication::UnicodeUTF8));
++        zCenterSlider->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        zCenterEdit->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0, QApplication::UnicodeUTF8));
++        zCenterEdit->setToolTip(QApplication::translate("boxframe", "Center coordinates of the box are controlled by sliders or text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+-        label_16->setText(QApplication::translate("boxframe", "Size", 0, QApplication::UnicodeUTF8));
++        label_16->setText(QApplication::translate("boxframe", "Size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        xSizeSlider->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0, QApplication::UnicodeUTF8));
++        xSizeSlider->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        xSizeEdit->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0, QApplication::UnicodeUTF8));
++        xSizeEdit->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        ySizeSlider->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0, QApplication::UnicodeUTF8));
++        ySizeSlider->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        ySizeEdit->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0, QApplication::UnicodeUTF8));
++        ySizeEdit->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        zSizeSlider->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0, QApplication::UnicodeUTF8));
++        zSizeSlider->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        zSizeEdit->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0, QApplication::UnicodeUTF8));
++        zSizeEdit->setToolTip(QApplication::translate("boxframe", "Size of the box is controlled by sliders and text boxes", 0));
+ #endif // QT_NO_TOOLTIP
+     } // retranslateUi
+ 
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/dvr.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/dvr.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/dvr.h
+@@ -10,22 +10,22 @@
+ #define DVR_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QCheckBox>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QFrame>
+-#include <QtGui/QGroupBox>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSlider>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QVBoxLayout>
+-#include <QtGui/QWidget>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QCheckBox>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QGroupBox>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSlider>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QVBoxLayout>
++#include <QtWidgets/QWidget>
+ #include <colorpickerframe.h>
+ #include "../../guis/instancetable.h"
+ #include "colorpickerframe.h"
+@@ -842,43 +842,43 @@ public:
+ 
+     void retranslateUi(QWidget *DVR)
+     {
+-        DVR->setWindowTitle(QApplication::translate("DVR", "DVR Panel", 0, QApplication::UnicodeUTF8));
++        DVR->setWindowTitle(QApplication::translate("DVR", "DVR Panel", 0));
+ #ifndef QT_NO_TOOLTIP
+         DVR->setToolTip(QString());
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        DVR->setWhatsThis(QApplication::translate("DVR", "<html><head/><body><p>This DVR panel controls volume rendering of a 3D variable.  The volume to be rendered is set in the Region panel.  There is a transfer function editor to control the mapping from data values to color and transparency.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        DVR->setWhatsThis(QApplication::translate("DVR", "<html><head/><body><p>This DVR panel controls volume rendering of a 3D variable.  The volume to be rendered is set in the Region panel.  There is a transfer function editor to control the mapping from data values to color and transparency.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_2->setText(QApplication::translate("DVR", "Renderer Control", 0, QApplication::UnicodeUTF8));
++        textLabel1_2->setText(QApplication::translate("DVR", "Renderer Control", 0));
+ #ifndef QT_NO_TOOLTIP
+-        instanceTable->setToolTip(QApplication::translate("DVR", "Select current instance by clicking at left.  Check the box to enable rendering.", 0, QApplication::UnicodeUTF8));
++        instanceTable->setToolTip(QApplication::translate("DVR", "Select current instance by clicking at left.  Check the box to enable rendering.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        instanceTable->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR panel.", 0, [...]
++        instanceTable->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        newInstanceButton->setToolTip(QApplication::translate("DVR", "Create a new, default instance of this renderer", 0, QApplication::UnicodeUTF8));
++        newInstanceButton->setToolTip(QApplication::translate("DVR", "Create a new, default instance of this renderer", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        newInstanceButton->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR panel." [...]
++        newInstanceButton->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        newInstanceButton->setText(QApplication::translate("DVR", "New", 0, QApplication::UnicodeUTF8));
++        newInstanceButton->setText(QApplication::translate("DVR", "New", 0));
+ #ifndef QT_NO_TOOLTIP
+-        deleteInstanceButton->setToolTip(QApplication::translate("DVR", "Delete current renderer Instance", 0, QApplication::UnicodeUTF8));
++        deleteInstanceButton->setToolTip(QApplication::translate("DVR", "Delete current renderer Instance", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        deleteInstanceButton->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR pane [...]
++        deleteInstanceButton->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR pane [...]
+ #endif // QT_NO_WHATSTHIS
+-        deleteInstanceButton->setText(QApplication::translate("DVR", "Delete", 0, QApplication::UnicodeUTF8));
++        deleteInstanceButton->setText(QApplication::translate("DVR", "Delete", 0));
+         copyCombo->clear();
+         copyCombo->insertItems(0, QStringList()
+-         << QApplication::translate("DVR", "Duplicate In:", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("DVR", "Duplicate In:", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        copyCombo->setToolTip(QApplication::translate("DVR", "Select a visualizer where this renderer instance will be copied", 0, QApplication::UnicodeUTF8));
++        copyCombo->setToolTip(QApplication::translate("DVR", "Select a visualizer where this renderer instance will be copied", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        copyCombo->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR panel.", 0, QAp [...]
++        copyCombo->setWhatsThis(QApplication::translate("DVR", "The instance checkbox determines which DVR is actively rendering.  You can only use it after a dataset has been loaded.  Only one DVR can render at one time. You can have any number of DVR instances in each visualization window. Use the \"New\"  button or the \"Duplicate In\" selector to create new renderer instances. The instance that is selected is controlled by the values in this (currently displayed) DVR panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_WHATSTHIS
+         frame->setWhatsThis(QApplication::translate("DVR", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -886,76 +886,76 @@ public:
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">LOD (compression level) and Refinement (data resolution) are both controllable with the Fidelity setting, using the row of Fidelity buttons.  The Fidelity uses region size to control the number of wavelet coefficients to be loaded from disk as well as the volume of data to be displayed.  Users can specify the default LOD and Refinement to be used with the current reg [...]
+-                        "n are displayed if you hold the mouse over the button.  Note:  there is no fidelity control with imported data.</p></body></html>", 0, QApplication::UnicodeUTF8));
++                        "n are displayed if you hold the mouse over the button.  Note:  there is no fidelity control with imported data.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+         fidelityDefaultButton->setToolTip(QApplication::translate("DVR", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Click to set default Fidelity to current LOD and Refinement levels.  The default can optionally be saved in user preferences.</p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Click to set default Fidelity to current LOD and Refinement levels.  The default can optionally be saved in user preferences.</p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        fidelityDefaultButton->setText(QApplication::translate("DVR", "Set Default Fidelity", 0, QApplication::UnicodeUTF8));
++        fidelityDefaultButton->setText(QApplication::translate("DVR", "Set Default Fidelity", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        fidelityBox->setWhatsThis(QApplication::translate("DVR", "The fidelity setting controls both refinement and LOD.  Click on the \"Set Default Fidelity\" button to establish a fidelity level that is interactive on the current platform.", 0, QApplication::UnicodeUTF8));
++        fidelityBox->setWhatsThis(QApplication::translate("DVR", "The fidelity setting controls both refinement and LOD.  Click on the \"Set Default Fidelity\" button to establish a fidelity level that is interactive on the current platform.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        fidelityBox->setTitle(QApplication::translate("DVR", "low .. Fidelity .. high", 0, QApplication::UnicodeUTF8));
+-        label_7->setText(QApplication::translate("DVR", "LOD", 0, QApplication::UnicodeUTF8));
++        fidelityBox->setTitle(QApplication::translate("DVR", "low .. Fidelity .. high", 0));
++        label_7->setText(QApplication::translate("DVR", "LOD", 0));
+         lodCombo->clear();
+         lodCombo->insertItems(0, QStringList()
+-         << QApplication::translate("DVR", "1:1", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "100:1", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("DVR", "1:1", 0)
++         << QApplication::translate("DVR", "100:1", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+         lodCombo->setToolTip(QApplication::translate("DVR", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the compression level of the data being visualized.  After LOD is changed, the Fidelity setting is ignored until the user again changes the Fidelity settings.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the compression level of the data being visualized.  After LOD is changed, the Fidelity setting is ignored until the user again changes the Fidelity settings.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        lodCombo->setWhatsThis(QApplication::translate("DVR", "The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization algorithms; and for VDC1 data, less storage space on disk, therefore less time to read the data.  For VDC2 data the Refinement level has  [...]
++        lodCombo->setWhatsThis(QApplication::translate("DVR", "The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization algorithms; and for VDC1 data, less storage space on disk, therefore less time to read the data.  For VDC2 data the Refinement level has  [...]
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_13->setText(QApplication::translate("DVR", "Refinement", 0, QApplication::UnicodeUTF8));
++        textLabel1_13->setText(QApplication::translate("DVR", "Refinement", 0));
+         refinementCombo->clear();
+         refinementCombo->insertItems(0, QStringList()
+-         << QApplication::translate("DVR", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "1", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "2", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "3", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "5", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("DVR", "0", 0)
++         << QApplication::translate("DVR", "1", 0)
++         << QApplication::translate("DVR", "2", 0)
++         << QApplication::translate("DVR", "3", 0)
++         << QApplication::translate("DVR", "5", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+         refinementCombo->setToolTip(QApplication::translate("DVR", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the refinement level (resolution) of the data being visualized.  When this value is specified, the Fidelity setting is ignored (until the Fidelity controls are adjusted)</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the refinement level (resolution) of the data being visualized.  When this value is specified, the Fidelity setting is ignored (until the Fidelity controls are adjusted)</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        refinementCombo->setWhatsThis(QApplication::translate("DVR", "The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization algorithms; and for VDC1 data, less storage space on disk, therefore less time to read the data.  For VDC2 data the Refinement lev [...]
++        refinementCombo->setWhatsThis(QApplication::translate("DVR", "The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization algorithms; and for VDC1 data, less storage space on disk, therefore less time to read the data.  For VDC2 data the Refinement lev [...]
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_6->setToolTip(QApplication::translate("DVR", "Specify the variable that is visualized", 0, QApplication::UnicodeUTF8));
++        textLabel1_6->setToolTip(QApplication::translate("DVR", "Specify the variable that is visualized", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_6->setText(QApplication::translate("DVR", "Variable", 0, QApplication::UnicodeUTF8));
++        textLabel1_6->setText(QApplication::translate("DVR", "Variable", 0));
+         variableCombo->clear();
+         variableCombo->insertItems(0, QStringList()
+-         << QApplication::translate("DVR", "not present", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "not present", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "not present", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "not present", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("DVR", "not present", 0)
++         << QApplication::translate("DVR", "not present", 0)
++         << QApplication::translate("DVR", "not present", 0)
++         << QApplication::translate("DVR", "not present", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        variableCombo->setToolTip(QApplication::translate("DVR", "Specify the variable that is visualized", 0, QApplication::UnicodeUTF8));
++        variableCombo->setToolTip(QApplication::translate("DVR", "Specify the variable that is visualized", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_10->setText(QApplication::translate("DVR", "Renderer Type", 0, QApplication::UnicodeUTF8));
++        textLabel1_10->setText(QApplication::translate("DVR", "Renderer Type", 0));
+         typeCombo->clear();
+         typeCombo->insertItems(0, QStringList()
+-         << QApplication::translate("DVR", "3DTexture-Shader", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("DVR", "3DTexture-Shader", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        typeCombo->setToolTip(QApplication::translate("DVR", "With renderer disabled, choose the volume renderer to be used", 0, QApplication::UnicodeUTF8));
++        typeCombo->setToolTip(QApplication::translate("DVR", "With renderer disabled, choose the volume renderer to be used", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         typeCombo->setWhatsThis(QApplication::translate("DVR", "The Renderer Type selector controls the\n"
+@@ -965,27 +965,27 @@ public:
+ "system are shown.  Usually the default\n"
+ "setting will provide the fastest and highest\n"
+ "quality rendering.  To change renderer\n"
+-"type, the renderer must first be disabled.", 0, QApplication::UnicodeUTF8));
++"type, the renderer must first be disabled.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+         textLabel1_7->setToolTip(QApplication::translate("DVR", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Fidelity settings determine refinement level and LOD of data</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Fidelity settings determine refinement level and LOD of data</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_7->setText(QApplication::translate("DVR", "Color Selector", 0, QApplication::UnicodeUTF8));
++        textLabel1_7->setText(QApplication::translate("DVR", "Color Selector", 0));
+ #ifndef QT_NO_WHATSTHIS
+         colorPickerFrame->setWhatsThis(QApplication::translate("DVR", "The color selector is used to view and\n"
+ "to set the color of the currently selected \n"
+ "color control point.  The value can be set\n"
+ "by typing in a RGB or HSV value, or by \n"
+ "selecting a color from the palette and\n"
+-"an intensity from the slider", 0, QApplication::UnicodeUTF8));
++"an intensity from the slider", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel2_4->setText(QApplication::translate("DVR", "Transfer Function Editor", 0, QApplication::UnicodeUTF8));
++        textLabel2_4->setText(QApplication::translate("DVR", "Transfer Function Editor", 0));
+ #ifndef QT_NO_TOOLTIP
+-        editButton->setToolTip(QApplication::translate("DVR", "Select and edit control points", 0, QApplication::UnicodeUTF8));
++        editButton->setToolTip(QApplication::translate("DVR", "Select and edit control points", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         editButton->setWhatsThis(QApplication::translate("DVR", "The Edit and Zoom/Pan button select\n"
+@@ -996,11 +996,11 @@ public:
+ "visible in the window, without changing\n"
+ "the transfer function itself.  In Edit mode\n"
+ "the left mouse button is used to select\n"
+-"and move control points.", 0, QApplication::UnicodeUTF8));
++"and move control points.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        editButton->setText(QApplication::translate("DVR", "Edit", 0, QApplication::UnicodeUTF8));
++        editButton->setText(QApplication::translate("DVR", "Edit", 0));
+ #ifndef QT_NO_TOOLTIP
+-        navigateButton->setToolTip(QApplication::translate("DVR", "Use mouse to zoom and pan edit window", 0, QApplication::UnicodeUTF8));
++        navigateButton->setToolTip(QApplication::translate("DVR", "Use mouse to zoom and pan edit window", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         navigateButton->setWhatsThis(QApplication::translate("DVR", "The Edit and Zoom/Pan button select\n"
+@@ -1011,18 +1011,18 @@ public:
+ "visible in the window, without changing\n"
+ "the transfer function itself.  In Edit mode\n"
+ "the left mouse button is used to select\n"
+-"and move control points.", 0, QApplication::UnicodeUTF8));
++"and move control points.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        navigateButton->setText(QApplication::translate("DVR", "Zoom/Pan", 0, QApplication::UnicodeUTF8));
++        navigateButton->setText(QApplication::translate("DVR", "Zoom/Pan", 0));
+ #ifndef QT_NO_TOOLTIP
+-        alignButton->setToolTip(QApplication::translate("DVR", "Align edit window with transfer function domain", 0, QApplication::UnicodeUTF8));
++        alignButton->setToolTip(QApplication::translate("DVR", "Align edit window with transfer function domain", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        alignButton->setWhatsThis(QApplication::translate("DVR", "The \"Fit to View\" button is used to make the current editing region coincide with the transfer function domain bounds.", 0, QApplication::UnicodeUTF8));
++        alignButton->setWhatsThis(QApplication::translate("DVR", "The \"Fit to View\" button is used to make the current editing region coincide with the transfer function domain bounds.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        alignButton->setText(QApplication::translate("DVR", "Fit to View", 0, QApplication::UnicodeUTF8));
++        alignButton->setText(QApplication::translate("DVR", "Fit to View", 0));
+ #ifndef QT_NO_TOOLTIP
+-        newHistoButton->setToolTip(QApplication::translate("DVR", "Click to refresh the histogram based on the current region settings, animation timestep, and transfer function bounds", 0, QApplication::UnicodeUTF8));
++        newHistoButton->setToolTip(QApplication::translate("DVR", "Click to refresh the histogram based on the current region settings, animation timestep, and transfer function bounds", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         newHistoButton->setWhatsThis(QApplication::translate("DVR", "Click the Histo button to refresh the\n"
+@@ -1034,9 +1034,9 @@ public:
+ "region extents, and the data bounds.\n"
+ "Use the right mouse menu in the \n"
+ "transfer function window to choose\n"
+-"how the histogram is scaled.", 0, QApplication::UnicodeUTF8));
++"how the histogram is scaled.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        newHistoButton->setText(QApplication::translate("DVR", "Histo", 0, QApplication::UnicodeUTF8));
++        newHistoButton->setText(QApplication::translate("DVR", "Histo", 0));
+ #ifndef QT_NO_WHATSTHIS
+         transferFunctionFrame->setWhatsThis(QApplication::translate("DVR", "The transfer function editor displays a \n"
+ "mapping (called a \"transfer function\")\n"
+@@ -1048,17 +1048,17 @@ public:
+ "bar at the bottom.  A histogram of data \n"
+ "values is shown in blue-green behind \n"
+ "the opacity curve.  Additional options are\n"
+-"available from the right mouse button.", 0, QApplication::UnicodeUTF8));
++"available from the right mouse button.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        opacityScaleSlider->setToolTip(QApplication::translate("DVR", "Scale Opacity Values", 0, QApplication::UnicodeUTF8));
++        opacityScaleSlider->setToolTip(QApplication::translate("DVR", "Scale Opacity Values", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        colorInterpCheckbox->setToolTip(QApplication::translate("DVR", "Check to use discrete color interpolation", 0, QApplication::UnicodeUTF8));
++        colorInterpCheckbox->setToolTip(QApplication::translate("DVR", "Check to use discrete color interpolation", 0));
+ #endif // QT_NO_TOOLTIP
+-        colorInterpCheckbox->setText(QApplication::translate("DVR", "Discrete Color Map", 0, QApplication::UnicodeUTF8));
++        colorInterpCheckbox->setText(QApplication::translate("DVR", "Discrete Color Map", 0));
+ #ifndef QT_NO_TOOLTIP
+-        leftMappingBound->setToolTip(QApplication::translate("DVR", "Minimum of transfer function domain", 0, QApplication::UnicodeUTF8));
++        leftMappingBound->setToolTip(QApplication::translate("DVR", "Minimum of transfer function domain", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         leftMappingBound->setWhatsThis(QApplication::translate("DVR", "The displayed data bounds are based on \n"
+@@ -1068,12 +1068,12 @@ public:
+ "reset to any range.  Click on the \"histo\" \n"
+ "button to construct, a histogram and thereby\n"
+ "to determine the actual data values in the\n"
+-"specified range.", 0, QApplication::UnicodeUTF8));
++"specified range.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        leftMappingBound->setText(QApplication::translate("DVR", "0.0", 0, QApplication::UnicodeUTF8));
+-        textLabel2_3->setText(QApplication::translate("DVR", "TF Domain Bounds", 0, QApplication::UnicodeUTF8));
++        leftMappingBound->setText(QApplication::translate("DVR", "0.0", 0));
++        textLabel2_3->setText(QApplication::translate("DVR", "TF Domain Bounds", 0));
+ #ifndef QT_NO_TOOLTIP
+-        rightMappingBound->setToolTip(QApplication::translate("DVR", "Maximum of transfer function domain", 0, QApplication::UnicodeUTF8));
++        rightMappingBound->setToolTip(QApplication::translate("DVR", "Maximum of transfer function domain", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         rightMappingBound->setWhatsThis(QApplication::translate("DVR", "The displayed data bounds are based on \n"
+@@ -1083,11 +1083,11 @@ public:
+ "reset to any range.  Click on the \"histo\" button \n"
+ "to construct, a histogram and thereby to\n"
+ "determine the actual data values in the\n"
+-"specified range.", 0, QApplication::UnicodeUTF8));
++"specified range.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        rightMappingBound->setText(QApplication::translate("DVR", "1.0", 0, QApplication::UnicodeUTF8));
++        rightMappingBound->setText(QApplication::translate("DVR", "1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minDataBound->setToolTip(QApplication::translate("DVR", "Data bounds are estimated from the variable at the first available time step.", 0, QApplication::UnicodeUTF8));
++        minDataBound->setToolTip(QApplication::translate("DVR", "Data bounds are estimated from the variable at the first available time step.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         minDataBound->setWhatsThis(QApplication::translate("DVR", "The displayed data bounds are based on \n"
+@@ -1097,15 +1097,15 @@ public:
+ "reset to any range.  Click on the \"histo\" button \n"
+ "to construct, a histogram and thereby to\n"
+ "determine the actual data values in the\n"
+-"specified range.", 0, QApplication::UnicodeUTF8));
++"specified range.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        minDataBound->setText(QApplication::translate("DVR", "0.0", 0, QApplication::UnicodeUTF8));
++        minDataBound->setText(QApplication::translate("DVR", "0.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel2_5->setToolTip(QApplication::translate("DVR", "Data bounds are estimated from the variable at the first available time step.", 0, QApplication::UnicodeUTF8));
++        textLabel2_5->setToolTip(QApplication::translate("DVR", "Data bounds are estimated from the variable at the first available time step.", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel2_5->setText(QApplication::translate("DVR", "Data Bounds", 0, QApplication::UnicodeUTF8));
++        textLabel2_5->setText(QApplication::translate("DVR", "Data Bounds", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxDataBound->setToolTip(QApplication::translate("DVR", "Data bounds are estimated from the variable at the first available time step.", 0, QApplication::UnicodeUTF8));
++        maxDataBound->setToolTip(QApplication::translate("DVR", "Data bounds are estimated from the variable at the first available time step.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         maxDataBound->setWhatsThis(QApplication::translate("DVR", "The displayed data bounds are based on \n"
+@@ -1115,11 +1115,11 @@ public:
+ "reset to any range.  Click on the \"histo\" button \n"
+ "to construct, a histogram and thereby to\n"
+ "determine the actual data values in the\n"
+-"specified range.", 0, QApplication::UnicodeUTF8));
++"specified range.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        maxDataBound->setText(QApplication::translate("DVR", "1.0", 0, QApplication::UnicodeUTF8));
++        maxDataBound->setText(QApplication::translate("DVR", "1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        ColorBindButton->setToolTip(QApplication::translate("DVR", "Move selected color to same x coord as selected opacity ", 0, QApplication::UnicodeUTF8));
++        ColorBindButton->setToolTip(QApplication::translate("DVR", "Move selected color to same x coord as selected opacity ", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         ColorBindButton->setWhatsThis(QApplication::translate("DVR", "When exactly one color control point\n"
+@@ -1129,11 +1129,11 @@ public:
+ "points to coincide.  Either the opacity\n"
+ "control point is moved to position of\n"
+ "the color control point, or vice-versa,\n"
+-"depending on which button is clicked.", 0, QApplication::UnicodeUTF8));
++"depending on which button is clicked.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        ColorBindButton->setText(QApplication::translate("DVR", "Bind Color->Opac", 0, QApplication::UnicodeUTF8));
++        ColorBindButton->setText(QApplication::translate("DVR", "Bind Color->Opac", 0));
+ #ifndef QT_NO_TOOLTIP
+-        OpacityBindButton->setToolTip(QApplication::translate("DVR", "Move selected opacity to same x coord as selected color", 0, QApplication::UnicodeUTF8));
++        OpacityBindButton->setToolTip(QApplication::translate("DVR", "Move selected opacity to same x coord as selected color", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         OpacityBindButton->setWhatsThis(QApplication::translate("DVR", "When exactly one color control point\n"
+@@ -1143,74 +1143,74 @@ public:
+ "points to coincide.  Either the opacity\n"
+ "control point is moved to position of\n"
+ "the color control point, or vice-versa,\n"
+-"depending on which button is clicked.", 0, QApplication::UnicodeUTF8));
++"depending on which button is clicked.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        OpacityBindButton->setText(QApplication::translate("DVR", "Bind Opac->Color", 0, QApplication::UnicodeUTF8));
++        OpacityBindButton->setText(QApplication::translate("DVR", "Bind Opac->Color", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fitDataButton->setToolTip(QApplication::translate("DVR", "Fit TF domain bounds to data bounds", 0, QApplication::UnicodeUTF8));
++        fitDataButton->setToolTip(QApplication::translate("DVR", "Fit TF domain bounds to data bounds", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        fitDataButton->setWhatsThis(QApplication::translate("DVR", "Click this button to set the current transfer function editor domain bounds to the bounds of the variable at the current time step.", 0, QApplication::UnicodeUTF8));
++        fitDataButton->setWhatsThis(QApplication::translate("DVR", "Click this button to set the current transfer function editor domain bounds to the bounds of the variable at the current time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        fitDataButton->setText(QApplication::translate("DVR", "Fit Data", 0, QApplication::UnicodeUTF8));
++        fitDataButton->setText(QApplication::translate("DVR", "Fit Data", 0));
+ #ifndef QT_NO_TOOLTIP
+-        loadButton->setToolTip(QApplication::translate("DVR", "Load transfer function from file or session", 0, QApplication::UnicodeUTF8));
++        loadButton->setToolTip(QApplication::translate("DVR", "Load transfer function from file or session", 0));
+ #endif // QT_NO_TOOLTIP
+-        loadButton->setText(QApplication::translate("DVR", "Load TF", 0, QApplication::UnicodeUTF8));
++        loadButton->setText(QApplication::translate("DVR", "Load TF", 0));
+ #ifndef QT_NO_TOOLTIP
+-        loadInstalledButton->setToolTip(QApplication::translate("DVR", "Load Transfer Function from directory of pre-installed transfer functions", 0, QApplication::UnicodeUTF8));
++        loadInstalledButton->setToolTip(QApplication::translate("DVR", "Load Transfer Function from directory of pre-installed transfer functions", 0));
+ #endif // QT_NO_TOOLTIP
+-        loadInstalledButton->setText(QApplication::translate("DVR", "Load Installed TF", 0, QApplication::UnicodeUTF8));
++        loadInstalledButton->setText(QApplication::translate("DVR", "Load Installed TF", 0));
+ #ifndef QT_NO_TOOLTIP
+-        saveButton->setToolTip(QApplication::translate("DVR", "Save this transfer function to a file or session", 0, QApplication::UnicodeUTF8));
++        saveButton->setToolTip(QApplication::translate("DVR", "Save this transfer function to a file or session", 0));
+ #endif // QT_NO_TOOLTIP
+-        saveButton->setText(QApplication::translate("DVR", "Save TF", 0, QApplication::UnicodeUTF8));
+-        textLabel1->setText(QApplication::translate("DVR", "Bits per voxel", 0, QApplication::UnicodeUTF8));
++        saveButton->setText(QApplication::translate("DVR", "Save TF", 0));
++        textLabel1->setText(QApplication::translate("DVR", "Bits per voxel", 0));
+         numBitsCombo->clear();
+         numBitsCombo->insertItems(0, QStringList()
+-         << QApplication::translate("DVR", "8", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("DVR", "16", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("DVR", "8", 0)
++         << QApplication::translate("DVR", "16", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        numBitsCombo->setToolTip(QApplication::translate("DVR", "Specify the precision of the volume renderer", 0, QApplication::UnicodeUTF8));
++        numBitsCombo->setToolTip(QApplication::translate("DVR", "Specify the precision of the volume renderer", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_8->setText(QApplication::translate("DVR", "Histo scale", 0, QApplication::UnicodeUTF8));
++        textLabel1_8->setText(QApplication::translate("DVR", "Histo scale", 0));
+ #ifndef QT_NO_TOOLTIP
+-        histoScaleEdit->setToolTip(QApplication::translate("DVR", "Scale factor for histogram display", 0, QApplication::UnicodeUTF8));
++        histoScaleEdit->setToolTip(QApplication::translate("DVR", "Scale factor for histogram display", 0));
+ #endif // QT_NO_TOOLTIP
+-        histoScaleEdit->setText(QApplication::translate("DVR", "1", 0, QApplication::UnicodeUTF8));
++        histoScaleEdit->setText(QApplication::translate("DVR", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lightingCheckbox->setToolTip(QApplication::translate("DVR", "Set lighting on or off", 0, QApplication::UnicodeUTF8));
++        lightingCheckbox->setToolTip(QApplication::translate("DVR", "Set lighting on or off", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lightingCheckbox->setWhatsThis(QApplication::translate("DVR", "The Lighting-On checkbox can only be\n"
+ "used if your graphics hardware supports\n"
+ "it.  When enabled, the light source is \n"
+ "controlled by the lighting parameters\n"
+-"of Light No. 1 in the Viewpoint panel.", 0, QApplication::UnicodeUTF8));
++"of Light No. 1 in the Viewpoint panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lightingCheckbox->setText(QApplication::translate("DVR", "Lighting On", 0, QApplication::UnicodeUTF8));
++        lightingCheckbox->setText(QApplication::translate("DVR", "Lighting On", 0));
+ #ifndef QT_NO_TOOLTIP
+-        preintegratedCheckbox->setToolTip(QApplication::translate("DVR", "turn on pre-integration", 0, QApplication::UnicodeUTF8));
++        preintegratedCheckbox->setToolTip(QApplication::translate("DVR", "turn on pre-integration", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         preintegratedCheckbox->setWhatsThis(QApplication::translate("DVR", "Pre-integration results in a\n"
+ "higher quality rendered image,\n"
+ "with somewhat increased \n"
+-"rendering time.", 0, QApplication::UnicodeUTF8));
++"rendering time.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        preintegratedCheckbox->setText(QApplication::translate("DVR", "Pre-integration On", 0, QApplication::UnicodeUTF8));
+-        textLabel1_9->setText(QApplication::translate("DVR", "Data Sampling Rate", 0, QApplication::UnicodeUTF8));
++        preintegratedCheckbox->setText(QApplication::translate("DVR", "Pre-integration On", 0));
++        textLabel1_9->setText(QApplication::translate("DVR", "Data Sampling Rate", 0));
+ #ifndef QT_NO_TOOLTIP
+-        sampleRateEdit->setToolTip(QApplication::translate("DVR", "Minimum number of samples along ray length, if zero will calculate automatically", 0, QApplication::UnicodeUTF8));
++        sampleRateEdit->setToolTip(QApplication::translate("DVR", "Minimum number of samples along ray length, if zero will calculate automatically", 0));
+ #endif // QT_NO_TOOLTIP
+-        sampleRateEdit->setText(QApplication::translate("DVR", "0.0", 0, QApplication::UnicodeUTF8));
+-        benchmarkGroup->setTitle(QApplication::translate("DVR", "Benchmark", 0, QApplication::UnicodeUTF8));
++        sampleRateEdit->setText(QApplication::translate("DVR", "0.0", 0));
++        benchmarkGroup->setTitle(QApplication::translate("DVR", "Benchmark", 0));
+         renderCheck->setText(QApplication::translate("DVR", "Redraw\n"
+-"", 0, QApplication::UnicodeUTF8));
+-        animationCheck->setText(QApplication::translate("DVR", "Animation", 0, QApplication::UnicodeUTF8));
+-        tfCheck->setText(QApplication::translate("DVR", "Transfer Function", 0, QApplication::UnicodeUTF8));
+-        benchmarkButton->setText(QApplication::translate("DVR", "Benchmark", 0, QApplication::UnicodeUTF8));
++"", 0));
++        animationCheck->setText(QApplication::translate("DVR", "Animation", 0));
++        tfCheck->setText(QApplication::translate("DVR", "Transfer Function", 0));
++        benchmarkButton->setText(QApplication::translate("DVR", "Benchmark", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/flowtab.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/flowtab.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/flowtab.h
+@@ -10,24 +10,24 @@
+ #define FLOWTAB_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QCheckBox>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QFrame>
+-#include <QtGui/QGridLayout>
+-#include <QtGui/QGroupBox>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSlider>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QTableWidget>
+-#include <QtGui/QVBoxLayout>
+-#include <QtGui/QWidget>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QCheckBox>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QGridLayout>
++#include <QtWidgets/QGroupBox>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSlider>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QTableWidget>
++#include <QtWidgets/QVBoxLayout>
++#include <QtWidgets/QWidget>
+ #include "../../guis/instancetable.h"
+ #include "instancetable.h"
+ #include "mappingframe.h"
+@@ -2805,16 +2805,16 @@ public:
+ 
+     void retranslateUi(QWidget *FlowTab)
+     {
+-        FlowTab->setWindowTitle(QApplication::translate("FlowTab", "Flow Viz", 0, QApplication::UnicodeUTF8));
++        FlowTab->setWindowTitle(QApplication::translate("FlowTab", "Flow Viz", 0));
+ #ifndef QT_NO_TOOLTIP
+         FlowTab->setToolTip(QString());
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        FlowTab->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Flow panel controls the integration of flow lines in the 3D scene.  There are three types of flow integration supported:  Steady flow provides an instantaneous image of a flow field, i.e. streamlines.  Unsteady flow displays the time-varying motion paths of massless particles in a flow field.  Field Line Advection combines steady and unsteady flow to display how streamlines of a steady flow field [...]
++        FlowTab->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Flow panel controls the integration of flow lines in the 3D scene.  There are three types of flow integration supported:  Steady flow provides an instantaneous image of a flow field, i.e. streamlines.  Unsteady flow displays the time-varying motion paths of massless particles in a flow field.  Field Line Advection combines steady and unsteady flow to display how streamlines of a steady flow field [...]
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1->setText(QApplication::translate("FlowTab", "Renderer Control", 0, QApplication::UnicodeUTF8));
++        textLabel1->setText(QApplication::translate("FlowTab", "Renderer Control", 0));
+ #ifndef QT_NO_TOOLTIP
+-        instanceTable->setToolTip(QApplication::translate("FlowTab", "Select current instance by clicking at left.  Check the box to enable rendering.", 0, QApplication::UnicodeUTF8));
++        instanceTable->setToolTip(QApplication::translate("FlowTab", "Select current instance by clicking at left.  Check the box to enable rendering.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         instanceTable->setWhatsThis(QApplication::translate("FlowTab", "The instance checkbox determines which\n"
+@@ -2826,10 +2826,10 @@ public:
+ "\"Duplicate In\" selector to create new flow\n"
+ "instances. The instance that is selected\n"
+ "is controlled by the values in this\n"
+-"(currently displayed) flow panel.", 0, QApplication::UnicodeUTF8));
++"(currently displayed) flow panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        newInstanceButton->setToolTip(QApplication::translate("FlowTab", "Create a new, default instance of this renderer", 0, QApplication::UnicodeUTF8));
++        newInstanceButton->setToolTip(QApplication::translate("FlowTab", "Create a new, default instance of this renderer", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         newInstanceButton->setWhatsThis(QApplication::translate("FlowTab", "The instance checkbox determines which\n"
+@@ -2841,11 +2841,11 @@ public:
+ "\"Duplicate In\" selector to create new flow\n"
+ "instances. The instance that is selected\n"
+ "is controlled by the values in this\n"
+-"(currently displayed) flow panel.", 0, QApplication::UnicodeUTF8));
++"(currently displayed) flow panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        newInstanceButton->setText(QApplication::translate("FlowTab", "New", 0, QApplication::UnicodeUTF8));
++        newInstanceButton->setText(QApplication::translate("FlowTab", "New", 0));
+ #ifndef QT_NO_TOOLTIP
+-        deleteInstanceButton->setToolTip(QApplication::translate("FlowTab", "Delete current renderer Instance", 0, QApplication::UnicodeUTF8));
++        deleteInstanceButton->setToolTip(QApplication::translate("FlowTab", "Delete current renderer Instance", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         deleteInstanceButton->setWhatsThis(QApplication::translate("FlowTab", "The instance checkbox determines which\n"
+@@ -2857,15 +2857,15 @@ public:
+ "\"Duplicate In\" selector to create new flow\n"
+ "instances. The instance that is selected\n"
+ "is controlled by the values in this\n"
+-"(currently displayed) flow panel.", 0, QApplication::UnicodeUTF8));
++"(currently displayed) flow panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        deleteInstanceButton->setText(QApplication::translate("FlowTab", "Delete", 0, QApplication::UnicodeUTF8));
++        deleteInstanceButton->setText(QApplication::translate("FlowTab", "Delete", 0));
+         copyCombo->clear();
+         copyCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "Duplicate In:", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "Duplicate In:", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        copyCombo->setToolTip(QApplication::translate("FlowTab", "Select a visualizer where this renderer instance will be copied", 0, QApplication::UnicodeUTF8));
++        copyCombo->setToolTip(QApplication::translate("FlowTab", "Select a visualizer where this renderer instance will be copied", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         copyCombo->setWhatsThis(QApplication::translate("FlowTab", "The instance checkbox determines which\n"
+@@ -2877,21 +2877,21 @@ public:
+ "\"Duplicate In\" selector to create new flow\n"
+ "instances. The instance that is selected\n"
+ "is controlled by the values in this\n"
+-"(currently displayed) flow panel.", 0, QApplication::UnicodeUTF8));
++"(currently displayed) flow panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_WHATSTHIS
+-        generalFrame->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Basic Flow Parameters are theparameters that must be specified for any flow integration.    They include the specification of steady and unsteady flow variables, periodicity, accuracy, and other parameters.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        generalFrame->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Basic Flow Parameters are theparameters that must be specified for any flow integration.    They include the specification of steady and unsteady flow variables, periodicity, accuracy, and other parameters.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_2->setText(QApplication::translate("FlowTab", "Basic Flow Parameters", 0, QApplication::UnicodeUTF8));
+-        textLabel2_5->setText(QApplication::translate("FlowTab", "Type", 0, QApplication::UnicodeUTF8));
++        textLabel3_2->setText(QApplication::translate("FlowTab", "Basic Flow Parameters", 0));
++        textLabel2_5->setText(QApplication::translate("FlowTab", "Type", 0));
+         flowTypeCombo->clear();
+         flowTypeCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "Steady", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Unsteady", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Field Line Advection", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "Steady", 0)
++         << QApplication::translate("FlowTab", "Unsteady", 0)
++         << QApplication::translate("FlowTab", "Field Line Advection", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        flowTypeCombo->setToolTip(QApplication::translate("FlowTab", "Specify whether the flow will vary with timesteps in the data", 0, QApplication::UnicodeUTF8));
++        flowTypeCombo->setToolTip(QApplication::translate("FlowTab", "Specify whether the flow will vary with timesteps in the data", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         flowTypeCombo->setWhatsThis(QApplication::translate("FlowTab", "The flow type can be either steady,\n"
+@@ -2904,64 +2904,64 @@ public:
+ "flow field, you can use field\n"
+ "line advection to see how\n"
+ "the steady field lines move\n"
+-"in the unsteady field.", 0, QApplication::UnicodeUTF8));
++"in the unsteady field.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        stopButton->setToolTip(QApplication::translate("FlowTab", "Click to interrupt current unsteady flow integration at completion of current time step", 0, QApplication::UnicodeUTF8));
++        stopButton->setToolTip(QApplication::translate("FlowTab", "Click to interrupt current unsteady flow integration at completion of current time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        stopButton->setWhatsThis(QApplication::translate("FlowTab", "The STOP button will interrupt the current unsteady flow integration (or field line advection) after completing the time step currently being integrated.", 0, QApplication::UnicodeUTF8));
++        stopButton->setWhatsThis(QApplication::translate("FlowTab", "The STOP button will interrupt the current unsteady flow integration (or field line advection) after completing the time step currently being integrated.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        stopButton->setText(QApplication::translate("FlowTab", "STOP", 0, QApplication::UnicodeUTF8));
++        stopButton->setText(QApplication::translate("FlowTab", "STOP", 0));
+ #ifndef QT_NO_TOOLTIP
+         fidelityDefaultButton->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Click to set default Fidelity to current LOD and Refinement levels.  The default can optionally be saved in user preferences.</p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Click to set default Fidelity to current LOD and Refinement levels.  The default can optionally be saved in user preferences.</p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        fidelityDefaultButton->setWhatsThis(QApplication::translate("FlowTab", "The fidelity setting controls both refinement and LOD.  Click on the \"Set Default Fidelity\" button to establish a fidelity level that is interactive on the current platform.", 0, QApplication::UnicodeUTF8));
++        fidelityDefaultButton->setWhatsThis(QApplication::translate("FlowTab", "The fidelity setting controls both refinement and LOD.  Click on the \"Set Default Fidelity\" button to establish a fidelity level that is interactive on the current platform.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        fidelityDefaultButton->setText(QApplication::translate("FlowTab", "Set Default Fidelity", 0, QApplication::UnicodeUTF8));
++        fidelityDefaultButton->setText(QApplication::translate("FlowTab", "Set Default Fidelity", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        fidelityBox->setWhatsThis(QApplication::translate("FlowTab", "The fidelity setting controls both refinement and LOD.  Click on the \"Set Default Fidelity\" button to establish a fidelity level that is interactive on the current platform.", 0, QApplication::UnicodeUTF8));
++        fidelityBox->setWhatsThis(QApplication::translate("FlowTab", "The fidelity setting controls both refinement and LOD.  Click on the \"Set Default Fidelity\" button to establish a fidelity level that is interactive on the current platform.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        fidelityBox->setTitle(QApplication::translate("FlowTab", "low .. Fidelity .. high", 0, QApplication::UnicodeUTF8));
+-        label->setText(QApplication::translate("FlowTab", "LOD", 0, QApplication::UnicodeUTF8));
++        fidelityBox->setTitle(QApplication::translate("FlowTab", "low .. Fidelity .. high", 0));
++        label->setText(QApplication::translate("FlowTab", "LOD", 0));
+         lodCombo->clear();
+         lodCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "1:1", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "10:1", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "100:1", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "1:1", 0)
++         << QApplication::translate("FlowTab", "10:1", 0)
++         << QApplication::translate("FlowTab", "100:1", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        lodCombo->setToolTip(QApplication::translate("FlowTab", "Specify the approximation level for the data being visualized", 0, QApplication::UnicodeUTF8));
++        lodCombo->setToolTip(QApplication::translate("FlowTab", "Specify the approximation level for the data being visualized", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        lodCombo->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  These are controlled by the Fidelity controls, but can be used to override the Fidelity defaults.</p><p> The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization algori [...]
++        lodCombo->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  These are controlled by the Fidelity controls, but can be used to override the Fidelity defaults.</p><p> The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization algori [...]
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_2->setToolTip(QApplication::translate("FlowTab", "The refinement level specifies the resolution of data that is used", 0, QApplication::UnicodeUTF8));
++        textLabel1_2->setToolTip(QApplication::translate("FlowTab", "The refinement level specifies the resolution of data that is used", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_2->setText(QApplication::translate("FlowTab", "Refinement", 0, QApplication::UnicodeUTF8));
++        textLabel1_2->setText(QApplication::translate("FlowTab", "Refinement", 0));
+         refinementCombo->clear();
+         refinementCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "1", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "2", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "3", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "5", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "0", 0)
++         << QApplication::translate("FlowTab", "1", 0)
++         << QApplication::translate("FlowTab", "2", 0)
++         << QApplication::translate("FlowTab", "3", 0)
++         << QApplication::translate("FlowTab", "5", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        refinementCombo->setToolTip(QApplication::translate("FlowTab", "The refinement level specifies the resolution of data that is used", 0, QApplication::UnicodeUTF8));
++        refinementCombo->setToolTip(QApplication::translate("FlowTab", "The refinement level specifies the resolution of data that is used", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        refinementCombo->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  These are controlled by the Fidelity controls, but can be used to override the Fidelity defaults.</p><p> The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization [...]
++        refinementCombo->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The Refinement parameter and (in the case of VDC2 data) the LOD parameter control the quality of the approximation used when visualizing a variable.  These are controlled by the Fidelity controls, but can be used to override the Fidelity defaults.</p><p> The Refinement parameter selects the grid resolutiion.  Coarser resolutions require less memory (RAM); less computation by the visualization [...]
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_12_4_3_2_2_2_2->setText(QApplication::translate("FlowTab", "Accuracy", 0, QApplication::UnicodeUTF8));
++        textLabel3_12_4_3_2_2_2_2->setText(QApplication::translate("FlowTab", "Accuracy", 0));
+ #ifndef QT_NO_TOOLTIP
+-        integrationAccuracyEdit->setToolTip(QApplication::translate("FlowTab", "Control integration accuracy (between 0 and 1)", 0, QApplication::UnicodeUTF8));
++        integrationAccuracyEdit->setToolTip(QApplication::translate("FlowTab", "Control integration accuracy (between 0 and 1)", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         integrationAccuracyEdit->setWhatsThis(QApplication::translate("FlowTab", "Integration accuracy is a parameter\n"
+@@ -2975,11 +2975,11 @@ public:
+ "accuracy is 0, the interval can vary between\n"
+ "4 and 10 grid cells.  When the accuracy is 1,\n"
+ "the interval can vary between 0.01 and 0.25\n"
+-"grid cells.", 0, QApplication::UnicodeUTF8));
++"grid cells.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        integrationAccuracyEdit->setText(QApplication::translate("FlowTab", "0.5", 0, QApplication::UnicodeUTF8));
++        integrationAccuracyEdit->setText(QApplication::translate("FlowTab", "0.5", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_8->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0, QApplication::UnicodeUTF8));
++        textLabel1_8->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         textLabel1_8->setWhatsThis(QApplication::translate("FlowTab", "When the x, y, or z-periodic checkboxes\n"
+@@ -2987,11 +2987,11 @@ public:
+ "are assumed to be periodic, with period\n"
+ "equal to the full extent of the data.  Periodicity\n"
+ "is used in all flow integration and flow \n"
+-"rendering calculations.", 0, QApplication::UnicodeUTF8));
++"rendering calculations.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_8->setText(QApplication::translate("FlowTab", "Vector fields periodic in:", 0, QApplication::UnicodeUTF8));
++        textLabel1_8->setText(QApplication::translate("FlowTab", "Vector fields periodic in:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        periodicXCheck->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0, QApplication::UnicodeUTF8));
++        periodicXCheck->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         periodicXCheck->setWhatsThis(QApplication::translate("FlowTab", "When the x, y, or z-periodic checkboxes\n"
+@@ -2999,11 +2999,11 @@ public:
+ "are assumed to be periodic, with period\n"
+ "equal to the full extent of the data.  Periodicity\n"
+ "is used in all flow integration and flow \n"
+-"rendering calculations.", 0, QApplication::UnicodeUTF8));
++"rendering calculations.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        periodicXCheck->setText(QApplication::translate("FlowTab", "X", 0, QApplication::UnicodeUTF8));
++        periodicXCheck->setText(QApplication::translate("FlowTab", "X", 0));
+ #ifndef QT_NO_TOOLTIP
+-        periodicYCheck->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0, QApplication::UnicodeUTF8));
++        periodicYCheck->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         periodicYCheck->setWhatsThis(QApplication::translate("FlowTab", "When the x, y, or z-periodic checkboxes\n"
+@@ -3011,11 +3011,11 @@ public:
+ "are assumed to be periodic, with period\n"
+ "equal to the full extent of the data.  Periodicity\n"
+ "is used in all flow integration and flow \n"
+-"rendering calculations.", 0, QApplication::UnicodeUTF8));
++"rendering calculations.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        periodicYCheck->setText(QApplication::translate("FlowTab", "Y", 0, QApplication::UnicodeUTF8));
++        periodicYCheck->setText(QApplication::translate("FlowTab", "Y", 0));
+ #ifndef QT_NO_TOOLTIP
+-        periodicZCheck->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0, QApplication::UnicodeUTF8));
++        periodicZCheck->setToolTip(QApplication::translate("FlowTab", "Specify any dimensions in which all vector fields are periodic.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         periodicZCheck->setWhatsThis(QApplication::translate("FlowTab", "When the x, y, or z-periodic checkboxes\n"
+@@ -3023,89 +3023,89 @@ public:
+ "are assumed to be periodic, with period\n"
+ "equal to the full extent of the data.  Periodicity\n"
+ "is used in all flow integration and flow \n"
+-"rendering calculations.", 0, QApplication::UnicodeUTF8));
++"rendering calculations.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        periodicZCheck->setText(QApplication::translate("FlowTab", "Z", 0, QApplication::UnicodeUTF8));
+-        textLabel8->setText(QApplication::translate("FlowTab", "steady field", 0, QApplication::UnicodeUTF8));
++        periodicZCheck->setText(QApplication::translate("FlowTab", "Z", 0));
++        textLabel8->setText(QApplication::translate("FlowTab", "steady field", 0));
+         xSteadyVarCombo->clear();
+         xSteadyVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "0", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        xSteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the X coord of the field", 0, QApplication::UnicodeUTF8));
++        xSteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the X coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+         ySteadyVarCombo->clear();
+         ySteadyVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "0", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        ySteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Y coord of the field", 0, QApplication::UnicodeUTF8));
++        ySteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Y coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+         zSteadyVarCombo->clear();
+         zSteadyVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "0", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        zSteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Z coord of the field", 0, QApplication::UnicodeUTF8));
++        zSteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Z coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel2_4->setText(QApplication::translate("FlowTab", "Steady Integration Direction", 0, QApplication::UnicodeUTF8));
++        textLabel2_4->setText(QApplication::translate("FlowTab", "Steady Integration Direction", 0));
+         steadyDirectionCombo->clear();
+         steadyDirectionCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "Backward", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Bidirectional", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Forward", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "Backward", 0)
++         << QApplication::translate("FlowTab", "Bidirectional", 0)
++         << QApplication::translate("FlowTab", "Forward", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        steadyDirectionCombo->setToolTip(QApplication::translate("FlowTab", "Specify the direction in which the steady field will be integrated.", 0, QApplication::UnicodeUTF8));
++        steadyDirectionCombo->setToolTip(QApplication::translate("FlowTab", "Specify the direction in which the steady field will be integrated.", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel8_2->setText(QApplication::translate("FlowTab", "unsteady field", 0, QApplication::UnicodeUTF8));
++        textLabel8_2->setText(QApplication::translate("FlowTab", "unsteady field", 0));
+         xUnsteadyVarCombo->clear();
+         xUnsteadyVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "0", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        xUnsteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the X coord of the field", 0, QApplication::UnicodeUTF8));
++        xUnsteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the X coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+         yUnsteadyVarCombo->clear();
+         yUnsteadyVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "0", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        yUnsteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Y coord of the field", 0, QApplication::UnicodeUTF8));
++        yUnsteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Y coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+         zUnsteadyVarCombo->clear();
+         zUnsteadyVarCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "0", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        zUnsteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Z coord of the field", 0, QApplication::UnicodeUTF8));
++        zUnsteadyVarCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Z coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel2_3_2->setText(QApplication::translate("FlowTab", "Unsteady Integration Direction", 0, QApplication::UnicodeUTF8));
++        textLabel2_3_2->setText(QApplication::translate("FlowTab", "Unsteady Integration Direction", 0));
+         unsteadyDirectionCombo->clear();
+         unsteadyDirectionCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "Forward", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Backward", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "Forward", 0)
++         << QApplication::translate("FlowTab", "Backward", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        unsteadyDirectionCombo->setToolTip(QApplication::translate("FlowTab", "Specify the time-direction of unsteady flow integration", 0, QApplication::UnicodeUTF8));
++        unsteadyDirectionCombo->setToolTip(QApplication::translate("FlowTab", "Specify the time-direction of unsteady flow integration", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         unsteadyDirectionCombo->setWhatsThis(QApplication::translate("FlowTab", "In unsteady flow, all seeds are\n"
+@@ -3115,15 +3115,15 @@ public:
+ "can be positive or negative, and\n"
+ "is determined by whether the\n"
+ "seed time is before or after the\n"
+-"current time step.", 0, QApplication::UnicodeUTF8));
++"current time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        flowHelpButton->setToolTip(QApplication::translate("FlowTab", "Show instructions for setting up an unsteady flow integration.", 0, QApplication::UnicodeUTF8));
++        flowHelpButton->setToolTip(QApplication::translate("FlowTab", "Show instructions for setting up an unsteady flow integration.", 0));
+ #endif // QT_NO_TOOLTIP
+-        flowHelpButton->setText(QApplication::translate("FlowTab", "Unsteady Flow Setup Help", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12_4_3_3->setText(QApplication::translate("FlowTab", "Unsteady field scale factor", 0, QApplication::UnicodeUTF8));
++        flowHelpButton->setText(QApplication::translate("FlowTab", "Unsteady Flow Setup Help", 0));
++        textLabel3_12_4_3_3->setText(QApplication::translate("FlowTab", "Unsteady field scale factor", 0));
+ #ifndef QT_NO_TOOLTIP
+-        unsteadyScaleEdit->setToolTip(QApplication::translate("FlowTab", "This factor scales the vector field magnitude. Must be consistent with simulation time step size and domain size.", "Comment is here", QApplication::UnicodeUTF8));
++        unsteadyScaleEdit->setToolTip(QApplication::translate("FlowTab", "This factor scales the vector field magnitude. Must be consistent with simulation time step size and domain size.", "Comment is here"));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         unsteadyScaleEdit->setWhatsThis(QApplication::translate("FlowTab", "Specify a value here to correct your \n"
+@@ -3146,11 +3146,11 @@ public:
+ "simulation, then this factor should \n"
+ "be multiplied by the ratio of the \n"
+ "simulated extents to the data\n"
+-"extents in the VAPOR region panel.", 0, QApplication::UnicodeUTF8));
++"extents in the VAPOR region panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        unsteadyScaleEdit->setText(QApplication::translate("FlowTab", "1.0", 0, QApplication::UnicodeUTF8));
++        unsteadyScaleEdit->setText(QApplication::translate("FlowTab", "1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        autoRefreshCheckbox->setToolTip(QApplication::translate("FlowTab", "Check to recalculate flow whenever parameters change", 0, QApplication::UnicodeUTF8));
++        autoRefreshCheckbox->setToolTip(QApplication::translate("FlowTab", "Check to recalculate flow whenever parameters change", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         autoRefreshCheckbox->setWhatsThis(QApplication::translate("FlowTab", "When Autorefresh is on, flow lines will be\n"
+@@ -3169,11 +3169,11 @@ public:
+ "the time you press the \"Refresh Flow\"\n"
+ "button.  The flow at some time steps will\n"
+ "not be refreshed until those time steps\n"
+-"are requested in the animation panel.", 0, QApplication::UnicodeUTF8));
++"are requested in the animation panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        autoRefreshCheckbox->setText(QApplication::translate("FlowTab", "Auto Flow Refresh", 0, QApplication::UnicodeUTF8));
++        autoRefreshCheckbox->setText(QApplication::translate("FlowTab", "Auto Flow Refresh", 0));
+ #ifndef QT_NO_TOOLTIP
+-        refreshButton->setToolTip(QApplication::translate("FlowTab", "Click to recalculate flow using current settings", 0, QApplication::UnicodeUTF8));
++        refreshButton->setToolTip(QApplication::translate("FlowTab", "Click to recalculate flow using current settings", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         refreshButton->setWhatsThis(QApplication::translate("FlowTab", "When Autorefresh is on, flow lines will be\n"
+@@ -3190,79 +3190,79 @@ public:
+ "will be recalculated at the time you press the\n"
+ "\"Refresh Flow\" button.  The flow at some\n"
+ "time steps may not be refreshed until those\n"
+-"time steps are specified in the animation panel.", 0, QApplication::UnicodeUTF8));
++"time steps are specified in the animation panel.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        refreshButton->setText(QApplication::translate("FlowTab", "Refresh  Flow", 0, QApplication::UnicodeUTF8));
++        refreshButton->setText(QApplication::translate("FlowTab", "Refresh  Flow", 0));
+ #ifndef QT_NO_TOOLTIP
+-        saveFlowButton->setToolTip(QApplication::translate("FlowTab", "Save the current flow points to a file, readable as a seed list", 0, QApplication::UnicodeUTF8));
++        saveFlowButton->setToolTip(QApplication::translate("FlowTab", "Save the current flow points to a file, readable as a seed list", 0));
+ #endif // QT_NO_TOOLTIP
+-        saveFlowButton->setText(QApplication::translate("FlowTab", "Save Flow", 0, QApplication::UnicodeUTF8));
++        saveFlowButton->setText(QApplication::translate("FlowTab", "Save Flow", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        frame_2->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>All flow integration in the vapor scene is based on the specification of seed points, which are the starting points for the line integration that results in the flow lines.  Seed points can be either random, nonrandom, or based on a list of points.  Random seeds can be uniform or can be biased based on large or small values of a specified3D field.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        frame_2->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>All flow integration in the vapor scene is based on the specification of seed points, which are the starting points for the line integration that results in the flow lines.  Seed points can be either random, nonrandom, or based on a list of points.  Random seeds can be uniform or can be biased based on large or small values of a specified3D field.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        showHideSeedingButton->setText(QApplication::translate("FlowTab", "Show Flow Seeding Settings", 0, QApplication::UnicodeUTF8));
+-        textLabel2_2->setText(QApplication::translate("FlowTab", "Rake center", 0, QApplication::UnicodeUTF8));
++        showHideSeedingButton->setText(QApplication::translate("FlowTab", "Show Flow Seeding Settings", 0));
++        textLabel2_2->setText(QApplication::translate("FlowTab", "Rake center", 0));
+ #ifndef QT_NO_TOOLTIP
+-        rakeOnRegionButton->setToolTip(QApplication::translate("FlowTab", "Set the flow rake to coincide with the region in the current active visualizer", 0, QApplication::UnicodeUTF8));
++        rakeOnRegionButton->setToolTip(QApplication::translate("FlowTab", "Set the flow rake to coincide with the region in the current active visualizer", 0));
+ #endif // QT_NO_TOOLTIP
+-        rakeOnRegionButton->setText(QApplication::translate("FlowTab", "Set Rake to Current Region", 0, QApplication::UnicodeUTF8));
+-        textLabel2_2_2->setText(QApplication::translate("FlowTab", "Rake sizes", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12->setText(QApplication::translate("FlowTab", "X", 0, QApplication::UnicodeUTF8));
++        rakeOnRegionButton->setText(QApplication::translate("FlowTab", "Set Rake to Current Region", 0));
++        textLabel2_2_2->setText(QApplication::translate("FlowTab", "Rake sizes", 0));
++        textLabel3_12->setText(QApplication::translate("FlowTab", "X", 0));
+ #ifndef QT_NO_TOOLTIP
+-        xCenterSlider->setToolTip(QApplication::translate("FlowTab", "Specify the X coordinate of the seed region center", 0, QApplication::UnicodeUTF8));
++        xCenterSlider->setToolTip(QApplication::translate("FlowTab", "Specify the X coordinate of the seed region center", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        xCenterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the X coordinate of the seed region center", 0, QApplication::UnicodeUTF8));
++        xCenterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the X coordinate of the seed region center", 0));
+ #endif // QT_NO_TOOLTIP
+-        xCenterEdit->setText(QApplication::translate("FlowTab", "-.045", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12_2->setText(QApplication::translate("FlowTab", "X", 0, QApplication::UnicodeUTF8));
++        xCenterEdit->setText(QApplication::translate("FlowTab", "-.045", 0));
++        textLabel3_12_2->setText(QApplication::translate("FlowTab", "X", 0));
+ #ifndef QT_NO_TOOLTIP
+-        xSizeSlider->setToolTip(QApplication::translate("FlowTab", "Specify the X-size of the seed region", 0, QApplication::UnicodeUTF8));
++        xSizeSlider->setToolTip(QApplication::translate("FlowTab", "Specify the X-size of the seed region", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        xSizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the X-size of the seed region", 0, QApplication::UnicodeUTF8));
++        xSizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the X-size of the seed region", 0));
+ #endif // QT_NO_TOOLTIP
+-        xSizeEdit->setText(QApplication::translate("FlowTab", "3.17", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12_3->setText(QApplication::translate("FlowTab", "Y", 0, QApplication::UnicodeUTF8));
++        xSizeEdit->setText(QApplication::translate("FlowTab", "3.17", 0));
++        textLabel3_12_3->setText(QApplication::translate("FlowTab", "Y", 0));
+ #ifndef QT_NO_TOOLTIP
+-        yCenterSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Y coordinate of the seed region center", 0, QApplication::UnicodeUTF8));
++        yCenterSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Y coordinate of the seed region center", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        yCenterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Y coordinate of the seed region center", 0, QApplication::UnicodeUTF8));
++        yCenterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Y coordinate of the seed region center", 0));
+ #endif // QT_NO_TOOLTIP
+-        yCenterEdit->setText(QApplication::translate("FlowTab", "0.132", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12_3_2->setText(QApplication::translate("FlowTab", "Y", 0, QApplication::UnicodeUTF8));
++        yCenterEdit->setText(QApplication::translate("FlowTab", "0.132", 0));
++        textLabel3_12_3_2->setText(QApplication::translate("FlowTab", "Y", 0));
+ #ifndef QT_NO_TOOLTIP
+-        ySizeSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Y-size of the seed region", 0, QApplication::UnicodeUTF8));
++        ySizeSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Y-size of the seed region", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        ySizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Y-size of the seed region", 0, QApplication::UnicodeUTF8));
++        ySizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Y-size of the seed region", 0));
+ #endif // QT_NO_TOOLTIP
+-        ySizeEdit->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12_4->setText(QApplication::translate("FlowTab", "Z", 0, QApplication::UnicodeUTF8));
++        ySizeEdit->setText(QApplication::translate("FlowTab", "0.0", 0));
++        textLabel3_12_4->setText(QApplication::translate("FlowTab", "Z", 0));
+ #ifndef QT_NO_TOOLTIP
+-        zCenterSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Z coordinate of the seed region center", 0, QApplication::UnicodeUTF8));
++        zCenterSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Z coordinate of the seed region center", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        zCenterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Z coordinate of the seed region center", 0, QApplication::UnicodeUTF8));
++        zCenterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Z coordinate of the seed region center", 0));
+ #endif // QT_NO_TOOLTIP
+-        zCenterEdit->setText(QApplication::translate("FlowTab", "0.024", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12_4_2->setText(QApplication::translate("FlowTab", "Z", 0, QApplication::UnicodeUTF8));
++        zCenterEdit->setText(QApplication::translate("FlowTab", "0.024", 0));
++        textLabel3_12_4_2->setText(QApplication::translate("FlowTab", "Z", 0));
+ #ifndef QT_NO_TOOLTIP
+-        zSizeSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Z-size of the seed region", 0, QApplication::UnicodeUTF8));
++        zSizeSlider->setToolTip(QApplication::translate("FlowTab", "Specify the Z-size of the seed region", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        zSizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Z-size of the seed region", 0, QApplication::UnicodeUTF8));
++        zSizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the Z-size of the seed region", 0));
+ #endif // QT_NO_TOOLTIP
+-        zSizeEdit->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
++        zSizeEdit->setText(QApplication::translate("FlowTab", "0.0", 0));
+         rakeListCombo->clear();
+         rakeListCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "List of Seeds", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Nonrandom Rake", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Random Rake", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "List of Seeds", 0)
++         << QApplication::translate("FlowTab", "Nonrandom Rake", 0)
++         << QApplication::translate("FlowTab", "Random Rake", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        rakeListCombo->setToolTip(QApplication::translate("FlowTab", "Specify whether seeds are from a list, or a random or nonrandom rake", 0, QApplication::UnicodeUTF8));
++        rakeListCombo->setToolTip(QApplication::translate("FlowTab", "Specify whether seeds are from a list, or a random or nonrandom rake", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         rakeListCombo->setWhatsThis(QApplication::translate("FlowTab", "Flow seeds are either specified by\n"
+@@ -3279,47 +3279,47 @@ public:
+ "increment\".  With field line\n"
+ "advection, the only allowed\n"
+ "seed insertion time is the\n"
+-"\"Seed time start\" value.", 0, QApplication::UnicodeUTF8));
++"\"Seed time start\" value.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel7->setText(QApplication::translate("FlowTab", "Random Seed", 0, QApplication::UnicodeUTF8));
++        textLabel7->setText(QApplication::translate("FlowTab", "Random Seed", 0));
+ #ifndef QT_NO_TOOLTIP
+-        randomSeedEdit->setToolTip(QApplication::translate("FlowTab", "Specify a seed to be used in random generation of points to seed the flow", 0, QApplication::UnicodeUTF8));
++        randomSeedEdit->setToolTip(QApplication::translate("FlowTab", "Specify a seed to be used in random generation of points to seed the flow", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        randomSeedEdit->setWhatsThis(QApplication::translate("FlowTab", "The random seed is a positive integer that seeds the pseudo-random number generator used for flow seed point generation.  Re-use of the same random seed guarantees the same pseud-random sequence of points.", 0, QApplication::UnicodeUTF8));
++        randomSeedEdit->setWhatsThis(QApplication::translate("FlowTab", "The random seed is a positive integer that seeds the pseudo-random number generator used for flow seed point generation.  Re-use of the same random seed guarantees the same pseud-random sequence of points.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        randomSeedEdit->setText(QApplication::translate("FlowTab", "135432344", 0, QApplication::UnicodeUTF8));
+-        textLabel5->setText(QApplication::translate("FlowTab", "seed count", 0, QApplication::UnicodeUTF8));
++        randomSeedEdit->setText(QApplication::translate("FlowTab", "135432344", 0));
++        textLabel5->setText(QApplication::translate("FlowTab", "seed count", 0));
+ #ifndef QT_NO_TOOLTIP
+-        generatorCountEdit->setToolTip(QApplication::translate("FlowTab", "Total number of seeds in the rake or list", 0, QApplication::UnicodeUTF8));
++        generatorCountEdit->setToolTip(QApplication::translate("FlowTab", "Total number of seeds in the rake or list", 0));
+ #endif // QT_NO_TOOLTIP
+-        generatorCountEdit->setText(QApplication::translate("FlowTab", "10", 0, QApplication::UnicodeUTF8));
+-        dimensionLabel->setText(QApplication::translate("FlowTab", "By dimension", 0, QApplication::UnicodeUTF8));
+-        textLabel1_3->setText(QApplication::translate("FlowTab", "X:", 0, QApplication::UnicodeUTF8));
++        generatorCountEdit->setText(QApplication::translate("FlowTab", "10", 0));
++        dimensionLabel->setText(QApplication::translate("FlowTab", "By dimension", 0));
++        textLabel1_3->setText(QApplication::translate("FlowTab", "X:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        xSeedEdit->setToolTip(QApplication::translate("FlowTab", "X-dimension of nonrandom rake", 0, QApplication::UnicodeUTF8));
++        xSeedEdit->setToolTip(QApplication::translate("FlowTab", "X-dimension of nonrandom rake", 0));
+ #endif // QT_NO_TOOLTIP
+-        xSeedEdit->setText(QApplication::translate("FlowTab", "4", 0, QApplication::UnicodeUTF8));
+-        textLabel1_3_2->setText(QApplication::translate("FlowTab", "Y:", 0, QApplication::UnicodeUTF8));
++        xSeedEdit->setText(QApplication::translate("FlowTab", "4", 0));
++        textLabel1_3_2->setText(QApplication::translate("FlowTab", "Y:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        ySeedEdit->setToolTip(QApplication::translate("FlowTab", "Y-dimension of nonrandom rake", 0, QApplication::UnicodeUTF8));
++        ySeedEdit->setToolTip(QApplication::translate("FlowTab", "Y-dimension of nonrandom rake", 0));
+ #endif // QT_NO_TOOLTIP
+-        ySeedEdit->setText(QApplication::translate("FlowTab", "450", 0, QApplication::UnicodeUTF8));
+-        textLabel1_3_2_2->setText(QApplication::translate("FlowTab", "Z:", 0, QApplication::UnicodeUTF8));
++        ySeedEdit->setText(QApplication::translate("FlowTab", "450", 0));
++        textLabel1_3_2_2->setText(QApplication::translate("FlowTab", "Z:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        zSeedEdit->setToolTip(QApplication::translate("FlowTab", "Z-dimension of nonrandom rake", 0, QApplication::UnicodeUTF8));
++        zSeedEdit->setToolTip(QApplication::translate("FlowTab", "Z-dimension of nonrandom rake", 0));
+ #endif // QT_NO_TOOLTIP
+-        zSeedEdit->setText(QApplication::translate("FlowTab", "4", 0, QApplication::UnicodeUTF8));
++        zSeedEdit->setText(QApplication::translate("FlowTab", "4", 0));
+ #ifndef QT_NO_TOOLTIP
+-        seedListLoadButton->setToolTip(QApplication::translate("FlowTab", "Read a list of seeds from file, such as a saved flow file", 0, QApplication::UnicodeUTF8));
++        seedListLoadButton->setToolTip(QApplication::translate("FlowTab", "Read a list of seeds from file, such as a saved flow file", 0));
+ #endif // QT_NO_TOOLTIP
+-        seedListLoadButton->setText(QApplication::translate("FlowTab", "Load Seeds", 0, QApplication::UnicodeUTF8));
++        seedListLoadButton->setText(QApplication::translate("FlowTab", "Load Seeds", 0));
+ #ifndef QT_NO_TOOLTIP
+-        saveSeedsButton->setToolTip(QApplication::translate("FlowTab", "Save the current seed list to a file", 0, QApplication::UnicodeUTF8));
++        saveSeedsButton->setToolTip(QApplication::translate("FlowTab", "Save the current seed list to a file", 0));
+ #endif // QT_NO_TOOLTIP
+-        saveSeedsButton->setText(QApplication::translate("FlowTab", "Save Seeds", 0, QApplication::UnicodeUTF8));
++        saveSeedsButton->setText(QApplication::translate("FlowTab", "Save Seeds", 0));
+ #ifndef QT_NO_TOOLTIP
+-        seedListEditButton->setToolTip(QApplication::translate("FlowTab", "Edit the current list of seed points", 0, QApplication::UnicodeUTF8));
++        seedListEditButton->setToolTip(QApplication::translate("FlowTab", "Edit the current list of seed points", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         seedListEditButton->setWhatsThis(QApplication::translate("FlowTab", "When you edit a seed list,\n"
+@@ -3331,68 +3331,68 @@ public:
+ "time steps.  Otherwise it\n"
+ "is just valid for the timestep\n"
+ "closest to the temporal\n"
+-"coordinate.", 0, QApplication::UnicodeUTF8));
++"coordinate.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        seedListEditButton->setText(QApplication::translate("FlowTab", "Edit Seed List", 0, QApplication::UnicodeUTF8));
+-        textLabel8_3_2_2->setText(QApplication::translate("FlowTab", "Seed Distrib. Field", 0, QApplication::UnicodeUTF8));
++        seedListEditButton->setText(QApplication::translate("FlowTab", "Edit Seed List", 0));
++        textLabel8_3_2_2->setText(QApplication::translate("FlowTab", "Seed Distrib. Field", 0));
+         xSeedDistCombo->clear();
+         xSeedDistCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        xSeedDistCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the X coord of the field", 0, QApplication::UnicodeUTF8));
++        xSeedDistCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the X coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+         ySeedDistCombo->clear();
+         ySeedDistCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        ySeedDistCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Y coord of the field", 0, QApplication::UnicodeUTF8));
++        ySeedDistCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Y coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+         zSeedDistCombo->clear();
+         zSeedDistCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        zSeedDistCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Z coord of the field", 0, QApplication::UnicodeUTF8));
++        zSeedDistCombo->setToolTip(QApplication::translate("FlowTab", "Specify the variable that is mapped to the Z coord of the field", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel3_12_4_2_2->setText(QApplication::translate("FlowTab", "Seed Distribution Bias", 0, QApplication::UnicodeUTF8));
++        textLabel3_12_4_2_2->setText(QApplication::translate("FlowTab", "Seed Distribution Bias", 0));
+ #ifndef QT_NO_TOOLTIP
+-        biasSlider1->setToolTip(QApplication::translate("FlowTab", "<html><head/><body><p>Bias distribution toward higher or lower magnitude of seed distribution field. Values must be between -15 and 15; 0 results in uniform distribution.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        biasSlider1->setToolTip(QApplication::translate("FlowTab", "<html><head/><body><p>Bias distribution toward higher or lower magnitude of seed distribution field. Values must be between -15 and 15; 0 results in uniform distribution.</p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        biasSlider1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Bias and seed distribution field: The bias value is used to produce randomly placed seeds that are biased either toward larger or smaller magnitude of the seed distribution field, when B is nonzero. Positive bias results in seeds with larger magnitude of the field, negative bias results in seeds with smaller field magnitudes. If B is the bias and N is the number of seed points, then N*2^(|B|+1) r [...]
++        biasSlider1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Bias and seed distribution field: The bias value is used to produce randomly placed seeds that are biased either toward larger or smaller magnitude of the seed distribution field, when B is nonzero. Positive bias results in seeds with larger magnitude of the field, negative bias results in seeds with smaller field magnitudes. If B is the bias and N is the number of seed points, then N*2^(|B|+1) r [...]
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        biasEdit1->setToolTip(QApplication::translate("FlowTab", "<html><head/><body><p>Bias distribution toward higher or lower magnitude of seed distribution field. Values must be between -15 and 15; 0 results in uniform distribution.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        biasEdit1->setToolTip(QApplication::translate("FlowTab", "<html><head/><body><p>Bias distribution toward higher or lower magnitude of seed distribution field. Values must be between -15 and 15; 0 results in uniform distribution.</p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        biasEdit1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Bias and seed distribution field: The bias value is used to produce randomly placed seeds that are biased either toward larger or smaller magnitude of the seed distribution field, when B is nonzero. Positive bias results in seeds with larger magnitude of the field, negative bias results in seeds with smaller field magnitudes. If B is the bias and N is the number of seed points, then N*2^(|B|+1) ran [...]
++        biasEdit1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Bias and seed distribution field: The bias value is used to produce randomly placed seeds that are biased either toward larger or smaller magnitude of the seed distribution field, when B is nonzero. Positive bias results in seeds with larger magnitude of the field, negative bias results in seeds with smaller field magnitudes. If B is the bias and N is the number of seed points, then N*2^(|B|+1) ran [...]
+ #endif // QT_NO_WHATSTHIS
+-        biasEdit1->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
++        biasEdit1->setText(QApplication::translate("FlowTab", "0.0", 0));
+ #ifndef QT_NO_WHATSTHIS
+         advancedLineAdvectionFrame->setWhatsThis(QApplication::translate("FlowTab", "The advanced field line advection\n"
+ "parameters allow for precise setting\n"
+ "of optional parameters for advecting\n"
+ "field lines. Click the button \"Flow Line\n"
+ "Advection Setup Help\" for more\n"
+-"detailed information.", 0, QApplication::UnicodeUTF8));
++"detailed information.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel8_3_2_2_2->setText(QApplication::translate("FlowTab", "Priority Field", 0, QApplication::UnicodeUTF8));
++        textLabel8_3_2_2_2->setText(QApplication::translate("FlowTab", "Priority Field", 0));
+         xSeedPriorityCombo->clear();
+         xSeedPriorityCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        xSeedPriorityCombo->setToolTip(QApplication::translate("FlowTab", "Specify field components to be used in prioritizing seeds to advect to next time step", 0, QApplication::UnicodeUTF8));
++        xSeedPriorityCombo->setToolTip(QApplication::translate("FlowTab", "Specify field components to be used in prioritizing seeds to advect to next time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         xSeedPriorityCombo->setWhatsThis(QApplication::translate("FlowTab", "The seed priority field is used to\n"
+@@ -3405,16 +3405,16 @@ public:
+ "If prioritization occurs after advection, \n"
+ "then advected points with the largest\n"
+ "priority field value are used to seed the\n"
+-"steady flow at the next time step.", 0, QApplication::UnicodeUTF8));
++"steady flow at the next time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+         ySeedPriorityCombo->clear();
+         ySeedPriorityCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        ySeedPriorityCombo->setToolTip(QApplication::translate("FlowTab", "Specify field components to be used in prioritizing seeds to advect to next time step", 0, QApplication::UnicodeUTF8));
++        ySeedPriorityCombo->setToolTip(QApplication::translate("FlowTab", "Specify field components to be used in prioritizing seeds to advect to next time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         ySeedPriorityCombo->setWhatsThis(QApplication::translate("FlowTab", "The seed priority field is used to\n"
+@@ -3427,16 +3427,16 @@ public:
+ "If prioritization occurs after advection, \n"
+ "then advected points with the largest\n"
+ "priority field value are used to seed the\n"
+-"steady flow at the next time step.", 0, QApplication::UnicodeUTF8));
++"steady flow at the next time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+         zSeedPriorityCombo->clear();
+         zSeedPriorityCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "N/A", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
++         << QApplication::translate("FlowTab", "N/A", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        zSeedPriorityCombo->setToolTip(QApplication::translate("FlowTab", "Specify field components to be used in prioritizing seeds to advect to next time step", 0, QApplication::UnicodeUTF8));
++        zSeedPriorityCombo->setToolTip(QApplication::translate("FlowTab", "Specify field components to be used in prioritizing seeds to advect to next time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         zSeedPriorityCombo->setWhatsThis(QApplication::translate("FlowTab", "The seed priority field is used to\n"
+@@ -3449,30 +3449,30 @@ public:
+ "If prioritization occurs after advection, \n"
+ "then advected points with the largest\n"
+ "priority field value are used to seed the\n"
+-"steady flow at the next time step.", 0, QApplication::UnicodeUTF8));
++"steady flow at the next time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_3->setText(QApplication::translate("FlowTab", "Priority Field Min, Max", 0, QApplication::UnicodeUTF8));
++        textLabel3_3->setText(QApplication::translate("FlowTab", "Priority Field Min, Max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        priorityFieldMinEdit->setToolTip(QApplication::translate("FlowTab", "Specify range of priority field magnitudes to be considered in identifying seeds to advect in time", 0, QApplication::UnicodeUTF8));
++        priorityFieldMinEdit->setToolTip(QApplication::translate("FlowTab", "Specify range of priority field magnitudes to be considered in identifying seeds to advect in time", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        priorityFieldMinEdit->setWhatsThis(QApplication::translate("FlowTab", "The min and max of the priority field are only used with prioritization before advection. In that case, the search for maximal priority starts at the seed and goes first backwards, then forwards, along the steady field line. The search is stopped if a point on the field line is found that has priority field magnitude less than the specified min times the magnitude at the seed point, or larger than the specifi [...]
++        priorityFieldMinEdit->setWhatsThis(QApplication::translate("FlowTab", "The min and max of the priority field are only used with prioritization before advection. In that case, the search for maximal priority starts at the seed and goes first backwards, then forwards, along the steady field line. The search is stopped if a point on the field line is found that has priority field magnitude less than the specified min times the magnitude at the seed point, or larger than the specifi [...]
+ #endif // QT_NO_WHATSTHIS
+-        priorityFieldMinEdit->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
++        priorityFieldMinEdit->setText(QApplication::translate("FlowTab", "0.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        priorityFieldMaxEdit->setToolTip(QApplication::translate("FlowTab", "Specify range of priority field magnitudes to be considered in identifying seeds to advect in time", 0, QApplication::UnicodeUTF8));
++        priorityFieldMaxEdit->setToolTip(QApplication::translate("FlowTab", "Specify range of priority field magnitudes to be considered in identifying seeds to advect in time", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        priorityFieldMaxEdit->setWhatsThis(QApplication::translate("FlowTab", "The min and max of the priority field are only used with prioritization before advection. In that case, the search for maximal priority starts at the seed and goes first backwards, then forwards, along the steady field line. The search is stopped if a point on the field line is found that has priority field magnitude less than the specified min times the magnitude at the seed point, or larger than the specifi [...]
++        priorityFieldMaxEdit->setWhatsThis(QApplication::translate("FlowTab", "The min and max of the priority field are only used with prioritization before advection. In that case, the search for maximal priority starts at the seed and goes first backwards, then forwards, along the steady field line. The search is stopped if a point on the field line is found that has priority field magnitude less than the specified min times the magnitude at the seed point, or larger than the specifi [...]
+ #endif // QT_NO_WHATSTHIS
+-        priorityFieldMaxEdit->setText(QApplication::translate("FlowTab", "1.e30", 0, QApplication::UnicodeUTF8));
++        priorityFieldMaxEdit->setText(QApplication::translate("FlowTab", "1.e30", 0));
+         flaOptionCombo->clear();
+         flaOptionCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "Prioritize before advection", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Prioritize after advection", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "Prioritize before advection", 0)
++         << QApplication::translate("FlowTab", "Prioritize after advection", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        flaOptionCombo->setToolTip(QApplication::translate("FlowTab", "Select whether the steady seeds are prioritized before or after advection in time", 0, QApplication::UnicodeUTF8));
++        flaOptionCombo->setToolTip(QApplication::translate("FlowTab", "Select whether the steady seeds are prioritized before or after advection in time", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         flaOptionCombo->setWhatsThis(QApplication::translate("FlowTab", "In field line advection you can\n"
+@@ -3507,20 +3507,20 @@ public:
+                         " advect\" value.\n"
+ "The second choice is useful\n"
+ "when the field lines exit the\n"
+-"current region early.", 0, QApplication::UnicodeUTF8));
++"current region early.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_10->setToolTip(QApplication::translate("FlowTab", "Specify how many points on each field line will be advected to the next time step", 0, QApplication::UnicodeUTF8));
++        textLabel1_10->setToolTip(QApplication::translate("FlowTab", "Specify how many points on each field line will be advected to the next time step", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_10->setText(QApplication::translate("FlowTab", "Points to advect", 0, QApplication::UnicodeUTF8));
++        textLabel1_10->setText(QApplication::translate("FlowTab", "Points to advect", 0));
+ #ifndef QT_NO_TOOLTIP
+-        flaSamplesEdit->setToolTip(QApplication::translate("FlowTab", "Specify the number of sample points that are advected and then prioritized", 0, QApplication::UnicodeUTF8));
++        flaSamplesEdit->setToolTip(QApplication::translate("FlowTab", "Specify the number of sample points that are advected and then prioritized", 0));
+ #endif // QT_NO_TOOLTIP
+-        flaSamplesEdit->setText(QApplication::translate("FlowTab", "1", 0, QApplication::UnicodeUTF8));
++        flaSamplesEdit->setText(QApplication::translate("FlowTab", "1", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        fullUnsteadyTimeFrame->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The unsteady flow time settings are needed for both unsteady flow and for field line advection.  They control how time is sampled during unsteady flow integration.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        fullUnsteadyTimeFrame->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The unsteady flow time settings are needed for both unsteady flow and for field line advection.  They control how time is sampled during unsteady flow integration.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        showHideTimeButton->setText(QApplication::translate("FlowTab", "Show Unsteady Flow Time Settings", 0, QApplication::UnicodeUTF8));
++        showHideTimeButton->setText(QApplication::translate("FlowTab", "Show Unsteady Flow Time Settings", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel3_4_3->setWhatsThis(QApplication::translate("FlowTab", "Specify the starting, ending, and\n"
+ "a time-step increment, determining\n"
+@@ -3531,11 +3531,11 @@ public:
+ "time.  When using a seed list,\n"
+ "a seed is not injected if its time\n"
+ "value does not match the seeding\n"
+-"time.", 0, QApplication::UnicodeUTF8));
++"time.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_4_3->setText(QApplication::translate("FlowTab", "Seed time start, end, increment", 0, QApplication::UnicodeUTF8));
++        textLabel3_4_3->setText(QApplication::translate("FlowTab", "Seed time start, end, increment", 0));
+ #ifndef QT_NO_TOOLTIP
+-        seedtimeStartEdit->setToolTip(QApplication::translate("FlowTab", "Specify the first time step for seed points", 0, QApplication::UnicodeUTF8));
++        seedtimeStartEdit->setToolTip(QApplication::translate("FlowTab", "Specify the first time step for seed points", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         seedtimeStartEdit->setWhatsThis(QApplication::translate("FlowTab", "Specify the starting, ending, and\n"
+@@ -3547,11 +3547,11 @@ public:
+ "time.  When using a seed list,\n"
+ "a seed is not injected if its time\n"
+ "value does not match the seeding\n"
+-"time.", 0, QApplication::UnicodeUTF8));
++"time.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        seedtimeStartEdit->setText(QApplication::translate("FlowTab", "10", 0, QApplication::UnicodeUTF8));
++        seedtimeStartEdit->setText(QApplication::translate("FlowTab", "10", 0));
+ #ifndef QT_NO_TOOLTIP
+-        seedtimeEndEdit->setToolTip(QApplication::translate("FlowTab", "Specify the end time step for unsteady seed points", 0, QApplication::UnicodeUTF8));
++        seedtimeEndEdit->setToolTip(QApplication::translate("FlowTab", "Specify the end time step for unsteady seed points", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         seedtimeEndEdit->setWhatsThis(QApplication::translate("FlowTab", "Specify the starting, ending, and\n"
+@@ -3563,11 +3563,11 @@ public:
+ "time.  When using a seed list,\n"
+ "a seed is not injected if its time\n"
+ "value does not match the seeding\n"
+-"time.", 0, QApplication::UnicodeUTF8));
++"time.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        seedtimeEndEdit->setText(QApplication::translate("FlowTab", "100", 0, QApplication::UnicodeUTF8));
++        seedtimeEndEdit->setText(QApplication::translate("FlowTab", "100", 0));
+ #ifndef QT_NO_TOOLTIP
+-        seedtimeIncrementEdit->setToolTip(QApplication::translate("FlowTab", "Specify the time step difference between unsteady flowseeding times", 0, QApplication::UnicodeUTF8));
++        seedtimeIncrementEdit->setToolTip(QApplication::translate("FlowTab", "Specify the time step difference between unsteady flowseeding times", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         seedtimeIncrementEdit->setWhatsThis(QApplication::translate("FlowTab", "Specify the starting, ending, and\n"
+@@ -3579,16 +3579,16 @@ public:
+ "time.  When using a seed list,\n"
+ "a seed is not injected if its time\n"
+ "value does not match the seeding\n"
+-"time.", 0, QApplication::UnicodeUTF8));
++"time.", 0));
+ #endif // QT_NO_WHATSTHIS
+         seedtimeIncrementEdit->setInputMask(QString());
+-        seedtimeIncrementEdit->setText(QApplication::translate("FlowTab", "1", 0, QApplication::UnicodeUTF8));
++        seedtimeIncrementEdit->setText(QApplication::translate("FlowTab", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel1_4->setToolTip(QApplication::translate("FlowTab", "Specify evenly spaced timesteps by a start, end and increment", 0, QApplication::UnicodeUTF8));
++        textLabel1_4->setToolTip(QApplication::translate("FlowTab", "Specify evenly spaced timesteps by a start, end and increment", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel1_4->setText(QApplication::translate("FlowTab", "Timestep sample start,end,incr.", 0, QApplication::UnicodeUTF8));
++        textLabel1_4->setText(QApplication::translate("FlowTab", "Timestep sample start,end,incr.", 0));
+ #ifndef QT_NO_TOOLTIP
+-        timesampleStartEdit1->setToolTip(QApplication::translate("FlowTab", "specify min timestep of a sequence", 0, QApplication::UnicodeUTF8));
++        timesampleStartEdit1->setToolTip(QApplication::translate("FlowTab", "specify min timestep of a sequence", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         timesampleStartEdit1->setWhatsThis(QApplication::translate("FlowTab", "The timestep sample min/max/interval\n"
+@@ -3596,11 +3596,11 @@ public:
+ "from evenly spaced time samples.\n"
+ "If you need arbitrary spacing of \n"
+ "time steps, use the time step list\n"
+-"(below) instead.", 0, QApplication::UnicodeUTF8));
++"(below) instead.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        timesampleStartEdit1->setText(QApplication::translate("FlowTab", "1", 0, QApplication::UnicodeUTF8));
++        timesampleStartEdit1->setText(QApplication::translate("FlowTab", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        timesampleEndEdit1->setToolTip(QApplication::translate("FlowTab", "specify max timestep of a sequence", 0, QApplication::UnicodeUTF8));
++        timesampleEndEdit1->setToolTip(QApplication::translate("FlowTab", "specify max timestep of a sequence", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         timesampleEndEdit1->setWhatsThis(QApplication::translate("FlowTab", "The timestep sample min/max/interval\n"
+@@ -3608,11 +3608,11 @@ public:
+ "from evenly spaced time samples.\n"
+ "If you need arbitrary spacing of \n"
+ "time steps, use the time step list\n"
+-"(below) instead.", 0, QApplication::UnicodeUTF8));
++"(below) instead.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        timesampleEndEdit1->setText(QApplication::translate("FlowTab", "100", 0, QApplication::UnicodeUTF8));
++        timesampleEndEdit1->setText(QApplication::translate("FlowTab", "100", 0));
+ #ifndef QT_NO_TOOLTIP
+-        timesampleIncrementEdit1->setToolTip(QApplication::translate("FlowTab", "specify the time interval between timestep samples", 0, QApplication::UnicodeUTF8));
++        timesampleIncrementEdit1->setToolTip(QApplication::translate("FlowTab", "specify the time interval between timestep samples", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         timesampleIncrementEdit1->setWhatsThis(QApplication::translate("FlowTab", "The timestep sample min/max/interval\n"
+@@ -3620,39 +3620,39 @@ public:
+ "from evenly spaced time samples.\n"
+ "If you need arbitrary spacing of \n"
+ "time steps, use the time step list\n"
+-"(below) instead.", 0, QApplication::UnicodeUTF8));
++"(below) instead.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        timesampleIncrementEdit1->setText(QApplication::translate("FlowTab", "1", 0, QApplication::UnicodeUTF8));
++        timesampleIncrementEdit1->setText(QApplication::translate("FlowTab", "1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        timestepSampleCheckbox1->setToolTip(QApplication::translate("FlowTab", "Check to use the list of time steps", 0, QApplication::UnicodeUTF8));
++        timestepSampleCheckbox1->setToolTip(QApplication::translate("FlowTab", "Check to use the list of time steps", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        timestepSampleCheckbox1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        timestepSampleCheckbox1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        timestepSampleCheckbox1->setText(QApplication::translate("FlowTab", "Use time step list", 0, QApplication::UnicodeUTF8));
++        timestepSampleCheckbox1->setText(QApplication::translate("FlowTab", "Use time step list", 0));
+ #ifndef QT_NO_TOOLTIP
+-        addSampleButton1->setToolTip(QApplication::translate("FlowTab", "Click to add blank timestep to list, you must type in desired value", 0, QApplication::UnicodeUTF8));
++        addSampleButton1->setToolTip(QApplication::translate("FlowTab", "Click to add blank timestep to list, you must type in desired value", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        addSampleButton1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        addSampleButton1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        addSampleButton1->setText(QApplication::translate("FlowTab", "Add", 0, QApplication::UnicodeUTF8));
++        addSampleButton1->setText(QApplication::translate("FlowTab", "Add", 0));
+ #ifndef QT_NO_TOOLTIP
+-        deleteSampleButton1->setToolTip(QApplication::translate("FlowTab", "Click to delete the selected time step", 0, QApplication::UnicodeUTF8));
++        deleteSampleButton1->setToolTip(QApplication::translate("FlowTab", "Click to delete the selected time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        deleteSampleButton1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        deleteSampleButton1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        deleteSampleButton1->setText(QApplication::translate("FlowTab", "Delete", 0, QApplication::UnicodeUTF8));
++        deleteSampleButton1->setText(QApplication::translate("FlowTab", "Delete", 0));
+ #ifndef QT_NO_TOOLTIP
+-        rebuildButton1->setToolTip(QApplication::translate("FlowTab", "Build a list of timesteps based on the timesteps available for any variable  in the data", 0, QApplication::UnicodeUTF8));
++        rebuildButton1->setToolTip(QApplication::translate("FlowTab", "Build a list of timesteps based on the timesteps available for any variable  in the data", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        rebuildButton1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        rebuildButton1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        rebuildButton1->setText(QApplication::translate("FlowTab", "Rebuild", 0, QApplication::UnicodeUTF8));
++        rebuildButton1->setText(QApplication::translate("FlowTab", "Rebuild", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        timestepSampleTable1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        timestepSampleTable1->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Check the "Use time step list" check box to specify a set of time steps that will be used to sample the vector fields during unsteady flow integration.  The list contents can be edited and time steps can be inserted or deleted.  During field line advection, these time steps will also be used for steady flow integration.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_WHATSTHIS
+         textLabel3_12_3_2_3_2->setWhatsThis(QApplication::translate("FlowTab", "The unsteady samples per time\n"
+@@ -3661,11 +3661,11 @@ public:
+ "line will be shown between\n"
+ "two successive time steps.  If this\n"
+ "value is 1, then there will be one\n"
+-"point per time step.", 0, QApplication::UnicodeUTF8));
++"point per time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_12_3_2_3_2->setText(QApplication::translate("FlowTab", "Unsteady samples per time step", 0, QApplication::UnicodeUTF8));
++        textLabel3_12_3_2_3_2->setText(QApplication::translate("FlowTab", "Unsteady samples per time step", 0));
+ #ifndef QT_NO_TOOLTIP
+-        unsteadySamplesSlider->setToolTip(QApplication::translate("FlowTab", "Specify the number of geometric samples per time step", 0, QApplication::UnicodeUTF8));
++        unsteadySamplesSlider->setToolTip(QApplication::translate("FlowTab", "Specify the number of geometric samples per time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         unsteadySamplesSlider->setWhatsThis(QApplication::translate("FlowTab", "The unsteady samples per time\n"
+@@ -3674,10 +3674,10 @@ public:
+ "line will be shown between\n"
+ "two successive time steps.  If this\n"
+ "value is 1, then there will be one\n"
+-"point per time step.", 0, QApplication::UnicodeUTF8));
++"point per time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        unsteadySamplesEdit->setToolTip(QApplication::translate("FlowTab", "Specify the number of geometric samples per time step", 0, QApplication::UnicodeUTF8));
++        unsteadySamplesEdit->setToolTip(QApplication::translate("FlowTab", "Specify the number of geometric samples per time step", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         unsteadySamplesEdit->setWhatsThis(QApplication::translate("FlowTab", "The unsteady samples per time\n"
+@@ -3686,12 +3686,12 @@ public:
+ "line will be shown between\n"
+ "two successive time steps.  If this\n"
+ "value is 1, then there will be one\n"
+-"point per time step.", 0, QApplication::UnicodeUTF8));
++"point per time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        unsteadySamplesEdit->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
+-        displayIntervalLabel->setText(QApplication::translate("FlowTab", "timestep display interval min, max", 0, QApplication::UnicodeUTF8));
++        unsteadySamplesEdit->setText(QApplication::translate("FlowTab", "0.0", 0));
++        displayIntervalLabel->setText(QApplication::translate("FlowTab", "timestep display interval min, max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        firstDisplayFrameEdit->setToolTip(QApplication::translate("FlowTab", "Specify number of timesteps to display before current timestep", 0, QApplication::UnicodeUTF8));
++        firstDisplayFrameEdit->setToolTip(QApplication::translate("FlowTab", "Specify number of timesteps to display before current timestep", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         firstDisplayFrameEdit->setWhatsThis(QApplication::translate("FlowTab", "The timestep display interval is\n"
+@@ -3706,11 +3706,11 @@ public:
+ "displayed.  Use a large negative\n"
+ "value of min if you want to show\n"
+ "the complete history of each\n"
+-"flow line.", 0, QApplication::UnicodeUTF8));
++"flow line.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        firstDisplayFrameEdit->setText(QApplication::translate("FlowTab", "0", 0, QApplication::UnicodeUTF8));
++        firstDisplayFrameEdit->setText(QApplication::translate("FlowTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        lastDisplayFrameEdit->setToolTip(QApplication::translate("FlowTab", "Specify the max number of timesteps after the current timestep for the flow to display", 0, QApplication::UnicodeUTF8));
++        lastDisplayFrameEdit->setToolTip(QApplication::translate("FlowTab", "Specify the max number of timesteps after the current timestep for the flow to display", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         lastDisplayFrameEdit->setWhatsThis(QApplication::translate("FlowTab", "The timestep display interval is\n"
+@@ -3725,27 +3725,27 @@ public:
+ "displayed.  Use a large negative\n"
+ "value of min if you want to show\n"
+ "the complete history of each\n"
+-"flow line.", 0, QApplication::UnicodeUTF8));
++"flow line.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        lastDisplayFrameEdit->setText(QApplication::translate("FlowTab", "100", 0, QApplication::UnicodeUTF8));
++        lastDisplayFrameEdit->setText(QApplication::translate("FlowTab", "100", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        frame->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The appearance settings control the shape, size, color, and transparency of the flow lines displayed.  The smoothness and length of steady flow lines can also be controlled here.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        frame->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>The appearance settings control the shape, size, color, and transparency of the flow lines displayed.  The smoothness and length of steady flow lines can also be controlled here.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        showHideAppearanceButton->setText(QApplication::translate("FlowTab", "Hide Appearance Settings", 0, QApplication::UnicodeUTF8));
++        showHideAppearanceButton->setText(QApplication::translate("FlowTab", "Hide Appearance Settings", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        appearanceFrame->setWhatsThis(QApplication::translate("FlowTab", "Flow appearance settings control the shapes and colors that are displayed when flow is integrated.", 0, QApplication::UnicodeUTF8));
++        appearanceFrame->setWhatsThis(QApplication::translate("FlowTab", "Flow appearance settings control the shapes and colors that are displayed when flow is integrated.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        autoScaleCheckbox1->setToolTip(QApplication::translate("FlowTab", "Enable or disable the automatic calculation of steady field smoothness and length", 0, QApplication::UnicodeUTF8));
++        autoScaleCheckbox1->setToolTip(QApplication::translate("FlowTab", "Enable or disable the automatic calculation of steady field smoothness and length", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         autoScaleCheckbox1->setWhatsThis(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When the steady field is automatically scaled, the scaling factor and the samples per flow line are controlled by the smoothness slider and the steady flow length slider in the basic flow parameters.  Otherwise these factors are manually controlled by the "steady samples per flow line" and "Steady field scale factor&quot [...]
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">When the steady field is automatically scaled, the scaling factor and the samples per flow line are controlled by the smoothness slider and the steady flow length slider in the basic flow parameters.  Otherwise these factors are manually controlled by the "steady samples per flow line" and "Steady field scale factor&quot [...]
+ #endif // QT_NO_WHATSTHIS
+-        autoScaleCheckbox1->setText(QApplication::translate("FlowTab", "Automatically scale steady field", 0, QApplication::UnicodeUTF8));
++        autoScaleCheckbox1->setText(QApplication::translate("FlowTab", "Automatically scale steady field", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel3_12_3_2_3_2_2->setWhatsThis(QApplication::translate("FlowTab", "When \"Automatically scale steady field\"\n"
+ "is checked, the scale factor and samples\n"
+@@ -3757,15 +3757,15 @@ public:
+ "of steady flow lines is manually\n"
+ "controlled by the vector scale factor\n"
+ "and the specified number of samples\n"
+-"per flow line.", 0, QApplication::UnicodeUTF8));
++"per flow line.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_12_3_2_3_2_2->setText(QApplication::translate("FlowTab", "Samples per flow line", 0, QApplication::UnicodeUTF8));
++        textLabel3_12_3_2_3_2_2->setText(QApplication::translate("FlowTab", "Samples per flow line", 0));
+ #ifndef QT_NO_TOOLTIP
+         steadySamplesSlider1->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the number of samples along the length of a flow line, when the steady field is NOT automatically scaled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the number of samples along the length of a flow line, when the steady field is NOT automatically scaled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         steadySamplesSlider1->setWhatsThis(QApplication::translate("FlowTab", "When \"Automatically scale steady field\"\n"
+@@ -3778,14 +3778,14 @@ public:
+ "of steady flow lines is manually\n"
+ "controlled by the vector scale factor\n"
+ "and the specified number of samples\n"
+-"per flow line.", 0, QApplication::UnicodeUTF8));
++"per flow line.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+         steadySamplesEdit1->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the number of samples along the length of a flow line, when the steady field is NOT automatically scaled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the number of samples along the length of a flow line, when the steady field is NOT automatically scaled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         steadySamplesEdit1->setWhatsThis(QApplication::translate("FlowTab", "When \"Automatically scale steady field\"\n"
+@@ -3798,15 +3798,15 @@ public:
+ "of steady flow lines is manually\n"
+ "controlled by the vector scale factor\n"
+ "and the specified number of samples\n"
+-"per flow line.", 0, QApplication::UnicodeUTF8));
++"per flow line.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        steadySamplesEdit1->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
++        steadySamplesEdit1->setText(QApplication::translate("FlowTab", "0.0", 0));
+ #ifndef QT_NO_TOOLTIP
+         textLabel3_12_4_3_3_3->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This factor scales the steady field magnitude.  If too small, display will just show diamonds (fixed points).  If too large, flow will consist of straight lines due to flow rapidly exiting region.  This can only be set if the steady field is NOT automatically scaled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This factor scales the steady field magnitude.  If too small, display will just show diamonds (fixed points).  If too large, flow will consist of straight lines due to flow rapidly exiting region.  This can only be set if the steady field is NOT automatically scaled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         textLabel3_12_4_3_3_3->setWhatsThis(QApplication::translate("FlowTab", "When \"Automatically scale steady field\"\n"
+@@ -3819,15 +3819,15 @@ public:
+ "of steady flow lines is manually\n"
+ "controlled by the vector scale factor\n"
+ "and the specified number of samples\n"
+-"per flow line.", 0, QApplication::UnicodeUTF8));
++"per flow line.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel3_12_4_3_3_3->setText(QApplication::translate("FlowTab", "Steady field scale factor", 0, QApplication::UnicodeUTF8));
++        textLabel3_12_4_3_3_3->setText(QApplication::translate("FlowTab", "Steady field scale factor", 0));
+ #ifndef QT_NO_TOOLTIP
+         steadyScaleEdit1->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This factor scales the steady field magnitude.  If too small, display will just show diamonds (fixed points).  If too large, flow will consist of straight lines due to flow rapidly exiting region.  This can only be set if the steady field is NOT automatically scaled.</span></p></body></html>", "Comment is here", QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This factor scales the steady field magnitude.  If too small, display will just show diamonds (fixed points).  If too large, flow will consist of straight lines due to flow rapidly exiting region.  This can only be set if the steady field is NOT automatically scaled.</span></p></body></html>", "Comment is here"));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         steadyScaleEdit1->setWhatsThis(QApplication::translate("FlowTab", "When \"Automatically scale steady field\"\n"
+@@ -3840,16 +3840,16 @@ public:
+ "of steady flow lines is manually\n"
+ "controlled by the vector scale factor\n"
+ "and the specified number of samples\n"
+-"per flow line.", 0, QApplication::UnicodeUTF8));
++"per flow line.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        steadyScaleEdit1->setText(QApplication::translate("FlowTab", "1.0", 0, QApplication::UnicodeUTF8));
+-        geometrySamplesLabel_2->setText(QApplication::translate("FlowTab", "Line Smoothness", 0, QApplication::UnicodeUTF8));
++        steadyScaleEdit1->setText(QApplication::translate("FlowTab", "1.0", 0));
++        geometrySamplesLabel_2->setText(QApplication::translate("FlowTab", "Line Smoothness", 0));
+ #ifndef QT_NO_TOOLTIP
+         smoothnessSlider->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify how many geometric shapes will be displayed per scene diameter distance, when the steady field is automatically scaled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify how many geometric shapes will be displayed per scene diameter distance, when the steady field is automatically scaled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         smoothnessSlider->setWhatsThis(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -3870,14 +3870,14 @@ public:
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">field line.  To explicitly set the </span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">sampling rate, un-check the</span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">option "Automatically scale steady</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">field"</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">field"</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+         smoothnessSamplesEdit->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify how many geometric shapes will be displayed per scene diameter distance, when the steady field is automatically scaled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify how many geometric shapes will be displayed per scene diameter distance, when the steady field is automatically scaled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         smoothnessSamplesEdit->setWhatsThis(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -3898,16 +3898,16 @@ public:
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">field line.  To explicitly set the </span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">sampling rate, un-check the</span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">option "Automatically scale steady</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">field"</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">field"</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        smoothnessSamplesEdit->setText(QApplication::translate("FlowTab", "20.0", 0, QApplication::UnicodeUTF8));
+-        textLabel3_12_3_2_4->setText(QApplication::translate("FlowTab", "Typical Flow Length", 0, QApplication::UnicodeUTF8));
++        smoothnessSamplesEdit->setText(QApplication::translate("FlowTab", "20.0", 0));
++        textLabel3_12_3_2_4->setText(QApplication::translate("FlowTab", "Typical Flow Length", 0));
+ #ifndef QT_NO_TOOLTIP
+         steadyLengthSlider->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the typical length of flow lines relative to domain size, when the steady field is automatically scaled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the typical length of flow lines relative to domain size, when the steady field is automatically scaled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         steadyLengthSlider->setWhatsThis(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -3928,14 +3928,14 @@ public:
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">length, un-check the option </span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">"Automatically scale steady field"</span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">and adjust the steady field scale</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">factor appropriately.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">factor appropriately.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+         steadyLengthEdit->setToolTip(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the typical length of flow lines relative to domain size, when the steady field is automatically scaled.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Specify the typical length of flow lines relative to domain size, when the steady field is automatically scaled.</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         steadyLengthEdit->setWhatsThis(QApplication::translate("FlowTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+@@ -3956,33 +3956,33 @@ public:
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">length, un-check the option </span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">"Automatically scale steady field"</span></p>\n"
+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">and adjust the steady field scale</span></p>\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">factor appropriately.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">factor appropriately.</span></p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        steadyLengthEdit->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
++        steadyLengthEdit->setText(QApplication::translate("FlowTab", "0.0", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        displayListCheckbox->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Flow rendering performance can sometimes be improved by using display lists, however they may not work on all platforms.  </p></body></html>", 0, QApplication::UnicodeUTF8));
++        displayListCheckbox->setWhatsThis(QApplication::translate("FlowTab", "<html><head/><body><p>Flow rendering performance can sometimes be improved by using display lists, however they may not work on all platforms.  </p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        displayListCheckbox->setText(QApplication::translate("FlowTab", "Use display lists to cache flow geometry", 0, QApplication::UnicodeUTF8));
+-        textLabel4->setText(QApplication::translate("FlowTab", "Shape", 0, QApplication::UnicodeUTF8));
++        displayListCheckbox->setText(QApplication::translate("FlowTab", "Use display lists to cache flow geometry", 0));
++        textLabel4->setText(QApplication::translate("FlowTab", "Shape", 0));
+         geometryCombo->clear();
+         geometryCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "Tube", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Point", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Arrow", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "Tube", 0)
++         << QApplication::translate("FlowTab", "Point", 0)
++         << QApplication::translate("FlowTab", "Arrow", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        geometryCombo->setToolTip(QApplication::translate("FlowTab", "Specify the shapes that will be used for the flow ", 0, QApplication::UnicodeUTF8));
++        geometryCombo->setToolTip(QApplication::translate("FlowTab", "Specify the shapes that will be used for the flow ", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel14->setText(QApplication::translate("FlowTab", "Diameter", 0, QApplication::UnicodeUTF8));
++        textLabel14->setText(QApplication::translate("FlowTab", "Diameter", 0));
+ #ifndef QT_NO_TOOLTIP
+-        diameterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the shape diameter in user space units", 0, QApplication::UnicodeUTF8));
++        diameterEdit->setToolTip(QApplication::translate("FlowTab", "Specify the shape diameter in user space units", 0));
+ #endif // QT_NO_TOOLTIP
+-        diameterEdit->setText(QApplication::translate("FlowTab", "3.5", 0, QApplication::UnicodeUTF8));
+-        textLabel1_7->setText(QApplication::translate("FlowTab", "Arrowhead size", 0, QApplication::UnicodeUTF8));
++        diameterEdit->setText(QApplication::translate("FlowTab", "3.5", 0));
++        textLabel1_7->setText(QApplication::translate("FlowTab", "Arrowhead size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        arrowheadEdit->setToolTip(QApplication::translate("FlowTab", "Specify the diameter of arrowheads relative to tube diameter", 0, QApplication::UnicodeUTF8));
++        arrowheadEdit->setToolTip(QApplication::translate("FlowTab", "Specify the diameter of arrowheads relative to tube diameter", 0));
+ #endif // QT_NO_TOOLTIP
+-        arrowheadEdit->setText(QApplication::translate("FlowTab", "1.0", 0, QApplication::UnicodeUTF8));
++        arrowheadEdit->setText(QApplication::translate("FlowTab", "1.0", 0));
+ #ifndef QT_NO_WHATSTHIS
+         textLabel1_11->setWhatsThis(QApplication::translate("FlowTab", "During the line integration of steady\n"
+ "flow, whenever the field value is so \n"
+@@ -3990,11 +3990,11 @@ public:
+ "exit the current voxel, that point is\n"
+ "renderer as a silver diamond shape.\n"
+ "This value controls the diameter\n"
+-"of such diamonds.", 0, QApplication::UnicodeUTF8));
++"of such diamonds.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_11->setText(QApplication::translate("FlowTab", "Diamond size", 0, QApplication::UnicodeUTF8));
++        textLabel1_11->setText(QApplication::translate("FlowTab", "Diamond size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        diamondSizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the diameter of diamonds, used to denote critical points", 0, QApplication::UnicodeUTF8));
++        diamondSizeEdit->setToolTip(QApplication::translate("FlowTab", "Specify the diameter of diamonds, used to denote critical points", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         diamondSizeEdit->setWhatsThis(QApplication::translate("FlowTab", "During the line integration of steady\n"
+@@ -4003,45 +4003,45 @@ public:
+ "exit the current voxel, that point is\n"
+ "renderer as a silver diamond shape.\n"
+ "This value controls the diameter\n"
+-"of such diamonds.", 0, QApplication::UnicodeUTF8));
++"of such diamonds.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        diamondSizeEdit->setText(QApplication::translate("FlowTab", "2", 0, QApplication::UnicodeUTF8));
+-        label_2->setText(QApplication::translate("FlowTab", "Color and Opacity Mapping:", 0, QApplication::UnicodeUTF8));
+-        textLabel15->setText(QApplication::translate("FlowTab", "Color/Opacity mapped entity:", 0, QApplication::UnicodeUTF8));
++        diamondSizeEdit->setText(QApplication::translate("FlowTab", "2", 0));
++        label_2->setText(QApplication::translate("FlowTab", "Color and Opacity Mapping:", 0));
++        textLabel15->setText(QApplication::translate("FlowTab", "Color/Opacity mapped entity:", 0));
+         colormapEntityCombo->clear();
+         colormapEntityCombo->insertItems(0, QStringList()
+-         << QApplication::translate("FlowTab", "Constant", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Timestep", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "Field Magnitude", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "wx", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "wy", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "wz", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "enst", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("FlowTab", "r0", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("FlowTab", "Constant", 0)
++         << QApplication::translate("FlowTab", "Timestep", 0)
++         << QApplication::translate("FlowTab", "Field Magnitude", 0)
++         << QApplication::translate("FlowTab", "wx", 0)
++         << QApplication::translate("FlowTab", "wy", 0)
++         << QApplication::translate("FlowTab", "wz", 0)
++         << QApplication::translate("FlowTab", "enst", 0)
++         << QApplication::translate("FlowTab", "r0", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        colormapEntityCombo->setToolTip(QApplication::translate("FlowTab", "Specify the entity that will be mapped to color", 0, QApplication::UnicodeUTF8));
++        colormapEntityCombo->setToolTip(QApplication::translate("FlowTab", "Specify the entity that will be mapped to color", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        colormapEntityCombo->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0, QApplication::UnicodeUTF8));
++        colormapEntityCombo->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        editButton->setToolTip(QApplication::translate("FlowTab", "Select and edit control points", 0, QApplication::UnicodeUTF8));
++        editButton->setToolTip(QApplication::translate("FlowTab", "Select and edit control points", 0));
+ #endif // QT_NO_TOOLTIP
+-        editButton->setText(QApplication::translate("FlowTab", "Edit", 0, QApplication::UnicodeUTF8));
++        editButton->setText(QApplication::translate("FlowTab", "Edit", 0));
+ #ifndef QT_NO_TOOLTIP
+-        navigateButton->setToolTip(QApplication::translate("FlowTab", "Use mouse to zoom and pan edit window", 0, QApplication::UnicodeUTF8));
++        navigateButton->setToolTip(QApplication::translate("FlowTab", "Use mouse to zoom and pan edit window", 0));
+ #endif // QT_NO_TOOLTIP
+-        navigateButton->setText(QApplication::translate("FlowTab", "Zoom/Pan", 0, QApplication::UnicodeUTF8));
++        navigateButton->setText(QApplication::translate("FlowTab", "Zoom/Pan", 0));
+ #ifndef QT_NO_TOOLTIP
+-        alignButton->setToolTip(QApplication::translate("FlowTab", "Align edit window with transfer function domain", 0, QApplication::UnicodeUTF8));
++        alignButton->setToolTip(QApplication::translate("FlowTab", "Align edit window with transfer function domain", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        alignButton->setWhatsThis(QApplication::translate("FlowTab", "The \"Fit to View\" button is used to make the current editing region coincide with the opacity map and color map domain bounds.", 0, QApplication::UnicodeUTF8));
++        alignButton->setWhatsThis(QApplication::translate("FlowTab", "The \"Fit to View\" button is used to make the current editing region coincide with the opacity map and color map domain bounds.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        alignButton->setText(QApplication::translate("FlowTab", "Fit to View", 0, QApplication::UnicodeUTF8));
++        alignButton->setText(QApplication::translate("FlowTab", "Fit to View", 0));
+ #ifndef QT_NO_TOOLTIP
+-        newHistoButton->setToolTip(QApplication::translate("FlowTab", "Click to refresh the histogram based on the current region settings, animation timestep, and transfer function bounds", 0, QApplication::UnicodeUTF8));
++        newHistoButton->setToolTip(QApplication::translate("FlowTab", "Click to refresh the histogram based on the current region settings, animation timestep, and transfer function bounds", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         newHistoButton->setWhatsThis(QApplication::translate("FlowTab", "Click the Histo button to refresh the\n"
+@@ -4053,43 +4053,43 @@ public:
+ "region extents, and the data bounds.\n"
+ "Use the right mouse menu in the \n"
+ "transfer function window to choose\n"
+-"how the histogram is scaled.", 0, QApplication::UnicodeUTF8));
++"how the histogram is scaled.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        newHistoButton->setText(QApplication::translate("FlowTab", "Histo", 0, QApplication::UnicodeUTF8));
+-        textLabel1_9->setText(QApplication::translate("FlowTab", "Constant color, opacity values:", 0, QApplication::UnicodeUTF8));
++        newHistoButton->setText(QApplication::translate("FlowTab", "Histo", 0));
++        textLabel1_9->setText(QApplication::translate("FlowTab", "Constant color, opacity values:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        constantColorButton->setToolTip(QApplication::translate("FlowTab", "Click to specify color used in constant map", 0, QApplication::UnicodeUTF8));
++        constantColorButton->setToolTip(QApplication::translate("FlowTab", "Click to specify color used in constant map", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        constantColorButton->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0, QApplication::UnicodeUTF8));
++        constantColorButton->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        constantColorButton->setText(QApplication::translate("FlowTab", "Select", 0, QApplication::UnicodeUTF8));
++        constantColorButton->setText(QApplication::translate("FlowTab", "Select", 0));
+ #ifndef QT_NO_TOOLTIP
+-        constantColorEdit->setToolTip(QApplication::translate("FlowTab", "Clisk to specify color used in constant map", 0, QApplication::UnicodeUTF8));
++        constantColorEdit->setToolTip(QApplication::translate("FlowTab", "Clisk to specify color used in constant map", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        constantColorEdit->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0, QApplication::UnicodeUTF8));
++        constantColorEdit->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0));
+ #endif // QT_NO_WHATSTHIS
+         constantColorEdit->setText(QString());
+ #ifndef QT_NO_TOOLTIP
+-        constantOpacityEdit->setToolTip(QApplication::translate("FlowTab", "Specify opacity value used in constant mapping", 0, QApplication::UnicodeUTF8));
++        constantOpacityEdit->setToolTip(QApplication::translate("FlowTab", "Specify opacity value used in constant mapping", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        constantOpacityEdit->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0, QApplication::UnicodeUTF8));
++        constantOpacityEdit->setWhatsThis(QApplication::translate("FlowTab", "The color and opacity of flow lines can be constant, or can be determined by a transfer function applied to a variable or other specified entity.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        constantOpacityEdit->setText(QApplication::translate("FlowTab", "1.0", 0, QApplication::UnicodeUTF8));
++        constantOpacityEdit->setText(QApplication::translate("FlowTab", "1.0", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        colorMappingFrame->setWhatsThis(QApplication::translate("FlowTab", "The transfer function editor displays a mapping from the Color/Opacity entity to color and opacity.   This editor is onlyavailable when you select an entity other than Constant for color/Opacity mapped entity.  This mapping determines the color and opacity of flow lines in the visualizer.  Additional options are available from the right mouse button.", 0, QApplication::UnicodeUTF8));
++        colorMappingFrame->setWhatsThis(QApplication::translate("FlowTab", "The transfer function editor displays a mapping from the Color/Opacity entity to color and opacity.   This editor is onlyavailable when you select an entity other than Constant for color/Opacity mapped entity.  This mapping determines the color and opacity of flow lines in the visualizer.  Additional options are available from the right mouse button.", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        opacityScaleSlider->setToolTip(QApplication::translate("FlowTab", "Scale Opacity Values", 0, QApplication::UnicodeUTF8));
++        opacityScaleSlider->setToolTip(QApplication::translate("FlowTab", "Scale Opacity Values", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_TOOLTIP
+-        colorInterpCheckbox->setToolTip(QApplication::translate("FlowTab", "Check to use discrete color interpolation", 0, QApplication::UnicodeUTF8));
++        colorInterpCheckbox->setToolTip(QApplication::translate("FlowTab", "Check to use discrete color interpolation", 0));
+ #endif // QT_NO_TOOLTIP
+-        colorInterpCheckbox->setText(QApplication::translate("FlowTab", "Discrete Color Map", 0, QApplication::UnicodeUTF8));
++        colorInterpCheckbox->setText(QApplication::translate("FlowTab", "Discrete Color Map", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minColormapEdit->setToolTip(QApplication::translate("FlowTab", "Specify the minimum entity value that is mapped to color", 0, QApplication::UnicodeUTF8));
++        minColormapEdit->setToolTip(QApplication::translate("FlowTab", "Specify the minimum entity value that is mapped to color", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         minColormapEdit->setWhatsThis(QApplication::translate("FlowTab", "The data limits for the opacity and color\n"
+@@ -4100,12 +4100,12 @@ public:
+ "at time steps other than the current one.\n"
+ "Users should always set these endpoints\n"
+ "if the values are not consistent with data\n"
+-"bounds.", 0, QApplication::UnicodeUTF8));
++"bounds.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        minColormapEdit->setText(QApplication::translate("FlowTab", "-2..731", 0, QApplication::UnicodeUTF8));
+-        textLabel17->setText(QApplication::translate("FlowTab", "TF Domain Bounds", 0, QApplication::UnicodeUTF8));
++        minColormapEdit->setText(QApplication::translate("FlowTab", "-2..731", 0));
++        textLabel17->setText(QApplication::translate("FlowTab", "TF Domain Bounds", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxColormapEdit->setToolTip(QApplication::translate("FlowTab", "Specify the maximum entity value that is mapped to color", 0, QApplication::UnicodeUTF8));
++        maxColormapEdit->setToolTip(QApplication::translate("FlowTab", "Specify the maximum entity value that is mapped to color", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         maxColormapEdit->setWhatsThis(QApplication::translate("FlowTab", "The data limits for the opacity and color\n"
+@@ -4116,20 +4116,20 @@ public:
+ "at time steps other than the current one.\n"
+ "Users should always set these endpoints\n"
+ "if the values are not consistent with data\n"
+-"bounds.", 0, QApplication::UnicodeUTF8));
++"bounds.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        maxColormapEdit->setText(QApplication::translate("FlowTab", "2.80", 0, QApplication::UnicodeUTF8));
++        maxColormapEdit->setText(QApplication::translate("FlowTab", "2.80", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minColorBound->setToolTip(QApplication::translate("FlowTab", "Smallest value of color-mapped variable", 0, QApplication::UnicodeUTF8));
++        minColorBound->setToolTip(QApplication::translate("FlowTab", "Smallest value of color-mapped variable", 0));
+ #endif // QT_NO_TOOLTIP
+-        minColorBound->setText(QApplication::translate("FlowTab", "0.0", 0, QApplication::UnicodeUTF8));
+-        textLabel2_5_2->setText(QApplication::translate("FlowTab", "Data Bounds", 0, QApplication::UnicodeUTF8));
++        minColorBound->setText(QApplication::translate("FlowTab", "0.0", 0));
++        textLabel2_5_2->setText(QApplication::translate("FlowTab", "Data Bounds", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxColorBound->setToolTip(QApplication::translate("FlowTab", "Largest value of color-mapped variable", 0, QApplication::UnicodeUTF8));
++        maxColorBound->setToolTip(QApplication::translate("FlowTab", "Largest value of color-mapped variable", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxColorBound->setText(QApplication::translate("FlowTab", "1.0", 0, QApplication::UnicodeUTF8));
++        maxColorBound->setText(QApplication::translate("FlowTab", "1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        ColorBindButton->setToolTip(QApplication::translate("FlowTab", "Move selected color to same x coord as selected opacity ", 0, QApplication::UnicodeUTF8));
++        ColorBindButton->setToolTip(QApplication::translate("FlowTab", "Move selected color to same x coord as selected opacity ", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         ColorBindButton->setWhatsThis(QApplication::translate("FlowTab", "When exactly one color control point\n"
+@@ -4139,11 +4139,11 @@ public:
+ "points to coincide.  Either the opacity\n"
+ "control point is moved to position of\n"
+ "the color control point, or vice-versa,\n"
+-"depending on which button is clicked.", 0, QApplication::UnicodeUTF8));
++"depending on which button is clicked.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        ColorBindButton->setText(QApplication::translate("FlowTab", "Bind Color->Opac", 0, QApplication::UnicodeUTF8));
++        ColorBindButton->setText(QApplication::translate("FlowTab", "Bind Color->Opac", 0));
+ #ifndef QT_NO_TOOLTIP
+-        OpacityBindButton->setToolTip(QApplication::translate("FlowTab", "Move selected opacity to same x coord as selected color", 0, QApplication::UnicodeUTF8));
++        OpacityBindButton->setToolTip(QApplication::translate("FlowTab", "Move selected opacity to same x coord as selected color", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         OpacityBindButton->setWhatsThis(QApplication::translate("FlowTab", "When exactly one color control point\n"
+@@ -4153,28 +4153,28 @@ public:
+ "points to coincide.  Either the opacity\n"
+ "control point is moved to position of\n"
+ "the color control point, or vice-versa,\n"
+-"depending on which button is clicked.", 0, QApplication::UnicodeUTF8));
++"depending on which button is clicked.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        OpacityBindButton->setText(QApplication::translate("FlowTab", "Bind Opac->Color", 0, QApplication::UnicodeUTF8));
++        OpacityBindButton->setText(QApplication::translate("FlowTab", "Bind Opac->Color", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fitDataButton->setToolTip(QApplication::translate("FlowTab", "Fit TF domain bounds to data bounds", 0, QApplication::UnicodeUTF8));
++        fitDataButton->setToolTip(QApplication::translate("FlowTab", "Fit TF domain bounds to data bounds", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        fitDataButton->setWhatsThis(QApplication::translate("FlowTab", "Click this button to set the current transfer function editor domain bounds to the bounds of the variable at the current time step.", 0, QApplication::UnicodeUTF8));
++        fitDataButton->setWhatsThis(QApplication::translate("FlowTab", "Click this button to set the current transfer function editor domain bounds to the bounds of the variable at the current time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        fitDataButton->setText(QApplication::translate("FlowTab", "Fit Data", 0, QApplication::UnicodeUTF8));
++        fitDataButton->setText(QApplication::translate("FlowTab", "Fit Data", 0));
+ #ifndef QT_NO_TOOLTIP
+-        loadButton->setToolTip(QApplication::translate("FlowTab", "Load transfer function from file or session", 0, QApplication::UnicodeUTF8));
++        loadButton->setToolTip(QApplication::translate("FlowTab", "Load transfer function from file or session", 0));
+ #endif // QT_NO_TOOLTIP
+-        loadButton->setText(QApplication::translate("FlowTab", "Load TF", 0, QApplication::UnicodeUTF8));
++        loadButton->setText(QApplication::translate("FlowTab", "Load TF", 0));
+ #ifndef QT_NO_TOOLTIP
+-        loadInstalledButton->setToolTip(QApplication::translate("FlowTab", "Load Transfer Function from directory of pre-installed transfer functions", 0, QApplication::UnicodeUTF8));
++        loadInstalledButton->setToolTip(QApplication::translate("FlowTab", "Load Transfer Function from directory of pre-installed transfer functions", 0));
+ #endif // QT_NO_TOOLTIP
+-        loadInstalledButton->setText(QApplication::translate("FlowTab", "Load Installed TF", 0, QApplication::UnicodeUTF8));
++        loadInstalledButton->setText(QApplication::translate("FlowTab", "Load Installed TF", 0));
+ #ifndef QT_NO_TOOLTIP
+-        saveButton->setToolTip(QApplication::translate("FlowTab", "Save this transfer function to a file or session", 0, QApplication::UnicodeUTF8));
++        saveButton->setToolTip(QApplication::translate("FlowTab", "Save this transfer function to a file or session", 0));
+ #endif // QT_NO_TOOLTIP
+-        saveButton->setText(QApplication::translate("FlowTab", "Save TF", 0, QApplication::UnicodeUTF8));
++        saveButton->setText(QApplication::translate("FlowTab", "Save TF", 0));
+     } // retranslateUi
+ 
+ };
+Index: vapor-2.6.0/apps/vaporgui/guis/ui/regiontab.h
+===================================================================
+--- vapor-2.6.0.orig/apps/vaporgui/guis/ui/regiontab.h
++++ vapor-2.6.0/apps/vaporgui/guis/ui/regiontab.h
+@@ -10,22 +10,22 @@
+ #define REGIONTAB_H
+ 
+ #include <QtCore/QVariant>
+-#include <QtGui/QAction>
+-#include <QtGui/QApplication>
+-#include <QtGui/QButtonGroup>
+-#include <QtGui/QComboBox>
+-#include <QtGui/QFrame>
+-#include <QtGui/QGridLayout>
+-#include <QtGui/QHBoxLayout>
+-#include <QtGui/QHeaderView>
+-#include <QtGui/QLabel>
+-#include <QtGui/QLineEdit>
+-#include <QtGui/QPushButton>
+-#include <QtGui/QSlider>
+-#include <QtGui/QSpacerItem>
+-#include <QtGui/QSpinBox>
+-#include <QtGui/QVBoxLayout>
+-#include <QtGui/QWidget>
++#include <QtWidgets/QAction>
++#include <QtWidgets/QApplication>
++#include <QtWidgets/QButtonGroup>
++#include <QtWidgets/QComboBox>
++#include <QtWidgets/QFrame>
++#include <QtWidgets/QGridLayout>
++#include <QtWidgets/QHBoxLayout>
++#include <QtWidgets/QHeaderView>
++#include <QtWidgets/QLabel>
++#include <QtWidgets/QLineEdit>
++#include <QtWidgets/QPushButton>
++#include <QtWidgets/QSlider>
++#include <QtWidgets/QSpacerItem>
++#include <QtWidgets/QSpinBox>
++#include <QtWidgets/QVBoxLayout>
++#include <QtWidgets/QWidget>
+ 
+ QT_BEGIN_NAMESPACE
+ 
+@@ -1522,7 +1522,7 @@ public:
+ 
+     void retranslateUi(QWidget *RegionTab)
+     {
+-        RegionTab->setWindowTitle(QApplication::translate("RegionTab", "Region Settings", 0, QApplication::UnicodeUTF8));
++        RegionTab->setWindowTitle(QApplication::translate("RegionTab", "Region Settings", 0));
+ #ifndef QT_NO_TOOLTIP
+         RegionTab->setToolTip(QString());
+ #endif // QT_NO_TOOLTIP
+@@ -1536,16 +1536,16 @@ public:
+ "are defined in the active visualizer,\n"
+ "(the rake and probe settings\n"
+ "are specified in the flow and in\n"
+-"the probe panels).", 0, QApplication::UnicodeUTF8));
++"the probe panels).", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel6->setText(QApplication::translate("RegionTab", "Scope:", 0, QApplication::UnicodeUTF8));
++        textLabel6->setText(QApplication::translate("RegionTab", "Scope:", 0));
+         LocalGlobal->clear();
+         LocalGlobal->insertItems(0, QStringList()
+-         << QApplication::translate("RegionTab", "Global Settings", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("RegionTab", "Local Settings", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("RegionTab", "Global Settings", 0)
++         << QApplication::translate("RegionTab", "Local Settings", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        LocalGlobal->setToolTip(QApplication::translate("RegionTab", "Apply these settings to visualizers, either globally or locally", 0, QApplication::UnicodeUTF8));
++        LocalGlobal->setToolTip(QApplication::translate("RegionTab", "Apply these settings to visualizers, either globally or locally", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+         LocalGlobal->setWhatsThis(QApplication::translate("RegionTab", "Region  parameters can be either\n"
+@@ -1556,441 +1556,441 @@ public:
+ "only the one (selected) visualizer,\n"
+ "set this to \"local\".  All visualizers\n"
+ "that have this set to \"global\" will\n"
+-"share the same region settings.", 0, QApplication::UnicodeUTF8));
++"share the same region settings.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        textLabel1_2->setText(QApplication::translate("RegionTab", "Full Min", 0, QApplication::UnicodeUTF8));
++        textLabel1_2->setText(QApplication::translate("RegionTab", "Full Min", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullMinXLabel->setToolTip(QApplication::translate("RegionTab", "Minimum X coordinate of full domain", 0, QApplication::UnicodeUTF8));
++        fullMinXLabel->setToolTip(QApplication::translate("RegionTab", "Minimum X coordinate of full domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullMinXLabel->setText(QApplication::translate("RegionTab", "-0.500", 0, QApplication::UnicodeUTF8));
++        fullMinXLabel->setText(QApplication::translate("RegionTab", "-0.500", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullMinYLabel->setToolTip(QApplication::translate("RegionTab", "Minimum Y coordinate of full domain", 0, QApplication::UnicodeUTF8));
++        fullMinYLabel->setToolTip(QApplication::translate("RegionTab", "Minimum Y coordinate of full domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullMinYLabel->setText(QApplication::translate("RegionTab", "-0.500", 0, QApplication::UnicodeUTF8));
++        fullMinYLabel->setText(QApplication::translate("RegionTab", "-0.500", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullMinZLabel->setToolTip(QApplication::translate("RegionTab", "Minimum Z coordinate of full domain", 0, QApplication::UnicodeUTF8));
++        fullMinZLabel->setToolTip(QApplication::translate("RegionTab", "Minimum Z coordinate of full domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullMinZLabel->setText(QApplication::translate("RegionTab", "-0.500", 0, QApplication::UnicodeUTF8));
+-        textLabel2->setText(QApplication::translate("RegionTab", "Region Center", 0, QApplication::UnicodeUTF8));
+-        xCenterLabel->setText(QApplication::translate("RegionTab", "X", 0, QApplication::UnicodeUTF8));
++        fullMinZLabel->setText(QApplication::translate("RegionTab", "-0.500", 0));
++        textLabel2->setText(QApplication::translate("RegionTab", "Region Center", 0));
++        xCenterLabel->setText(QApplication::translate("RegionTab", "X", 0));
+ #ifndef QT_NO_TOOLTIP
+-        xCenterSlider->setToolTip(QApplication::translate("RegionTab", "Slide region center coordinates", 0, QApplication::UnicodeUTF8));
++        xCenterSlider->setToolTip(QApplication::translate("RegionTab", "Slide region center coordinates", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        xCenterSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        xCenterSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        xCntrEdit->setToolTip(QApplication::translate("RegionTab", "Specify region center coordinate", 0, QApplication::UnicodeUTF8));
++        xCntrEdit->setToolTip(QApplication::translate("RegionTab", "Specify region center coordinate", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        xCntrEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        xCntrEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        xCntrEdit->setText(QApplication::translate("RegionTab", "0.5", 0, QApplication::UnicodeUTF8));
+-        yCenterLabel->setText(QApplication::translate("RegionTab", "Y", 0, QApplication::UnicodeUTF8));
++        xCntrEdit->setText(QApplication::translate("RegionTab", "0.5", 0));
++        yCenterLabel->setText(QApplication::translate("RegionTab", "Y", 0));
+ #ifndef QT_NO_TOOLTIP
+-        yCenterSlider->setToolTip(QApplication::translate("RegionTab", "Slide region center coordinates", 0, QApplication::UnicodeUTF8));
++        yCenterSlider->setToolTip(QApplication::translate("RegionTab", "Slide region center coordinates", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        yCenterSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        yCenterSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        yCntrEdit->setToolTip(QApplication::translate("RegionTab", "Specify region center coordinate", 0, QApplication::UnicodeUTF8));
++        yCntrEdit->setToolTip(QApplication::translate("RegionTab", "Specify region center coordinate", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        yCntrEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        yCntrEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        yCntrEdit->setText(QApplication::translate("RegionTab", "0.1", 0, QApplication::UnicodeUTF8));
+-        zCenterLabel->setText(QApplication::translate("RegionTab", "Z", 0, QApplication::UnicodeUTF8));
++        yCntrEdit->setText(QApplication::translate("RegionTab", "0.1", 0));
++        zCenterLabel->setText(QApplication::translate("RegionTab", "Z", 0));
+ #ifndef QT_NO_TOOLTIP
+-        zCenterSlider->setToolTip(QApplication::translate("RegionTab", "Slide region center coordinates", 0, QApplication::UnicodeUTF8));
++        zCenterSlider->setToolTip(QApplication::translate("RegionTab", "Slide region center coordinates", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        zCenterSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        zCenterSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        zCntrEdit->setToolTip(QApplication::translate("RegionTab", "Specify region center coordinate", 0, QApplication::UnicodeUTF8));
++        zCntrEdit->setToolTip(QApplication::translate("RegionTab", "Specify region center coordinate", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        zCntrEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        zCntrEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        zCntrEdit->setText(QApplication::translate("RegionTab", "0.05", 0, QApplication::UnicodeUTF8));
+-        textLabel1_2_2->setText(QApplication::translate("RegionTab", "Full Max", 0, QApplication::UnicodeUTF8));
++        zCntrEdit->setText(QApplication::translate("RegionTab", "0.05", 0));
++        textLabel1_2_2->setText(QApplication::translate("RegionTab", "Full Max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullMaxXLabel->setToolTip(QApplication::translate("RegionTab", "Maximum X coordinate of full domain", 0, QApplication::UnicodeUTF8));
++        fullMaxXLabel->setToolTip(QApplication::translate("RegionTab", "Maximum X coordinate of full domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullMaxXLabel->setText(QApplication::translate("RegionTab", "1.0", 0, QApplication::UnicodeUTF8));
++        fullMaxXLabel->setText(QApplication::translate("RegionTab", "1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullMaxYLabel->setToolTip(QApplication::translate("RegionTab", "Maximum Y coordinate of full domain", 0, QApplication::UnicodeUTF8));
++        fullMaxYLabel->setToolTip(QApplication::translate("RegionTab", "Maximum Y coordinate of full domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullMaxYLabel->setText(QApplication::translate("RegionTab", "1.0", 0, QApplication::UnicodeUTF8));
++        fullMaxYLabel->setText(QApplication::translate("RegionTab", "1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullMaxZLabel->setToolTip(QApplication::translate("RegionTab", "Maximum Z coordinate of full domain", 0, QApplication::UnicodeUTF8));
++        fullMaxZLabel->setToolTip(QApplication::translate("RegionTab", "Maximum Z coordinate of full domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullMaxZLabel->setText(QApplication::translate("RegionTab", "1.0", 0, QApplication::UnicodeUTF8));
++        fullMaxZLabel->setText(QApplication::translate("RegionTab", "1.0", 0));
+         textLabel6_2->setText(QString());
+-        xSizeLabel->setText(QApplication::translate("RegionTab", "X size", 0, QApplication::UnicodeUTF8));
+-        ySizeLabel->setText(QApplication::translate("RegionTab", "Y size", 0, QApplication::UnicodeUTF8));
+-        zSizeLabel->setText(QApplication::translate("RegionTab", "Z size", 0, QApplication::UnicodeUTF8));
+-        textLabel4->setText(QApplication::translate("RegionTab", "Region Size", 0, QApplication::UnicodeUTF8));
++        xSizeLabel->setText(QApplication::translate("RegionTab", "X size", 0));
++        ySizeLabel->setText(QApplication::translate("RegionTab", "Y size", 0));
++        zSizeLabel->setText(QApplication::translate("RegionTab", "Z size", 0));
++        textLabel4->setText(QApplication::translate("RegionTab", "Region Size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        xSizeSlider->setToolTip(QApplication::translate("RegionTab", "Slide to stretch or shrink region size", 0, QApplication::UnicodeUTF8));
++        xSizeSlider->setToolTip(QApplication::translate("RegionTab", "Slide to stretch or shrink region size", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        xSizeSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        xSizeSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        xSizeEdit->setToolTip(QApplication::translate("RegionTab", "Specify X size of region", 0, QApplication::UnicodeUTF8));
++        xSizeEdit->setToolTip(QApplication::translate("RegionTab", "Specify X size of region", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        xSizeEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        xSizeEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        xSizeEdit->setText(QApplication::translate("RegionTab", "1.0", 0, QApplication::UnicodeUTF8));
++        xSizeEdit->setText(QApplication::translate("RegionTab", "1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        ySizeSlider->setToolTip(QApplication::translate("RegionTab", "Slide to stretch or shrink region size", 0, QApplication::UnicodeUTF8));
++        ySizeSlider->setToolTip(QApplication::translate("RegionTab", "Slide to stretch or shrink region size", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        ySizeSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        ySizeSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        ySizeEdit->setToolTip(QApplication::translate("RegionTab", "Specify Y size of region", 0, QApplication::UnicodeUTF8));
++        ySizeEdit->setToolTip(QApplication::translate("RegionTab", "Specify Y size of region", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        ySizeEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        ySizeEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        ySizeEdit->setText(QApplication::translate("RegionTab", "0.1", 0, QApplication::UnicodeUTF8));
++        ySizeEdit->setText(QApplication::translate("RegionTab", "0.1", 0));
+ #ifndef QT_NO_TOOLTIP
+-        zSizeSlider->setToolTip(QApplication::translate("RegionTab", "Slide to stretch or shrink region size", 0, QApplication::UnicodeUTF8));
++        zSizeSlider->setToolTip(QApplication::translate("RegionTab", "Slide to stretch or shrink region size", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        zSizeSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        zSizeSlider->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        zSizeEdit->setToolTip(QApplication::translate("RegionTab", "Specify Z size of region", 0, QApplication::UnicodeUTF8));
++        zSizeEdit->setToolTip(QApplication::translate("RegionTab", "Specify Z size of region", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        zSizeEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0, QApplication::UnicodeUTF8));
++        zSizeEdit->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region center and size can be controlled by sliders or by typed-in values.  When typing in values, press enter to cause the changed values to take effect.  The Region size and position can also be controlled by enabling Region mouse mode, and dragging the region handles in the 3D scene.</p></body></html>", 0));
+ #endif // QT_NO_WHATSTHIS
+-        zSizeEdit->setText(QApplication::translate("RegionTab", "0.1", 0, QApplication::UnicodeUTF8));
+-        textLabel2_3->setText(QApplication::translate("RegionTab", "Full Domain Size", 0, QApplication::UnicodeUTF8));
++        zSizeEdit->setText(QApplication::translate("RegionTab", "0.1", 0));
++        textLabel2_3->setText(QApplication::translate("RegionTab", "Full Domain Size", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullSizeXLabel->setToolTip(QApplication::translate("RegionTab", "Size of full domain in user coordinates", 0, QApplication::UnicodeUTF8));
++        fullSizeXLabel->setToolTip(QApplication::translate("RegionTab", "Size of full domain in user coordinates", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullSizeXLabel->setText(QApplication::translate("RegionTab", "1.500", 0, QApplication::UnicodeUTF8));
++        fullSizeXLabel->setText(QApplication::translate("RegionTab", "1.500", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullSizeYLabel->setToolTip(QApplication::translate("RegionTab", "Size of full domain in user coordinates", 0, QApplication::UnicodeUTF8));
++        fullSizeYLabel->setToolTip(QApplication::translate("RegionTab", "Size of full domain in user coordinates", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullSizeYLabel->setText(QApplication::translate("RegionTab", "1.0000", 0, QApplication::UnicodeUTF8));
++        fullSizeYLabel->setText(QApplication::translate("RegionTab", "1.0000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        fullSizeZLabel->setToolTip(QApplication::translate("RegionTab", "Size of full domain in user coordinates", 0, QApplication::UnicodeUTF8));
++        fullSizeZLabel->setToolTip(QApplication::translate("RegionTab", "Size of full domain in user coordinates", 0));
+ #endif // QT_NO_TOOLTIP
+-        fullSizeZLabel->setText(QApplication::translate("RegionTab", "1.0000", 0, QApplication::UnicodeUTF8));
++        fullSizeZLabel->setText(QApplication::translate("RegionTab", "1.0000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        setFullRegionButton->setToolTip(QApplication::translate("RegionTab", "Click to maximize the region within the full domain", 0, QApplication::UnicodeUTF8));
++        setFullRegionButton->setToolTip(QApplication::translate("RegionTab", "Click to maximize the region within the full domain", 0));
+ #endif // QT_NO_TOOLTIP
+-        setFullRegionButton->setText(QApplication::translate("RegionTab", "Maximize Region in Full Domain", 0, QApplication::UnicodeUTF8));
++        setFullRegionButton->setText(QApplication::translate("RegionTab", "Maximize Region in Full Domain", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        label_2->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more than one v [...]
++        label_2->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more than one v [...]
+ #endif // QT_NO_WHATSTHIS
+-        label_2->setText(QApplication::translate("RegionTab", "To:", 0, QApplication::UnicodeUTF8));
++        label_2->setText(QApplication::translate("RegionTab", "To:", 0));
+         copyBoxFromCombo->clear();
+         copyBoxFromCombo->insertItems(0, QStringList()
+-         << QApplication::translate("RegionTab", "Region", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("RegionTab", "Region", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        copyBoxFromCombo->setToolTip(QApplication::translate("RegionTab", "Select the tab associated with the extents to be copied", 0, QApplication::UnicodeUTF8));
++        copyBoxFromCombo->setToolTip(QApplication::translate("RegionTab", "Select the tab associated with the extents to be copied", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        copyBoxFromCombo->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more t [...]
++        copyBoxFromCombo->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more t [...]
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_WHATSTHIS
+-        label->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more than one vis [...]
++        label->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more than one vis [...]
+ #endif // QT_NO_WHATSTHIS
+-        label->setText(QApplication::translate("RegionTab", " From:", 0, QApplication::UnicodeUTF8));
++        label->setText(QApplication::translate("RegionTab", " From:", 0));
+         copyBoxToCombo->clear();
+         copyBoxToCombo->insertItems(0, QStringList()
+-         << QApplication::translate("RegionTab", "Barbs", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("RegionTab", "Barbs", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        copyBoxToCombo->setToolTip(QApplication::translate("RegionTab", "Select the tab whose extents will be the target of the copy.", 0, QApplication::UnicodeUTF8));
++        copyBoxToCombo->setToolTip(QApplication::translate("RegionTab", "Select the tab whose extents will be the target of the copy.", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        copyBoxToCombo->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more tha [...]
++        copyBoxToCombo->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more tha [...]
+ #endif // QT_NO_WHATSTHIS
+ #ifndef QT_NO_TOOLTIP
+-        copyBoxButton->setToolTip(QApplication::translate("RegionTab", "Click to copy box extents between current instances", 0, QApplication::UnicodeUTF8));
++        copyBoxButton->setToolTip(QApplication::translate("RegionTab", "Click to copy box extents between current instances", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        copyBoxButton->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more than [...]
++        copyBoxButton->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The extents being used in one tab can be copied to another tab using the "Copy Box" button. Select the "From:" tab and the "To:" tab associated with the extents to be copied, make sure that the current instances in each of these tabs are the ones that are to be copied, and that these extents are associated with the current active visualizer (if there is more than [...]
+ #endif // QT_NO_WHATSTHIS
+-        copyBoxButton->setText(QApplication::translate("RegionTab", "Copy Box Extents", 0, QApplication::UnicodeUTF8));
++        copyBoxButton->setText(QApplication::translate("RegionTab", "Copy Box Extents", 0));
+ #ifndef QT_NO_TOOLTIP
+-        loadRegionsButton->setToolTip(QApplication::translate("RegionTab", "Load a file that specifies region extents for various time steps", 0, QApplication::UnicodeUTF8));
++        loadRegionsButton->setToolTip(QApplication::translate("RegionTab", "Load a file that specifies region extents for various time steps", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        loadRegionsButton->setWhatsThis(QApplication::translate("RegionTab", "Region extents can depend on the current time step.  The changing extents are specified in a file that specifies 7 values for each timestep: one integer time step, followed by 6 floating point values (min_x, min_y, min_z, max_x, max_y, max_z).  Once the extents have been specified in this way, the settings in this panel reflect the size and location of the region at the current time step.", 0, QApplication::Un [...]
++        loadRegionsButton->setWhatsThis(QApplication::translate("RegionTab", "Region extents can depend on the current time step.  The changing extents are specified in a file that specifies 7 values for each timestep: one integer time step, followed by 6 floating point values (min_x, min_y, min_z, max_x, max_y, max_z).  Once the extents have been specified in this way, the settings in this panel reflect the size and location of the region at the current time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        loadRegionsButton->setText(QApplication::translate("RegionTab", "Load Region List", 0, QApplication::UnicodeUTF8));
++        loadRegionsButton->setText(QApplication::translate("RegionTab", "Load Region List", 0));
+ #ifndef QT_NO_TOOLTIP
+-        saveRegionsButton->setToolTip(QApplication::translate("RegionTab", "Save the current list of region extents to a file", 0, QApplication::UnicodeUTF8));
++        saveRegionsButton->setToolTip(QApplication::translate("RegionTab", "Save the current list of region extents to a file", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        saveRegionsButton->setWhatsThis(QApplication::translate("RegionTab", "Region extents can depend on the current time step.  The changing extents are specified in a file that specifies 7 values for each timestep: one integer time step, followed by 6 floating point values (min_x, min_y, min_z, max_x, max_y, max_z).  Once the extents have been specified in this way, the settings in this panel reflect the size and location of the region at the current time step.", 0, QApplication::Un [...]
++        saveRegionsButton->setWhatsThis(QApplication::translate("RegionTab", "Region extents can depend on the current time step.  The changing extents are specified in a file that specifies 7 values for each timestep: one integer time step, followed by 6 floating point values (min_x, min_y, min_z, max_x, max_y, max_z).  Once the extents have been specified in this way, the settings in this panel reflect the size and location of the region at the current time step.", 0));
+ #endif // QT_NO_WHATSTHIS
+-        saveRegionsButton->setText(QApplication::translate("RegionTab", "Save Region List", 0, QApplication::UnicodeUTF8));
++        saveRegionsButton->setText(QApplication::translate("RegionTab", "Save Region List", 0));
+ #ifndef QT_NO_TOOLTIP
+-        adjustExtentsButton->setToolTip(QApplication::translate("RegionTab", "Allow the extents at this time step to differ from extents at other time steps", 0, QApplication::UnicodeUTF8));
++        adjustExtentsButton->setToolTip(QApplication::translate("RegionTab", "Allow the extents at this time step to differ from extents at other time steps", 0));
+ #endif // QT_NO_TOOLTIP
+ #ifndef QT_NO_WHATSTHIS
+-        adjustExtentsButton->setWhatsThis(QApplication::translate("RegionTab", "Region extents can differ, depending on time steps.  To specify the region extents at each time step, the extents can be read from a file, by clicking on the \"Load Region List\" button.  If it is desired to control the region extents at a time step that has not been specified in a region list file, click the \"Adjust Extents\" button when the animation panel is set to the desired time step.  Then, subsequen [...]
++        adjustExtentsButton->setWhatsThis(QApplication::translate("RegionTab", "Region extents can differ, depending on time steps.  To specify the region extents at each time step, the extents can be read from a file, by clicking on the \"Load Region List\" button.  If it is desired to control the region extents at a time step that has not been specified in a region list file, click the \"Adjust Extents\" button when the animation panel is set to the desired time step.  Then, subsequen [...]
+ #endif // QT_NO_WHATSTHIS
+-        adjustExtentsButton->setText(QApplication::translate("RegionTab", "Adjust Extents", 0, QApplication::UnicodeUTF8));
++        adjustExtentsButton->setText(QApplication::translate("RegionTab", "Adjust Extents", 0));
+ #ifndef QT_NO_WHATSTHIS
+-        frame->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region information about loaded data is used to determine information about the current data being visualized. Specify the refinement level, the variable, and the timestep, and the extents of the data are displayed in user coordinates as well as in voxel coordinates. The VDC extents indicate the full extents of the data, which may be larger than the extents of a particular variable. The Region ex [...]
++        frame->setWhatsThis(QApplication::translate("RegionTab", "<html><head/><body><p>The Region information about loaded data is used to determine information about the current data being visualized. Specify the refinement level, the variable, and the timestep, and the extents of the data are displayed in user coordinates as well as in voxel coordinates. The VDC extents indicate the full extents of the data, which may be larger than the extents of a particular variable. The Region ex [...]
+ #endif // QT_NO_WHATSTHIS
+-        textLabel5->setText(QApplication::translate("RegionTab", "Region Information about Loaded Data", 0, QApplication::UnicodeUTF8));
+-        textLabel4_2->setText(QApplication::translate("RegionTab", "Refinement:", 0, QApplication::UnicodeUTF8));
++        textLabel5->setText(QApplication::translate("RegionTab", "Region Information about Loaded Data", 0));
++        textLabel4_2->setText(QApplication::translate("RegionTab", "Refinement:", 0));
+         refinementCombo->clear();
+         refinementCombo->insertItems(0, QStringList()
+-         << QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("RegionTab", "1", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("RegionTab", "2", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("RegionTab", "3", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("RegionTab", "0", 0)
++         << QApplication::translate("RegionTab", "1", 0)
++         << QApplication::translate("RegionTab", "2", 0)
++         << QApplication::translate("RegionTab", "3", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        refinementCombo->setToolTip(QApplication::translate("RegionTab", "Specify a refinement level for region information", 0, QApplication::UnicodeUTF8));
++        refinementCombo->setToolTip(QApplication::translate("RegionTab", "Specify a refinement level for region information", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel3_2->setText(QApplication::translate("RegionTab", "Variable:", 0, QApplication::UnicodeUTF8));
++        textLabel3_2->setText(QApplication::translate("RegionTab", "Variable:", 0));
+         variableCombo->clear();
+         variableCombo->insertItems(0, QStringList()
+-         << QApplication::translate("RegionTab", "wx", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("RegionTab", "wy", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("RegionTab", "wz", 0, QApplication::UnicodeUTF8)
+-         << QApplication::translate("RegionTab", "enst", 0, QApplication::UnicodeUTF8)
++         << QApplication::translate("RegionTab", "wx", 0)
++         << QApplication::translate("RegionTab", "wy", 0)
++         << QApplication::translate("RegionTab", "wz", 0)
++         << QApplication::translate("RegionTab", "enst", 0)
+         );
+ #ifndef QT_NO_TOOLTIP
+-        variableCombo->setToolTip(QApplication::translate("RegionTab", "Specify a variable for region information", 0, QApplication::UnicodeUTF8));
++        variableCombo->setToolTip(QApplication::translate("RegionTab", "Specify a variable for region information", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel2_4->setText(QApplication::translate("RegionTab", "Timestep:", 0, QApplication::UnicodeUTF8));
++        textLabel2_4->setText(QApplication::translate("RegionTab", "Timestep:", 0));
+ #ifndef QT_NO_TOOLTIP
+-        timestepSpin->setToolTip(QApplication::translate("RegionTab", "Specify a time step for region information", 0, QApplication::UnicodeUTF8));
++        timestepSpin->setToolTip(QApplication::translate("RegionTab", "Specify a time step for region information", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel8->setText(QApplication::translate("RegionTab", "Dim", 0, QApplication::UnicodeUTF8));
+-        textLabel1->setText(QApplication::translate("RegionTab", "VDC Extents", 0, QApplication::UnicodeUTF8));
+-        textLabel1_3->setText(QApplication::translate("RegionTab", "Variable Extents", 0, QApplication::UnicodeUTF8));
+-        textLabel1_4->setText(QApplication::translate("RegionTab", "Region Extents", 0, QApplication::UnicodeUTF8));
++        textLabel8->setText(QApplication::translate("RegionTab", "Dim", 0));
++        textLabel1->setText(QApplication::translate("RegionTab", "VDC Extents", 0));
++        textLabel1_3->setText(QApplication::translate("RegionTab", "Variable Extents", 0));
++        textLabel1_4->setText(QApplication::translate("RegionTab", "Region Extents", 0));
+         textLabel6_2_2->setText(QString());
+-        xUserLabel->setText(QApplication::translate("RegionTab", " X", 0, QApplication::UnicodeUTF8));
+-        yUserLabel->setText(QApplication::translate("RegionTab", " Y", 0, QApplication::UnicodeUTF8));
+-        zUserLabel->setText(QApplication::translate("RegionTab", "Z", 0, QApplication::UnicodeUTF8));
+-        textLabel3_2_2->setText(QApplication::translate("RegionTab", "Min", 0, QApplication::UnicodeUTF8));
++        xUserLabel->setText(QApplication::translate("RegionTab", " X", 0));
++        yUserLabel->setText(QApplication::translate("RegionTab", " Y", 0));
++        zUserLabel->setText(QApplication::translate("RegionTab", "Z", 0));
++        textLabel3_2_2->setText(QApplication::translate("RegionTab", "Min", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minXFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0, QApplication::UnicodeUTF8));
++        minXFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0));
+ #endif // QT_NO_TOOLTIP
+-        minXFullLabel->setText(QApplication::translate("RegionTab", "-1.0", 0, QApplication::UnicodeUTF8));
++        minXFullLabel->setText(QApplication::translate("RegionTab", "-1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minYFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0, QApplication::UnicodeUTF8));
++        minYFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0));
+ #endif // QT_NO_TOOLTIP
+-        minYFullLabel->setText(QApplication::translate("RegionTab", "-1.0", 0, QApplication::UnicodeUTF8));
++        minYFullLabel->setText(QApplication::translate("RegionTab", "-1.0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minZFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0, QApplication::UnicodeUTF8));
++        minZFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0));
+ #endif // QT_NO_TOOLTIP
+-        minZFullLabel->setText(QApplication::translate("RegionTab", "0.0", 0, QApplication::UnicodeUTF8));
+-        textLabel4_2_2->setText(QApplication::translate("RegionTab", "Max", 0, QApplication::UnicodeUTF8));
++        minZFullLabel->setText(QApplication::translate("RegionTab", "0.0", 0));
++        textLabel4_2_2->setText(QApplication::translate("RegionTab", "Max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxXFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0, QApplication::UnicodeUTF8));
++        maxXFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxXFullLabel->setText(QApplication::translate("RegionTab", "1.00000000000", 0, QApplication::UnicodeUTF8));
++        maxXFullLabel->setText(QApplication::translate("RegionTab", "1.00000000000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxYFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0, QApplication::UnicodeUTF8));
++        maxYFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxYFullLabel->setText(QApplication::translate("RegionTab", "0.885", 0, QApplication::UnicodeUTF8));
++        maxYFullLabel->setText(QApplication::translate("RegionTab", "0.885", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxZFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0, QApplication::UnicodeUTF8));
++        maxZFullLabel->setToolTip(QApplication::translate("RegionTab", "Full extents of this Vapor Data Collection", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxZFullLabel->setText(QApplication::translate("RegionTab", "1.0000", 0, QApplication::UnicodeUTF8));
++        maxZFullLabel->setText(QApplication::translate("RegionTab", "1.0000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel3_2_2_3->setToolTip(QApplication::translate("RegionTab", "Extents of specified variable in this VDC", 0, QApplication::UnicodeUTF8));
++        textLabel3_2_2_3->setToolTip(QApplication::translate("RegionTab", "Extents of specified variable in this VDC", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel3_2_2_3->setText(QApplication::translate("RegionTab", "Min", 0, QApplication::UnicodeUTF8));
++        textLabel3_2_2_3->setText(QApplication::translate("RegionTab", "Min", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minVarXLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0, QApplication::UnicodeUTF8));
++        minVarXLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0));
+ #endif // QT_NO_TOOLTIP
+-        minVarXLabel->setText(QApplication::translate("RegionTab", "-0.375", 0, QApplication::UnicodeUTF8));
++        minVarXLabel->setText(QApplication::translate("RegionTab", "-0.375", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minVarYLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0, QApplication::UnicodeUTF8));
++        minVarYLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0));
+ #endif // QT_NO_TOOLTIP
+-        minVarYLabel->setText(QApplication::translate("RegionTab", "-1.0000", 0, QApplication::UnicodeUTF8));
++        minVarYLabel->setText(QApplication::translate("RegionTab", "-1.0000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minVarZLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0, QApplication::UnicodeUTF8));
++        minVarZLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0));
+ #endif // QT_NO_TOOLTIP
+-        minVarZLabel->setText(QApplication::translate("RegionTab", "-0.125", 0, QApplication::UnicodeUTF8));
+-        textLabel4_2_2_2->setText(QApplication::translate("RegionTab", "Max", 0, QApplication::UnicodeUTF8));
++        minVarZLabel->setText(QApplication::translate("RegionTab", "-0.125", 0));
++        textLabel4_2_2_2->setText(QApplication::translate("RegionTab", "Max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxVarXLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0, QApplication::UnicodeUTF8));
++        maxVarXLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxVarXLabel->setText(QApplication::translate("RegionTab", "1.0000-", 0, QApplication::UnicodeUTF8));
++        maxVarXLabel->setText(QApplication::translate("RegionTab", "1.0000-", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxVarYLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0, QApplication::UnicodeUTF8));
++        maxVarYLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxVarYLabel->setText(QApplication::translate("RegionTab", "0.885", 0, QApplication::UnicodeUTF8));
++        maxVarYLabel->setText(QApplication::translate("RegionTab", "0.885", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxVarZLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0, QApplication::UnicodeUTF8));
++        maxVarZLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of specified variable in this VDC", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxVarZLabel->setText(QApplication::translate("RegionTab", "1.0000", 0, QApplication::UnicodeUTF8));
++        maxVarZLabel->setText(QApplication::translate("RegionTab", "1.0000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel3_2_2_4->setToolTip(QApplication::translate("RegionTab", "Extents of current region (or -1 if data not available)", 0, QApplication::UnicodeUTF8));
++        textLabel3_2_2_4->setToolTip(QApplication::translate("RegionTab", "Extents of current region (or -1 if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel3_2_2_4->setText(QApplication::translate("RegionTab", "Min", 0, QApplication::UnicodeUTF8));
++        textLabel3_2_2_4->setText(QApplication::translate("RegionTab", "Min", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minXSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0, QApplication::UnicodeUTF8));
++        minXSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        minXSelectedLabel->setText(QApplication::translate("RegionTab", "-0.375", 0, QApplication::UnicodeUTF8));
++        minXSelectedLabel->setText(QApplication::translate("RegionTab", "-0.375", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minYSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0, QApplication::UnicodeUTF8));
++        minYSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        minYSelectedLabel->setText(QApplication::translate("RegionTab", "-1.0000", 0, QApplication::UnicodeUTF8));
++        minYSelectedLabel->setText(QApplication::translate("RegionTab", "-1.0000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minZSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0, QApplication::UnicodeUTF8));
++        minZSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        minZSelectedLabel->setText(QApplication::translate("RegionTab", "-0.125", 0, QApplication::UnicodeUTF8));
++        minZSelectedLabel->setText(QApplication::translate("RegionTab", "-0.125", 0));
+ #ifndef QT_NO_TOOLTIP
+-        textLabel4_2_2_3->setToolTip(QApplication::translate("RegionTab", "Extents of current region (or -1 if data not available)", 0, QApplication::UnicodeUTF8));
++        textLabel4_2_2_3->setToolTip(QApplication::translate("RegionTab", "Extents of current region (or -1 if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        textLabel4_2_2_3->setText(QApplication::translate("RegionTab", "Max", 0, QApplication::UnicodeUTF8));
++        textLabel4_2_2_3->setText(QApplication::translate("RegionTab", "Max", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxXSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0, QApplication::UnicodeUTF8));
++        maxXSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxXSelectedLabel->setText(QApplication::translate("RegionTab", "1.0000", 0, QApplication::UnicodeUTF8));
++        maxXSelectedLabel->setText(QApplication::translate("RegionTab", "1.0000", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxYSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0, QApplication::UnicodeUTF8));
++        maxYSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxYSelectedLabel->setText(QApplication::translate("RegionTab", "0.885", 0, QApplication::UnicodeUTF8));
++        maxYSelectedLabel->setText(QApplication::translate("RegionTab", "0.885", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxZSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0, QApplication::UnicodeUTF8));
++        maxZSelectedLabel->setToolTip(QApplication::translate("RegionTab", "User coordinate extents of current region (or blank if data not available)", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxZSelectedLabel->setText(QApplication::translate("RegionTab", "1.0000", 0, QApplication::UnicodeUTF8));
+-        xVoxelLabel->setText(QApplication::translate("RegionTab", "VoxX", 0, QApplication::UnicodeUTF8));
+-        yVoxelLabel->setText(QApplication::translate("RegionTab", "VoxY", 0, QApplication::UnicodeUTF8));
+-        zVoxelLabel->setText(QApplication::translate("RegionTab", "VoxZ", 0, QApplication::UnicodeUTF8));
++        maxZSelectedLabel->setText(QApplication::translate("RegionTab", "1.0000", 0));
++        xVoxelLabel->setText(QApplication::translate("RegionTab", "VoxX", 0));
++        yVoxelLabel->setText(QApplication::translate("RegionTab", "VoxY", 0));
++        zVoxelLabel->setText(QApplication::translate("RegionTab", "VoxZ", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minXVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0, QApplication::UnicodeUTF8));
++        minXVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        minXVoxFullLabel->setText(QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8));
++        minXVoxFullLabel->setText(QApplication::translate("RegionTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minYVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0, QApplication::UnicodeUTF8));
++        minYVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        minYVoxFullLabel->setText(QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8));
++        minYVoxFullLabel->setText(QApplication::translate("RegionTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minZVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0, QApplication::UnicodeUTF8));
++        minZVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        minZVoxFullLabel->setText(QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8));
++        minZVoxFullLabel->setText(QApplication::translate("RegionTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxXVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0, QApplication::UnicodeUTF8));
++        maxXVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxXVoxFullLabel->setText(QApplication::translate("RegionTab", "255", 0, QApplication::UnicodeUTF8));
++        maxXVoxFullLabel->setText(QApplication::translate("RegionTab", "255", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxYVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0, QApplication::UnicodeUTF8));
++        maxYVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxYVoxFullLabel->setText(QApplication::translate("RegionTab", "255", 0, QApplication::UnicodeUTF8));
++        maxYVoxFullLabel->setText(QApplication::translate("RegionTab", "255", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxZVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0, QApplication::UnicodeUTF8));
++        maxZVoxFullLabel->setToolTip(QApplication::translate("RegionTab", "Full voxel Extents of current Vapor Data Collection at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxZVoxFullLabel->setText(QApplication::translate("RegionTab", "127", 0, QApplication::UnicodeUTF8));
++        maxZVoxFullLabel->setText(QApplication::translate("RegionTab", "127", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minXVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0, QApplication::UnicodeUTF8));
++        minXVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        minXVoxVarLabel->setText(QApplication::translate("RegionTab", "50", 0, QApplication::UnicodeUTF8));
++        minXVoxVarLabel->setText(QApplication::translate("RegionTab", "50", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minYVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0, QApplication::UnicodeUTF8));
++        minYVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        minYVoxVarLabel->setText(QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8));
++        minYVoxVarLabel->setText(QApplication::translate("RegionTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minZVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0, QApplication::UnicodeUTF8));
++        minZVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        minZVoxVarLabel->setText(QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8));
++        minZVoxVarLabel->setText(QApplication::translate("RegionTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxXVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0, QApplication::UnicodeUTF8));
++        maxXVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxXVoxVarLabel->setText(QApplication::translate("RegionTab", "255", 0, QApplication::UnicodeUTF8));
++        maxXVoxVarLabel->setText(QApplication::translate("RegionTab", "255", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxYVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0, QApplication::UnicodeUTF8));
++        maxYVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxYVoxVarLabel->setText(QApplication::translate("RegionTab", "200", 0, QApplication::UnicodeUTF8));
++        maxYVoxVarLabel->setText(QApplication::translate("RegionTab", "200", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxZVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0, QApplication::UnicodeUTF8));
++        maxZVoxVarLabel->setToolTip(QApplication::translate("RegionTab", "Voxel extents of specified variable at specified refinement", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxZVoxVarLabel->setText(QApplication::translate("RegionTab", "120", 0, QApplication::UnicodeUTF8));
++        maxZVoxVarLabel->setText(QApplication::translate("RegionTab", "120", 0));
+ #ifndef QT_NO_TOOLTIP
+         minXVoxSelectedLabel->setToolTip(QApplication::translate("RegionTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        minXVoxSelectedLabel->setText(QApplication::translate("RegionTab", "50", 0, QApplication::UnicodeUTF8));
++        minXVoxSelectedLabel->setText(QApplication::translate("RegionTab", "50", 0));
+ #ifndef QT_NO_TOOLTIP
+         minYVoxSelectedLabel->setToolTip(QApplication::translate("RegionTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        minYVoxSelectedLabel->setText(QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8));
++        minYVoxSelectedLabel->setText(QApplication::translate("RegionTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+         minZVoxSelectedLabel->setToolTip(QApplication::translate("RegionTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        minZVoxSelectedLabel->setText(QApplication::translate("RegionTab", "0", 0, QApplication::UnicodeUTF8));
++        minZVoxSelectedLabel->setText(QApplication::translate("RegionTab", "0", 0));
+ #ifndef QT_NO_TOOLTIP
+         maxXVoxSelectedLabel->setToolTip(QApplication::translate("RegionTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxXVoxSelectedLabel->setText(QApplication::translate("RegionTab", "250", 0, QApplication::UnicodeUTF8));
++        maxXVoxSelectedLabel->setText(QApplication::translate("RegionTab", "250", 0));
+ #ifndef QT_NO_TOOLTIP
+         maxYVoxSelectedLabel->setToolTip(QApplication::translate("RegionTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxYVoxSelectedLabel->setText(QApplication::translate("RegionTab", "250", 0, QApplication::UnicodeUTF8));
++        maxYVoxSelectedLabel->setText(QApplication::translate("RegionTab", "250", 0));
+ #ifndef QT_NO_TOOLTIP
+         maxZVoxSelectedLabel->setToolTip(QApplication::translate("RegionTab", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
+ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
+-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0, QApplication::UnicodeUTF8));
++"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Voxel extents of current region at specified refinement</span></p></body></html>", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxZVoxSelectedLabel->setText(QApplication::translate("RegionTab", "120", 0, QApplication::UnicodeUTF8));
+-        textLabel9_2_2->setText(QApplication::translate("RegionTab", "Upper-right lon/lat", 0, QApplication::UnicodeUTF8));
++        maxZVoxSelectedLabel->setText(QApplication::translate("RegionTab", "120", 0));
++        textLabel9_2_2->setText(QApplication::translate("RegionTab", "Upper-right lon/lat", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxLonLabel->setToolTip(QApplication::translate("RegionTab", "Longitude and latitude of upper-right corner of current region", 0, QApplication::UnicodeUTF8));
++        maxLonLabel->setToolTip(QApplication::translate("RegionTab", "Longitude and latitude of upper-right corner of current region", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxLonLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0, QApplication::UnicodeUTF8));
++        maxLonLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0));
+ #ifndef QT_NO_TOOLTIP
+-        maxLatLabel->setToolTip(QApplication::translate("RegionTab", "Longitude and latitude of upper-right corner of current region", 0, QApplication::UnicodeUTF8));
++        maxLatLabel->setToolTip(QApplication::translate("RegionTab", "Longitude and latitude of upper-right corner of current region", 0));
+ #endif // QT_NO_TOOLTIP
+-        maxLatLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0, QApplication::UnicodeUTF8));
+-        textLabel9_2_2_2->setText(QApplication::translate("RegionTab", "Lower-left lon/lat", 0, QApplication::UnicodeUTF8));
++        maxLatLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0));
++        textLabel9_2_2_2->setText(QApplication::translate("RegionTab", "Lower-left lon/lat", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minLonLabel->setToolTip(QApplication::translate("RegionTab", "Longitudeand latitude of low-left corner of current region", 0, QApplication::UnicodeUTF8));
++        minLonLabel->setToolTip(QApplication::translate("RegionTab", "Longitudeand latitude of low-left corner of current region", 0));
+ #endif // QT_NO_TOOLTIP
+-        minLonLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0, QApplication::UnicodeUTF8));
++        minLonLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0));
+ #ifndef QT_NO_TOOLTIP
+-        minLatLabel->setToolTip(QApplication::translate("RegionTab", "Longitudeand latitude of low-left corner of current region", 0, QApplication::UnicodeUTF8));
++        minLatLabel->setToolTip(QApplication::translate("RegionTab", "Longitudeand latitude of low-left corner of current region", 0));
+ #endif // QT_NO_TOOLTIP
+-        minLatLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0, QApplication::UnicodeUTF8));
+-        textLabel6_3->setText(QApplication::translate("RegionTab", "Selected Data Size (MB):", 0, QApplication::UnicodeUTF8));
++        minLatLabel->setText(QApplication::translate("RegionTab", "1.2345e5", 0));
++        textLabel6_3->setText(QApplication::translate("RegionTab", "Selected Data Size (MB):", 0));
+ #ifndef QT_NO_TOOLTIP
+-        selectedDataSizeLabel->setToolTip(QApplication::translate("RegionTab", "Size of voxel data of variable in specified region", 0, QApplication::UnicodeUTF8));
++        selectedDataSizeLabel->setToolTip(QApplication::translate("RegionTab", "Size of voxel data of variable in specified region", 0));
+ #endif // QT_NO_TOOLTIP
+-        selectedDataSizeLabel->setText(QApplication::translate("RegionTab", "24.0", 0, QApplication::UnicodeUTF8));
++        selectedDataSizeLabel->setText(QApplication::translate("RegionTab", "24.0", 0));
+     } // retranslateUi
+ 
+ };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vapor.git



More information about the debian-science-commits mailing list