projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a303c2d
)
Connect dialog: Make button caption more clear
author
Soeren Apel
<soeren@apelpie.net>
Tue, 26 Apr 2016 06:30:02 +0000
(08:30 +0200)
committer
Soeren Apel
<soeren@apelpie.net>
Tue, 3 May 2016 19:11:40 +0000
(21:11 +0200)
Users are expecting *any* device to be found when pressing
the "Scan for Devices" button. As that is not what it's doing,
we need to clarify what it does.
pv/dialogs/connect.cpp
patch
|
blob
|
history
diff --git
a/pv/dialogs/connect.cpp
b/pv/dialogs/connect.cpp
index d2cb2a313e24b8932c48a6e9ddb957f97109854c..997234be76dc1815f229dd54ae56a7559eab730d 100644
(file)
--- a/
pv/dialogs/connect.cpp
+++ b/
pv/dialogs/connect.cpp
@@
-53,7
+53,7
@@
Connect::Connect(QWidget *parent, pv::DeviceManager &device_manager) :
form_layout_(&form_),
drivers_(&form_),
serial_devices_(&form_),
- scan_button_(tr("&Scan for
Devices
"), this),
+ scan_button_(tr("&Scan for
devices using driver above
"), this),
device_list_(this),
button_box_(QDialogButtonBox::Ok | QDialogButtonBox::Cancel,
Qt::Horizontal, this)