Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KCharSelect
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Utilities
KCharSelect
Commits
45be5ba3
Commit
45be5ba3
authored
9 years ago
by
Christoph Cullmann
🍨
Browse files
Options
Downloads
Patches
Plain Diff
CHANGELOG: KCharSelect supports HiDPI
parent
276f21d2
Branches
Applications/15.08
Tags
v15.07.90
v15.08.0
v15.08.1
v15.08.2
v15.08.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.cc
+5
-0
5 additions, 0 deletions
main.cc
with
5 additions
and
0 deletions
main.cc
+
5
−
0
View file @
45be5ba3
...
...
@@ -27,6 +27,11 @@ int main(int argc, char **argv)
{
QApplication
app
(
argc
,
argv
);
/**
* enable high dpi support
*/
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
Kdelibs4ConfigMigrator
migrate
(
QLatin1String
(
"kcharselect"
));
migrate
.
setConfigFiles
(
QStringList
()
<<
QLatin1String
(
"kcharselectrc"
));
migrate
.
setUiFiles
(
QStringList
()
<<
QLatin1String
(
"kcharselectui.rc"
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment