projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
362eea9
)
Set HwCap dialog title
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 29 Dec 2012 13:49:59 +0000
(13:49 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 29 Dec 2012 14:02:15 +0000
(14:02 +0000)
pv/dialogs/hwcap.cpp
patch
|
blob
|
history
diff --git
a/pv/dialogs/hwcap.cpp
b/pv/dialogs/hwcap.cpp
index e3a2764795434ab4139c676d0e40b6e55658349f..03255f9da4cec11a03ad82788fc4d4667493e3c8 100644
(file)
--- 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()));