Commit 662f94d478063f05155e3d2345aa6617f602ef38
- Diff rendering mode:
- inline
- side by side
tools/linguist/linguist/messageeditor.cpp
(0 / 4)
|   | |||
| 135 | 135 | void MessageEditor::setupEditorPage() | |
| 136 | 136 | { | |
| 137 | 137 | QFrame *editorPage = new QFrame; | |
| 138 | |||
| 139 | editorPage->setStyleSheet(QLatin1String( | ||
| 140 | "QLabel { font-weight: bold; }" | ||
| 141 | )); | ||
| 142 | 138 | editorPage->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed)); | |
| 143 | 139 | ||
| 144 | 140 | m_source = new FormWidget(tr("Source text"), false); |
tools/linguist/linguist/messageeditorwidgets.cpp
(6 / 0)
|   | |||
| 171 | 171 | layout->setMargin(0); | |
| 172 | 172 | ||
| 173 | 173 | m_label = new QLabel(this); | |
| 174 | QFont fnt; | ||
| 175 | fnt.setBold(true); | ||
| 176 | m_label->setFont(fnt); | ||
| 174 | 177 | m_label->setText(label); | |
| 175 | 178 | layout->addWidget(m_label); | |
| 176 | 179 | ||
| … | … | ||
| 252 | 252 | m_minusIcon(QIcon(QLatin1String(":/images/minus.png"))) | |
| 253 | 253 | { | |
| 254 | 254 | m_label = new QLabel(this); | |
| 255 | QFont fnt; | ||
| 256 | fnt.setBold(true); | ||
| 257 | m_label->setFont(fnt); | ||
| 255 | 258 | m_label->setText(label); | |
| 256 | 259 | ||
| 257 | 260 | m_plusButtons.append( |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

