Skip to content

Commit

Permalink
HiDPI ui icons from oxygene #27
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Nov 20, 2015
1 parent c8a7f21 commit e2e838f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 9 deletions.
4 changes: 0 additions & 4 deletions doc/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ This software contains some parts of code written by:
Copyright (C) 2006-2008 fullmetalcoder <[email protected]>
Copyright (C) 2005 Iulian M <[email protected]>
Copyright (C) 2005 Dmytro Poplavskiy <[email protected]>

This software uses icons from Silk project licensed under
Creative Commons Attribution 2.5 License
http://www.famfamfam.com/lab/icons/silk/
Binary file modified res/ui/accept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/ui/arrow_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/ui/arrow_up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/ui/exclamation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/ui/film.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/ui/folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/ui/information.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/ui/wrench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/qnapiapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
QNapiApp::QNapiApp(int & argc, char **argv, bool useGui, const QString & appName)
: QSingleApplication(argc, argv, useGui, appName)
{
setAttribute(Qt::AA_UseHighDpiPixmaps, true);

openDialog = 0;

f_progress = 0;
Expand Down
10 changes: 5 additions & 5 deletions ui/frmoptions.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>642</width>
<height>430</height>
<width>698</width>
<height>455</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -21,7 +21,7 @@
<item>
<widget class="QTabWidget" name="tabOptions">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tabGeneral">
<attribute name="title">
Expand Down Expand Up @@ -349,7 +349,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>Przesuń w dół</string>
<string>Przesuń w dół </string>
</property>
<property name="icon">
<iconset resource="../res/resources.qrc">
Expand Down Expand Up @@ -608,7 +608,7 @@
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'.Lucida Grande UI'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'DejaVu Sans'; font-size:10pt;&quot;&gt;movie info&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;&quot;&gt;&lt;span style=&quot; font-family:'DejaVu Sans'; font-size:10pt;&quot;&gt;synchro&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
Expand Down

0 comments on commit e2e838f

Please sign in to comment.