Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
5a92d401
Commit
5a92d401
authored
Aug 06, 2021
by
Simone Gaiarin
Browse files
Make annotation toolbar settings labels more descriptive
parent
54dd173c
Changes
1
Hide whitespace changes
Inline
Side-by-side
part/dlggeneral.cpp
View file @
5a92d401
...
@@ -95,10 +95,10 @@ DlgGeneral::DlgGeneral(QWidget *parent, Okular::EmbedMode embedMode)
...
@@ -95,10 +95,10 @@ DlgGeneral::DlgGeneral(QWidget *parent, Okular::EmbedMode embedMode)
if
(
embedMode
!=
Okular
::
ViewerWidgetMode
)
{
if
(
embedMode
!=
Okular
::
ViewerWidgetMode
)
{
// Combobox: default annotation toolbar associated to annotation action in tool menu
// Combobox: default annotation toolbar associated to annotation action in tool menu
QComboBox
*
defaultAnnotationToolBar
=
new
QComboBox
(
this
);
QComboBox
*
defaultAnnotationToolBar
=
new
QComboBox
(
this
);
defaultAnnotationToolBar
->
addItem
(
i18nc
(
"item:inlistbox Config dialog, general page"
,
"Annotation Toobar"
));
defaultAnnotationToolBar
->
addItem
(
i18nc
(
"item:inlistbox Config dialog, general page"
,
"
Full
Annotation Toobar"
));
defaultAnnotationToolBar
->
addItem
(
i18nc
(
"item:inlistbox Config dialog, general page"
,
"Quick Annotation Toolbar"
));
defaultAnnotationToolBar
->
addItem
(
i18nc
(
"item:inlistbox Config dialog, general page"
,
"Quick Annotation Toolbar"
));
defaultAnnotationToolBar
->
setObjectName
(
QStringLiteral
(
"kcfg_DefaultAnnotationToolBar"
));
defaultAnnotationToolBar
->
setObjectName
(
QStringLiteral
(
"kcfg_DefaultAnnotationToolBar"
));
layout
->
addRow
(
i18nc
(
"label:listbox Config dialog, general page"
,
"
Default a
nnotation toolbar:"
),
defaultAnnotationToolBar
);
layout
->
addRow
(
i18nc
(
"label:listbox Config dialog, general page"
,
"
A
nnotation toolbar:"
),
defaultAnnotationToolBar
);
}
}
// END Appearance section
// END Appearance section
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment