Skip to content

Commit

Permalink
fix icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tran committed Jul 14, 2014
1 parent 1c26e5f commit cf2f632
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OGR2GUI.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.1.2, 2014-07-12T23:35:35. -->
<!-- Written by QtCreator 3.1.2, 2014-07-14T21:19:10. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down Expand Up @@ -405,7 +405,7 @@
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">OGR2GUI</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:C:/ogr2gui_0.7.1/OGR2GUI.pro</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:C:/OneDrive/OGR2GUI/OGR2GUI.pro</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">OGR2GUI.pro</value>
<value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
Expand Down
6 changes: 5 additions & 1 deletion res/gdalicon.qrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<RCC/>
<RCC>
<qresource prefix="/icons">
<file>gdalicon.png</file>
</qresource>
</RCC>
2 changes: 1 addition & 1 deletion src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ void App::InitSlots( void )
void App::TranslateInterface( void )
{
this->setWindowTitle( tr( "OGR2GUI" ) );
this->setWindowIcon(QIcon(":/icons/bin/gdalicon.png"));
this->setWindowIcon(QIcon(":/icons/gdalicon.png"));

fileMenu->setTitle( tr( "File" ) );
{
Expand Down

0 comments on commit cf2f632

Please sign in to comment.