projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c78aa6
)
DecoderSelector: Make first line of PD info italic too.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 14 Mar 2019 21:25:29 +0000
(22:25 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 14 Mar 2019 21:49:24 +0000
(22:49 +0100)
pv/subwindows/decoder_selector/subwindow.cpp
patch
|
blob
|
history
diff --git
a/pv/subwindows/decoder_selector/subwindow.cpp
b/pv/subwindows/decoder_selector/subwindow.cpp
index 165b90d8a3e055baebc5fffa44acf9cfb407386b..5e6dff5a8e5b3a6702e6152ca20a072040bba481 100644
(file)
--- a/
pv/subwindows/decoder_selector/subwindow.cpp
+++ b/
pv/subwindows/decoder_selector/subwindow.cpp
@@
-204,7
+204,7
@@
void SubWindow::on_item_changed(const QModelIndex& index)
tags.append(s);
}
- info_label_header_->setText(QString("<span style='font-size:large
;font-weight:bold'>%1 (%2)</span><br>%3
")
+ info_label_header_->setText(QString("<span style='font-size:large
'><b>%1 (%2)</b></span><br><i>%3</i>
")
.arg(longname, id, desc));
info_label_body_->setText(doc);
info_label_footer_->setText(tr("<p align='right'>Tags: %1</p>").arg(tags));