49      void historyEntry(QString, QString, QVariant, QVariant, QString);
 
   54      void viewPointFixed();
 
   55      void viewPointConstrained();
 
   57      void viewPointIgnored();
 
   58      void viewPointEditLocked();
 
   59      void viewPointFewMeasures();
 
   62      void viewImageFewMeasures();
 
   63      void viewImageHullTolerance();
 
   69      void openImageEditor(QList<QString> serials);
 
   72        void updateStatus(
int code);
 
   73        void updateImageTable(QList<QString> serials);
 
   74        void updatePointTable(QList<ControlPoint*> points);
 
   84        QTableWidget *m_historyTable;
 
   85        QTableWidget *m_imagesTable;
 
   86        QTableWidget *m_pointsTable;
 
   88        QLabel *m_imagesHullValue;
 
   89        QLabel *m_imagesMeasuresValue;
 
   90        QLabel *m_imagesShowingLabel;
 
   91        QLabel *m_lastModLabel;
 
   93        QLabel *m_numImagesLabel;
 
   94        QLabel *m_numMeasuresLabel;
 
   95        QLabel *m_numPointsLabel;
 
   96        QLabel *m_pointsConstrainedLabel;
 
   97        QLabel *m_pointsEditLockedLabel;
 
   98        QLabel *m_pointsFewMeasuresLabel;
 
   99        QLabel *m_pointsFixedLabel;
 
  100        QLabel *m_pointsFreeLabel;
 
  101        QLabel *m_pointsIgnoredLabel;
 
  102        QLabel *m_pointsShowingLabel;
 
  103        QLabel *m_statusDetails;
 
  104        QLabel *m_statusLabel;