mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
DbViewer: refining cancelable, statistics labels selectable and x-axis can be time or IDs
This commit is contained in:
@@ -154,8 +154,10 @@ void StatItem::setupUi(QGridLayout * grid)
|
||||
_button->setPopupMode(QToolButton::InstantPopup);
|
||||
_button->setMenu(_menu);
|
||||
_name = new QLabel(this);
|
||||
_name->setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||
_name->setWordWrap(true);
|
||||
_value = new QLabel(this);
|
||||
_value->setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||
_unit = new QLabel(this);
|
||||
|
||||
if(grid)
|
||||
|
||||
Reference in New Issue
Block a user