X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdialogs%2Fhwcap.cpp;h=03255f9da4cec11a03ad82788fc4d4667493e3c8;hb=ab1d13eefe929b466699eac93d173f45d59e60fd;hp=e3a2764795434ab4139c676d0e40b6e55658349f;hpb=f23cd1e56b09fc487df7a450fc87d905eaeed1f4;p=pulseview.git diff --git a/pv/dialogs/hwcap.cpp b/pv/dialogs/hwcap.cpp index e3a2764..03255f9 100644 --- a/pv/dialogs/hwcap.cpp +++ b/pv/dialogs/hwcap.cpp @@ -30,6 +30,8 @@ HwCap::HwCap(QWidget *parent, struct sr_dev_inst *sdi) : Qt::Horizontal, this), _hw_cap_binding(sdi) { + setWindowTitle(tr("Configure Device")); + connect(&_button_box, SIGNAL(accepted()), this, SLOT(accept())); connect(&_button_box, SIGNAL(rejected()), this, SLOT(reject()));