mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user