33 #include <QInputDialog> 
   38     QWidget(parent, flags),
 
   61       if (
ui_.show->isChecked() != toggled)
 
   63         ui_.show->setChecked(toggled);
 
   75     menu.exec(event->globalPos());
 
   93     ui_.content_layout->addWidget(widget);
 
   99     QString text = QInputDialog::getText(
 
  101       tr(
"Set Display name"),
 
  106     if (
ok && !text.isEmpty())
 
  119     if (!
ui_.content->isHidden())
 
  122       ui_.signlabel->setText(
" + ");
 
  127       ui_.signlabel->setText(
" - ");