Added "Restaure defaults" buttons to ExportClouds and PostProcessing dialogs

This commit is contained in:
Mathieu Labbe
2015-01-14 15:09:16 -05:00
parent 199d9a948a
commit e7ae2c5e31
6 changed files with 49 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <QtGui/QDialog>
class Ui_PostProcessingDialog;
class QAbstractButton;
namespace rtabmap {
@@ -61,9 +62,13 @@ public:
void setRefineNeighborLinks(bool on);
void setRefineLoopClosureLinks(bool on);
public slots:
void restoreDefaults();
private slots:
void updateButtonBox();
private:
Ui_PostProcessingDialog * _ui;
};