Commit b0e4af35ec8ddb5e7bfa658f916fbf29caa5a550
- 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 | editorPage->setObjectName(QLatin1String("editorPage")); | ||
| 139 | 138 | ||
| 140 | 139 | editorPage->setStyleSheet(QLatin1String( | |
| 141 | "QFrame#editorPage { border-image: url(:/images/transbox.png) 12 16 16 12 repeat;" | ||
| 142 | " border-width: 12px 16px 16px 12px; }" | ||
| 143 | "QFrame#editorPage { background-color: white; }" | ||
| 144 | 140 | "QLabel { font-weight: bold; }" | |
| 145 | 141 | )); | |
| 146 | 142 | editorPage->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed)); |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

