Merged pcl_integration branch to trunk

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1014 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2013-12-11 00:12:44 +00:00
parent 97c70d394e
commit 8b8511e154
124 changed files with 21692 additions and 4458 deletions

View File

@@ -23,7 +23,7 @@
#include <QtGui/QDialog>
class QLabel;
class QPlainTextEdit;
class QTextEdit;
class QProgressBar;
class QPushButton;
class QCheckBox;
@@ -51,10 +51,11 @@ public slots:
void appendText(const QString & text);
void incrementStep();
void clear();
void resetProgress();
private:
QLabel * _text;
QPlainTextEdit * _detailedText;
QTextEdit * _detailedText;
QProgressBar * _progressBar;
QPushButton * _closeButton;
QCheckBox * _closeWhenDoneCheckBox;