Graphics Reference
In-Depth Information
Makefile : This file tells the make tool how to compile the resources.qrc
file into a resources.py module that our application can use.
mapTools.py : This module implements our various map tools.
resources : This is a directory where we will place our various icons and other
resources. Since we have so many icon files, it makes sense to put these into a
subdirectory rather than cluttering up the main directory with all these files.
resources.qrc : This is the resource description file for our application.
run_lin.sh : This bash shell script is used to run our application on Linux sys-
tems.
run_mac.sh : This bash shell script is used to run our application on Mac OS X
systems.
run_win.bat : This batch file is used to run our application on MS Windows
machines.
ui_mainWindow.py : This Python module defines the user interface for our
main window.
Search WWH ::




Custom Search