Without this, resizing would be unnecessarily limited by the header/footer
length in some cases.
info_box_layout->addWidget(info_label_header_);
info_box_layout->addWidget(info_label_body_);
info_box_layout->addWidget(info_label_footer_);
+ info_label_header_->setWordWrap(true);
info_label_body_->setWordWrap(true);
info_label_body_->setText(tr("Select a decoder to see its description here."));
+ info_label_footer_->setWordWrap(true);
connect(filter, SIGNAL(textChanged(const QString&)),
this, SLOT(on_filter_changed(const QString&)));