projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82c7f64
)
Added note about required probes
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Mon, 31 Dec 2012 14:03:00 +0000
(14:03 +0000)
committer
Joel Holdsworth
<joel@airwebreahe.org.uk>
Sun, 29 Sep 2013 01:34:42 +0000
(10:34 +0900)
pv/dialogs/decoder.cpp
patch
|
blob
|
history
diff --git
a/pv/dialogs/decoder.cpp
b/pv/dialogs/decoder.cpp
index abd25041e795aa8c1ca1f534cd23792018a233f3..292e4722c3928bdae995c1cd03030fa597059ba0 100644
(file)
--- a/
pv/dialogs/decoder.cpp
+++ b/
pv/dialogs/decoder.cpp
@@
-87,6
+87,9
@@
Decoder::Decoder(QWidget *parent, const srd_decoder *decoder,
_probe_selector_map[p] = combo;
}
+
+ _form_layout.addRow(new QLabel(
+ tr("<i>* Required Probes</i>"), &_form));
}
QComboBox* Decoder::create_probe_selector(