56 #ifndef EDIT_FORMULA_DIALOG_H 
   57 #define EDIT_FORMULA_DIALOG_H 
   59 #include <qcompilerdetection.h> 
   61 #include <QMetaObject> 
   64 #include <QTableWidgetItem> 
   67 #include "../tools/dialogtool.h" 
  121     virtual void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
 
  122     virtual void showEvent( QShowEvent *event ) Q_DECL_OVERRIDE;
 
  123     virtual void resizeEvent(QResizeEvent *event) Q_DECL_OVERRIDE;
 
  141     template <class key, class val>
 
  146     void         setDescription(const QString &name, qreal value, const QString &unit,
 
  147                                 const QString &type, const QString &description);
 
The VContainer class container of all variables.
The VMeasurement class keep data row of multisize table.