Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
System
KHelpCenter
Commits
92ce602a
Commit
92ce602a
authored
Oct 25, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove commented code from qt4
parent
f4605e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
fontdialog.cpp
fontdialog.cpp
+0
-8
No files found.
fontdialog.cpp
View file @
92ce602a
...
...
@@ -78,9 +78,6 @@ void FontDialog::setupFontSizesBox()
layout
()
->
addWidget
(
gb
);
QGridLayout
*
layout
=
new
QGridLayout
(
gb
);
//TODO PORT QT5 layout->setSpacing( QDialog::spacingHint() );
//TODO PORT QT5 layout->setMargin( QDialog::marginHint() * 2 );
QLabel
*
lMinFontSize
=
new
QLabel
(
i18nc
(
"The smallest size a will have"
,
"M&inimum font size:"
),
gb
);
layout
->
addWidget
(
lMinFontSize
,
0
,
0
);
m_minFontSize
=
new
QSpinBox
(
gb
);
...
...
@@ -102,9 +99,6 @@ void FontDialog::setupFontTypesBox()
layout
()
->
addWidget
(
gb
);
QGridLayout
*
layout
=
new
QGridLayout
(
gb
);
//TODO PORT QT5 layout->setSpacing( QDialog::spacingHint() );
//TODO PORT QT5 layout->setMargin( QDialog::marginHint() * 2 );
QLabel
*
lStandardFont
=
new
QLabel
(
i18n
(
"S&tandard font:"
),
gb
);
layout
->
addWidget
(
lStandardFont
,
0
,
0
);
m_standardFontCombo
=
new
QFontComboBox
(
gb
);
...
...
@@ -148,8 +142,6 @@ void FontDialog::setupFontEncodingBox()
layout
()
->
addWidget
(
gb
);
QGridLayout
*
layout
=
new
QGridLayout
(
gb
);
//TODO PORT QT5 layout->setSpacing( QDialog::spacingHint() );
//TODO PORT QT5 layout->setMargin( QDialog::marginHint() * 2 );
QLabel
*
lDefaultEncoding
=
new
QLabel
(
i18n
(
"&Default encoding:"
),
gb
);
layout
->
addWidget
(
lDefaultEncoding
,
0
,
0
);
...
...
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