pax_global_header00006660000000000000000000000064130625046540014517gustar00rootroot0000000000000052 comment=1852c97f07a08c89330741387f9ea36dee74a8bf python-qtawesome-0.4.4+ds1/000077500000000000000000000000001306250465400155335ustar00rootroot00000000000000python-qtawesome-0.4.4+ds1/CHANGELOG.md000066400000000000000000000056531306250465400173550ustar00rootroot00000000000000# History of changes ## Version 0.4.4 (2017-01-28) ### Bugs fixed **Pull requests** * [PR 70](https://github.com/spyder-ide/qtawesome/pull/70) - PR: Prevent segfaults when importing QtAwesome out of a of QApplication In this release 1 pull request was merged ---- ## Version 0.4.3 (2017-01-22) ### Bugs fixed **Pull requests** * [PR 68](https://github.com/spyder-ide/qtawesome/pull/68) - PR: Include example script into tarball to run tests when the package is installed In this release 1 pull request was merged ---- ## Version 0.4.2 (2017-01-21) ### Bugs fixed **Issues** * [Issue 65](https://github.com/spyder-ide/qtawesome/issues/65) - Update Appveyor Badge for new username spyder-ide * [Issue 64](https://github.com/spyder-ide/qtawesome/issues/64) - Integration with system fonts * [Issue 51](https://github.com/spyder-ide/qtawesome/issues/51) - Include doc files in PyPi releases In this release 3 issues were closed **Pull requests** * [PR 67](https://github.com/spyder-ide/qtawesome/pull/67) - PR: Add a way to not verify hash of vendorized fonts * [PR 66](https://github.com/spyder-ide/qtawesome/pull/66) - PR: Update AppVeyor badge because of move to org account * [PR 63](https://github.com/spyder-ide/qtawesome/pull/63) - Update manifest template In this release 3 pull requests were merged ---- ## Version 0.4.1 (2017-01-02) ### Bugs fixed **Pull requests** * [PR 62](https://github.com/spyder-ide/qtawesome/pull/62) - Improve verification that our fonts are not empty and/or missing In this release 1 pull request was merged ---- ## Version 0.4 (2017/01/01) ### New features * Add a FontError exception to be able to catch an error on Windows 10, which prevents reading fonts not installed in the system. ### Bugs fixed **Issues** * [Issue 55](https://github.com/spyder-ide/qtawesome/issues/55) - Add appveyor integration * [Issue 54](https://github.com/spyder-ide/qtawesome/issues/54) - Add travis ci integration for mac * [Issue 53](https://github.com/spyder-ide/qtawesome/issues/53) - Add circle ci integration for linux In this release 3 issues were closed **Pull requests** * [PR 61](https://github.com/spyder-ide/qtawesome/pull/61) - PR: Fix errors in CI services * [PR 60](https://github.com/spyder-ide/qtawesome/pull/60) - PR: Add validation to raise exception when fonts are empty or corrupt * [PR 57](https://github.com/spyder-ide/qtawesome/pull/57) - PR: Simplify appveyor and circle ci config * [PR 56](https://github.com/spyder-ide/qtawesome/pull/56) - PR: Add ciocheck and circle ci linux integration * [PR 50](https://github.com/spyder-ide/qtawesome/pull/50) - PR: Conda installation instructions * [PR 49](https://github.com/spyder-ide/qtawesome/pull/49) - PR: Remove conda recipe * [PR 48](https://github.com/spyder-ide/qtawesome/pull/48) - PR: Improve documentation In this release 7 pull requests were merged python-qtawesome-0.4.4+ds1/LICENSE000066400000000000000000000021011306250465400165320ustar00rootroot00000000000000The MIT License Copyright (c) 2015 The Spyder development team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. python-qtawesome-0.4.4+ds1/MANIFEST.in000066400000000000000000000002441306250465400172710ustar00rootroot00000000000000include qtawesome/fonts/* recursive-include docs * exclude docs/*.yml include CHANGELOG.md LICENSE README.md include example.py recursive-include qtawesome/tests * python-qtawesome-0.4.4+ds1/PKG-INFO000066400000000000000000000035461306250465400166400ustar00rootroot00000000000000Metadata-Version: 1.1 Name: QtAwesome Version: 0.4.4 Summary: FontAwesome icons in PyQt and PySide applications Home-page: https://github.com/spyder-ide/qtawesome Author: Sylvain Corlay Author-email: sylvain.corlay@gmail.com License: MIT Description: .. image:: https://img.shields.io/pypi/v/QtAwesome.svg :target: https://pypi.python.org/pypi/QtAwesome/ :alt: Latest PyPI version .. image:: https://img.shields.io/pypi/dm/QtAwesome.svg :target: https://pypi.python.org/pypi/QtAwesome/ :alt: Number of PyPI downloads QtAwesome - Iconic Fonts in PyQt and PySide applications ======================================================== QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications. It is a port to Python - PyQt / PySide of the QtAwesome C++ library by Rick Blommers. .. code-block:: python # Get icons by name. fa_icon = qta.icon('fa.flag') fa_button = QtGui.QPushButton(fa_icon, 'Font Awesome!') asl_icon = qta.icon('ei.asl') elusive_button = QtGui.QPushButton(asl_icon, 'Elusive Icons!') Keywords: PyQt,PySide,Icons,Font Awesome,Fonts Platform: OS-independent Classifier: Development Status :: 3 - Alpha Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: User Interfaces Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 python-qtawesome-0.4.4+ds1/QtAwesome.egg-info/000077500000000000000000000000001306250465400211325ustar00rootroot00000000000000python-qtawesome-0.4.4+ds1/QtAwesome.egg-info/PKG-INFO000066400000000000000000000035461306250465400222370ustar00rootroot00000000000000Metadata-Version: 1.1 Name: QtAwesome Version: 0.4.4 Summary: FontAwesome icons in PyQt and PySide applications Home-page: https://github.com/spyder-ide/qtawesome Author: Sylvain Corlay Author-email: sylvain.corlay@gmail.com License: MIT Description: .. image:: https://img.shields.io/pypi/v/QtAwesome.svg :target: https://pypi.python.org/pypi/QtAwesome/ :alt: Latest PyPI version .. image:: https://img.shields.io/pypi/dm/QtAwesome.svg :target: https://pypi.python.org/pypi/QtAwesome/ :alt: Number of PyPI downloads QtAwesome - Iconic Fonts in PyQt and PySide applications ======================================================== QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications. It is a port to Python - PyQt / PySide of the QtAwesome C++ library by Rick Blommers. .. code-block:: python # Get icons by name. fa_icon = qta.icon('fa.flag') fa_button = QtGui.QPushButton(fa_icon, 'Font Awesome!') asl_icon = qta.icon('ei.asl') elusive_button = QtGui.QPushButton(asl_icon, 'Elusive Icons!') Keywords: PyQt,PySide,Icons,Font Awesome,Fonts Platform: OS-independent Classifier: Development Status :: 3 - Alpha Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: User Interfaces Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 python-qtawesome-0.4.4+ds1/QtAwesome.egg-info/SOURCES.txt000066400000000000000000000013721306250465400230210ustar00rootroot00000000000000CHANGELOG.md LICENSE MANIFEST.in README.md example.py setup.cfg setup.py QtAwesome.egg-info/PKG-INFO QtAwesome.egg-info/SOURCES.txt QtAwesome.egg-info/dependency_links.txt QtAwesome.egg-info/requires.txt QtAwesome.egg-info/top_level.txt docs/Makefile docs/make.bat docs/source/api_documentation.rst docs/source/conf.py docs/source/index.rst docs/source/introduction.rst docs/source/usage.rst qtawesome/__init__.py qtawesome/_version.py qtawesome/animation.py qtawesome/iconic_font.py qtawesome/fonts/elusiveicons-webfont-charmap.json qtawesome/fonts/elusiveicons-webfont.ttf qtawesome/fonts/fontawesome-webfont-charmap.json qtawesome/fonts/fontawesome-webfont.ttf qtawesome/tests/test_qtawesome.py qtawesome/tests/__pycache__/test_qtawesome.cpython-35-PYTEST.pycpython-qtawesome-0.4.4+ds1/QtAwesome.egg-info/dependency_links.txt000066400000000000000000000000011306250465400252000ustar00rootroot00000000000000 python-qtawesome-0.4.4+ds1/QtAwesome.egg-info/requires.txt000066400000000000000000000000111306250465400235220ustar00rootroot00000000000000qtpy six python-qtawesome-0.4.4+ds1/QtAwesome.egg-info/top_level.txt000066400000000000000000000000121306250465400236550ustar00rootroot00000000000000qtawesome python-qtawesome-0.4.4+ds1/README.md000066400000000000000000000064201306250465400170140ustar00rootroot00000000000000# QtAwesome ## Build status [![Travis](https://travis-ci.org/spyder-ide/qtawesome.svg?branch=master)](https://travis-ci.org/spyder-ide/qtawesome) [![Appveyor](https://ci.appveyor.com/api/projects/status/un8vnw4628cl6qfu?svg=true)](https://ci.appveyor.com/project/spyder-ide/qtawesome) [![CircleCI](https://circleci.com/gh/spyder-ide/qtawesome/tree/master.svg?style=shield)](https://circleci.com/gh/spyder-ide/qtawesome/tree/master) [![Quantified Code](https://www.quantifiedcode.com/api/v1/project/5b42f6edb1ac4465b0e891a4b0144bd8/badge.svg)](https://www.quantifiedcode.com/app/project/5b42f6edb1ac4465b0e891a4b0144bd8) [![Scrutinizer](https://scrutinizer-ci.com/g/spyder-ide/qtawesome/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/spyder-ide/qtawesome/?branch=master) ## Project information [![Documentation Status](https://readthedocs.org/projects/qtawesome/badge/?version=latest)](http://qtawesome.readthedocs.org/en/latest/?badge=latest) [![Join the chat at https://gitter.im/spyder-ide/qtawesome](https://badges.gitter.im/spyder-ide/qtawesome.svg)](https://gitter.im/spyder-ide/qtawesome) ## Description QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications. It started as a Python port of the [QtAwesome](https://github.com/Gamecreature/qtawesome) C++ library by Rick Blommers. ## Installation Using `pip`: Make sure you have [pip installed](https://pip.readthedocs.org/en/stable/installing/) and run: ``` pip install qtawesome ``` Using `conda`: ``` conda install qtawesome ``` ## Examples ```python import qtawesome as qta ``` - Use Font Awesome and Elusive Icons. ```python # Get icons by name. fa_icon = qta.icon('fa.flag') fa_button = QtGui.QPushButton(fa_icon, 'Font Awesome!') asl_icon = qta.icon('ei.asl') elusive_button = QtGui.QPushButton(asl_icon, 'Elusive Icons!') ``` - Apply some styling ```python # Styling icons styling_icon = qta.icon('fa.music', active='fa.legal', color='blue', color_active='orange') music_button = QtGui.QPushButton(styling_icon, 'Styling') ``` - Stack multiple icons ```python # Stacking icons camera_ban = qta.icon('fa.camera', 'fa.ban', options=[{'scale_factor': 0.5, 'active': 'fa.legal'}, {'color': 'red'}]) stack_button = QtGui.QPushButton(camera_ban, 'Stack') stack_button.setIconSize(QtCore.QSize(32, 32)) ``` - Animations ```python # Spining icons spin_button = QtGui.QPushButton(' Spinning icon') spin_icon = qta.icon('fa.spinner', color='red', animation=qta.Spin(spin_button)) spin_button.setIcon(spin_icon) ``` - Screenshot ![QtAwesome screenshot](qtawesome-screenshot.gif) ## Other features - QtAwesome comes bundled with Font Awesome and Elusive Icons, but it can also be used with other iconic fonts. The `load_font` function allows to load other fonts dynamically. - QtAwesome relies on the [QtPy](https://github.com/spyder-ide/qtpy.git) project as a compatibility layer on the top ot PyQt or PySide. ## License MIT License. Copyright 2015 - The Spyder development team. See the [LICENSE](LICENSE) file for details. The Font Awesome and Elusive Icons fonts are licensed under the SIL Open Font License. python-qtawesome-0.4.4+ds1/docs/000077500000000000000000000000001306250465400164635ustar00rootroot00000000000000python-qtawesome-0.4.4+ds1/docs/Makefile000066400000000000000000000164061306250465400201320ustar00rootroot00000000000000# Makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) endif # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source # the i18n builder cannot share the environment and doctrees with the others I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext help: @echo "Please use \`make ' where is one of" @echo " html to make standalone HTML files" @echo " dirhtml to make HTML files named index.html in directories" @echo " singlehtml to make a single large HTML file" @echo " pickle to make pickle files" @echo " json to make JSON files" @echo " htmlhelp to make HTML files and a HTML help project" @echo " qthelp to make HTML files and a qthelp project" @echo " applehelp to make an Apple Help Book" @echo " devhelp to make HTML files and a Devhelp project" @echo " epub to make an epub" @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" @echo " latexpdf to make LaTeX files and run them through pdflatex" @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" @echo " text to make text files" @echo " man to make manual pages" @echo " texinfo to make Texinfo files" @echo " info to make Texinfo files and run them through makeinfo" @echo " gettext to make PO message catalogs" @echo " changes to make an overview of all changed/added/deprecated items" @echo " xml to make Docutils-native XML files" @echo " pseudoxml to make pseudoxml-XML files for display purposes" @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" @echo " coverage to run coverage check of the documentation (if enabled)" clean: rm -rf $(BUILDDIR)/* html: $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." singlehtml: $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml @echo @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." pickle: $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle @echo @echo "Build finished; now you can process the pickle files." json: $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json @echo @echo "Build finished; now you can process the JSON files." htmlhelp: $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp @echo @echo "Build finished; now you can run HTML Help Workshop with the" \ ".hhp project file in $(BUILDDIR)/htmlhelp." qthelp: $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/qtawesome.qhcp" @echo "To view the help file:" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/qtawesome.qhc" applehelp: $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp @echo @echo "Build finished. The help book is in $(BUILDDIR)/applehelp." @echo "N.B. You won't be able to view it unless you put it in" \ "~/Library/Documentation/Help or install it in your application" \ "bundle." devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @echo @echo "Build finished." @echo "To view the help file:" @echo "# mkdir -p $$HOME/.local/share/devhelp/qtawesome" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/qtawesome" @echo "# devhelp" epub: $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub @echo @echo "Build finished. The epub file is in $(BUILDDIR)/epub." latex: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." @echo "Run \`make' in that directory to run these through (pdf)latex" \ "(use \`make latexpdf' here to do that automatically)." latexpdf: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through pdflatex..." $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." latexpdfja: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through platex and dvipdfmx..." $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." text: $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text @echo @echo "Build finished. The text files are in $(BUILDDIR)/text." man: $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man @echo @echo "Build finished. The manual pages are in $(BUILDDIR)/man." texinfo: $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo @echo @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." @echo "Run \`make' in that directory to run these through makeinfo" \ "(use \`make info' here to do that automatically)." info: $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo @echo "Running Texinfo files through makeinfo..." make -C $(BUILDDIR)/texinfo info @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." gettext: $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale @echo @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." changes: $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes @echo @echo "The overview file is in $(BUILDDIR)/changes." linkcheck: $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck @echo @echo "Link check complete; look for any errors in the above output " \ "or in $(BUILDDIR)/linkcheck/output.txt." doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." coverage: $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage @echo "Testing of coverage in the sources finished, look at the " \ "results in $(BUILDDIR)/coverage/python.txt." xml: $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml @echo @echo "Build finished. The XML files are in $(BUILDDIR)/xml." pseudoxml: $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml @echo @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." python-qtawesome-0.4.4+ds1/docs/make.bat000066400000000000000000000161331306250465400200740ustar00rootroot00000000000000@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^` where ^ is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 2> nul if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\qtawesome.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\qtawesome.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end python-qtawesome-0.4.4+ds1/docs/source/000077500000000000000000000000001306250465400177635ustar00rootroot00000000000000python-qtawesome-0.4.4+ds1/docs/source/api_documentation.rst000066400000000000000000000001231306250465400242130ustar00rootroot00000000000000API Reference Documentation --------------------------- .. automodule:: qtawesome python-qtawesome-0.4.4+ds1/docs/source/conf.py000066400000000000000000000240311306250465400212620ustar00rootroot00000000000000# -*- coding: utf-8 -*- # # qtawesome documentation build configuration file, created by # sphinx-quickstart on Thu Dec 3 22:33:49 2015. # # NOTE: This file has been edited manually from the auto-generated one from # sphinx. Do NOT delete and re-generate. If any changes from sphinx are # needed, generate a scratch one and merge by hand any new fields needed. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. import sys import os import shlex # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, os.path.abspath('.')) # We load the ipython release info into a dict by explicit execution _release = {} exec(compile(open('../../qtawesome/_version.py').read(), '../../qtawesome/_version.py', 'exec'), _release) # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.autosummary', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', ] autosummary_generate = True # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # Add dev disclaimer. if _release['version_info'][-1] == 'dev': rst_prolog = """ .. note:: This documentation is for a development version of qtawesome. There may be significant differences from the latest stable release. """ # The encoding of source files. #source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' # General information about the project. project = u'qtawesome' copyright = u'2015, The Spyder Development Team' author = u'The Spyder Development Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. version = '.'.join(map(str, _release['version_info'][:2])) # The full version, including alpha/beta/rc tags. release = _release['__version__'] # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [] # The reST default role (used for this markup: `text`) to use for all # documents. #default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. #add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). #add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. #show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] # If true, keep warnings as "system message" paragraphs in the built documents. #keep_warnings = False # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". #html_title = None # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. #html_logo = None # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. #html_favicon = None # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". # html_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation. #html_extra_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. #html_sidebars = {} # Additional templates that should be rendered to pages, maps page names to # template names. #html_additional_pages = {} # If false, no module index is generated. #html_domain_indices = True # If false, no index is generated. #html_use_index = True # If true, the index is split into individual pages for each letter. #html_split_index = False # If true, links to the reST sources are added to the pages. #html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. #html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. #html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. #html_use_opensearch = '' # This is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = None # Language to be used for generating the HTML full-text search index. # Sphinx supports the following languages: # 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja' # 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr' #html_search_language = 'en' # A dictionary with options for the search language support, empty by default. # Now only 'ja' uses this config value #html_search_options = {'type': 'default'} # The name of a javascript file (relative to the configuration directory) that # implements a search results scorer. If empty, the default will be used. #html_search_scorer = 'scorer.js' # Output file base name for HTML help builder. htmlhelp_basename = 'qtawesomedoc' # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). #'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. #'preamble': '', # Latex figure (float) alignment #'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'qtawesome.tex', u'qtawesome Documentation', u'The Spyder Development Team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. #latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. #latex_use_parts = False # If true, show page references after internal links. #latex_show_pagerefs = False # If true, show URL addresses after external links. #latex_show_urls = False # Documents to append as an appendix to all manuals. #latex_appendices = [] # If false, no module index is generated. #latex_domain_indices = True # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'qtawesome', u'qtawesome Documentation', [author], 1) ] # If true, show URL addresses after external links. #man_show_urls = False # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'qtawesome', u'qtawesome Documentation', author, 'qtawesome', 'One line description of project.', 'Miscellaneous'), ] # Documents to append as an appendix to all manuals. #texinfo_appendices = [] # If false, no module index is generated. #texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'https://docs.python.org/': None} python-qtawesome-0.4.4+ds1/docs/source/index.rst000066400000000000000000000002371306250465400216260ustar00rootroot00000000000000================================ qtawesome: Iconic Fonts for PyQt ================================ .. toctree:: introduction usage api_documentationpython-qtawesome-0.4.4+ds1/docs/source/introduction.rst000066400000000000000000000004111306250465400232320ustar00rootroot00000000000000Introduction ------------ QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications. It started as a Python port of the QtAwesome_ C++ library by Rick Blommers. .. _QtAwesome: https://github.com/gamecreature/QtAwesome python-qtawesome-0.4.4+ds1/docs/source/usage.rst000066400000000000000000000025761306250465400216330ustar00rootroot00000000000000Usage ----- .. code:: python import qtawesome as qta Use Font Awesome and Elusive Icons. .. code:: python # Get icons by name. fa_icon = qta.icon('fa.flag') fa_button = QtGui.QPushButton(fa_icon, 'Font Awesome!') asl_icon = qta.icon('ei.asl') elusive_button = QtGui.QPushButton(asl_icon, 'Elusive Icons!') Apply some styling .. code:: python # Styling icons styling_icon = qta.icon('fa.music', active='fa.legal', color='blue', color_active='orange') music_button = QtGui.QPushButton(styling_icon, 'Styling') Stack multiple icons .. code:: python # Stacking icons camera_ban = qta.icon('fa.camera', 'fa.ban', options=[{ 'scale_factor': 0.5, 'active': 'fa.legal' }, { 'color': 'red' }]) stack_button = QtGui.QPushButton(camera_ban, 'Stack') stack_button.setIconSize(QtCore.QSize(32, 32)) Animations .. code:: python # Spining icons spin_button = QtGui.QPushButton(' Spinning icon') spin_icon = qta.icon('fa.spinner', color='red', animation=qta.Spin(spin_button)) spin_button.setIcon(spin_icon) Screenshot .. image:: ../../qtawesome-screenshot.gifpython-qtawesome-0.4.4+ds1/example.py000066400000000000000000000074271306250465400175520ustar00rootroot00000000000000# -*- coding: utf-8 -*- # Standard library imports import sys # Third party imports from qtpy import QtCore, QtWidgets from six import unichr # Local imports import qtawesome as qta class AwesomeExample(QtWidgets.QDialog): def __init__(self): super(AwesomeExample, self).__init__() # Get icons by name. fa_icon = qta.icon('fa.flag') fa_button = QtWidgets.QPushButton(fa_icon, 'Font Awesome!') asl_icon = qta.icon('ei.asl') elusive_button = QtWidgets.QPushButton(asl_icon, 'Elusive Icons!') # Styling styling_icon = qta.icon('fa.music', active='fa.legal', color='blue', color_active='orange') music_button = QtWidgets.QPushButton(styling_icon, 'Styling') # Toggle toggle_icon = qta.icon('fa.home', selected='fa.legal', color_off='black', color_off_active='blue', color_on='orange', color_on_active='yellow') toggle_button = QtWidgets.QPushButton(toggle_icon, 'Toggle') toggle_button.setCheckable(True) # Render a label with this font label = QtWidgets.QLabel(unichr(0xf19c) + ' ' + 'Label') label.setFont(qta.font('fa', 16)) # Stack icons camera_ban = qta.icon('fa.camera', 'fa.ban', options=[{'scale_factor': 0.5, 'active': 'fa.legal'}, {'color': 'red', 'opacity': 0.7}]) stack_button = QtWidgets.QPushButton(camera_ban, 'Stack') stack_button.setIconSize(QtCore.QSize(32, 32)) # Spin icons spin_button = QtWidgets.QPushButton(' Spinning icon') spin_icon = qta.icon('fa.spinner', color='red', animation=qta.Spin(spin_button)) spin_button.setIcon(spin_icon) # Pulse icons pulse_button = QtWidgets.QPushButton(' Pulsing icon') pulse_icon = qta.icon('fa.spinner', color='green', animation=qta.Pulse(pulse_button)) pulse_button.setIcon(pulse_icon) # Stacked spin icons stack_spin_button = QtWidgets.QPushButton('Stack spin') options = [{'scale_factor': 0.4, 'animation': qta.Spin(stack_spin_button)}, {'color': 'blue'}] stack_spin_icon = qta.icon('ei.asl', 'fa.square-o', options=options) stack_spin_button.setIcon(stack_spin_icon) stack_spin_button.setIconSize(QtCore.QSize(32, 32)) # Stack and offset icons saveall = qta.icon('fa.save', 'fa.save', options=[{'scale_factor': 0.8, 'offset': (0.2, 0.2), 'color': 'gray'}, {'scale_factor': 0.8}]) saveall_button = QtWidgets.QPushButton(saveall, 'Stack, offset') # Layout vbox = QtWidgets.QVBoxLayout() widgets = [fa_button, elusive_button, music_button, toggle_button, stack_button, saveall_button, spin_button, pulse_button, stack_spin_button, label] for w in widgets: vbox.addWidget(w) self.setLayout(vbox) self.setWindowTitle('Awesome') self.show() def main(): app = QtWidgets.QApplication(sys.argv) # Enable High DPI display with PyQt5 if hasattr(QtCore.Qt, 'AA_UseHighDpiPixmaps'): app.setAttribute(QtCore.Qt.AA_UseHighDpiPixmaps) QtCore.QTimer.singleShot(10000, app.exit) _ = AwesomeExample() sys.exit(app.exec_()) if __name__ == '__main__': main() python-qtawesome-0.4.4+ds1/qtawesome/000077500000000000000000000000001306250465400175405ustar00rootroot00000000000000python-qtawesome-0.4.4+ds1/qtawesome/__init__.py000066400000000000000000000140561306250465400216570ustar00rootroot00000000000000r""" qtawesome ========= Font-Awesome and other iconic fonts for PyQt / PySide applications. .. currentmodule:: qtawesome .. autosummary:: :toctree: _generate icon load_font charmap font set_defaults """ from .iconic_font import IconicFont, set_global_defaults from .animation import Pulse, Spin from ._version import version_info, __version__ _resource = { 'iconic': None } def _instance(): """ Return the singleton instance of IconicFont. Functions ``icon``, ``load_font``, ``charmap``, ``font`` and ``set_defaults`` all rebind to methods of the singleton instance of IconicFont. """ if _resource['iconic'] is None: _resource['iconic'] = IconicFont( ('fa', 'fontawesome-webfont.ttf', 'fontawesome-webfont-charmap.json'), ('ei', 'elusiveicons-webfont.ttf', 'elusiveicons-webfont-charmap.json') ) return _resource['iconic'] def icon(*names, **kwargs): """ Return a QIcon object corresponding to the provided icon name(s). This function is the main interface of qtawesome. It can be used to create a QIcon instance from a single glyph or from a list of glyphs that are displayed on the top of each other. Such icon stacks are generally used to combine multiple glyphs to make more complex icons. Glyph names are specified by strings, of the form ``prefix.name``. The ``prefix`` corresponds to the font to be used and ``name`` is the name of the icon. - The prefix corresponding to Font-Awesome is 'fa' - The prefix corresponding to Elusive-Icons is 'ei' When requesting a single glyph, options (such as color or positional offsets) can be passed as keyword arguments:: import qtawesome as qta music_icon = qta.icon('fa.music', color='blue', color_active='orange') When requesting multiple glyphs, the `options` keyword argument contains the list of option dictionaries to be used for each glyph:: camera_ban = qta.icon('fa.camera', 'fa.ban', options=[{ 'scale_factor': 0.5, 'active': 'fa.legal' }, { 'color': 'red', 'opacity': 0.7 }]) Qt's ``QIcon`` object has four modes - ``Normal``: The user is not interacting with the icon, but the functionality represented by the icon is available. - ``Disabled``: The functionality corresponding to the icon is not available. - ``Active``: The functionality corresponding to the icon is available. The user is interacting with the icon, for example, moving the mouse over it or clicking it. - ``Selected``: The item represented by the icon is selected. The glyph for the Normal mode is the one specified with the main positional argument. - ``color``: icon color in the ``Normal`` mode. The following four options will apply to the icon regardless of the mode. - ``offset``: tuple (x, y) corresponding to the horizontal and vertical offsets for the glyph, specified as a proportion of the icon size. - ``animation``: animation object for the icon. - ``scale_factor``: multiplicative scale factor to be used for the glyph. The following options apply to the different modes of the icon - ``active``: name of the glyph to be used when the icon is ``Active``. - ``color_active``: the corresponding icon color. - ``disabled``: name of the glyph to be used when the icon is ``Disabled``. - ``color_disabled``: the corresponding icon color. - ``selected``: name of the glyph to be used when the icon is ``Selected``. - ``color_selected``: the corresponding icon color. Default values for these options can be specified via the function ``set_defaults``. If unspecified, the default defaults are:: { 'opacity': 1.0, 'scale_factor': 1.0 'color': QColor(50, 50, 50), 'color_disabled': QColor(150, 150, 150), } If no default value is provided for ``active``, ``disabled`` or ``selected`` the glyph specified for the ``Normal`` mode will be used. """ return _instance().icon(*names, **kwargs) def load_font(prefix, ttf_filename, charmap_filename, directory=None): """ Loads a font file and the associated charmap. If ``directory`` is None, the files will be looked for in ``./fonts/``. Parameters ---------- prefix: str Prefix string to be used when accessing a given font set ttf_filename: str Ttf font filename charmap_filename: str Character map filename directory: str or None, optional Directory for font and charmap files Example ------- The spyder ide uses qtawesome and uses a custom font for spyder-specific icons:: qta.load_font('spyder', 'spyder.ttf', 'spyder-charmap.json') """ return _instance().load_font(prefix, ttf_filename, charmap_filename, directory) def charmap(prefixed_name): """ Return the character map used for a given font. Returns ------- return_value: dict The dictionary mapping the icon names to the corresponding unicode character. """ prefix, name = prefixed_name.split('.') return _instance().charmap[prefix][name] def font(prefix, size): """ Return the font corresponding to the specified prefix. This can be used to render text using the iconic font directly:: import qtawesome as qta from qtpy import QtWidgets label = QtWidgets.QLabel(unichr(0xf19c) + ' ' + 'Label') label.setFont(qta.font('fa', 16)) Parameters ---------- prefix: str prefix string of the loaded font size: int size for the font """ return _instance().font(prefix, size) def set_defaults(**kwargs): """ Set default options for icons. The valid keyword arguments are: 'active', 'animation', 'color', 'color_active', 'color_disabled', 'color_selected', 'disabled', 'offset', 'scale_factor', 'selected'. """ return set_global_defaults(**kwargs) python-qtawesome-0.4.4+ds1/qtawesome/_version.py000066400000000000000000000001101306250465400217260ustar00rootroot00000000000000version_info = (0, 4, 4) __version__ = '.'.join(map(str, version_info)) python-qtawesome-0.4.4+ds1/qtawesome/animation.py000066400000000000000000000024041306250465400220710ustar00rootroot00000000000000from qtpy.QtCore import QTimer class Spin: def __init__(self, parent_widget, interval=10, step=1): self.parent_widget = parent_widget self.interval, self.step = interval, step self.info = {} def _update(self, parent_widget): if self.parent_widget in self.info: timer, angle, step = self.info[self.parent_widget] if angle >= 360: angle = 0 angle += step self.info[parent_widget] = timer, angle, step parent_widget.update() def setup(self, icon_painter, painter, rect): if self.parent_widget not in self.info: timer = QTimer() timer.timeout.connect(lambda: self._update(self.parent_widget)) self.info[self.parent_widget] = [timer, 0, self.step] timer.start(self.interval) else: timer, angle, self.step = self.info[self.parent_widget] x_center = rect.width() * 0.5 y_center = rect.height() * 0.5 painter.translate(x_center, y_center) painter.rotate(angle) painter.translate(-x_center, -y_center) class Pulse(Spin): def __init__(self, parent_widget): Spin.__init__(self, parent_widget, interval=300, step=45) python-qtawesome-0.4.4+ds1/qtawesome/fonts/000077500000000000000000000000001306250465400206715ustar00rootroot00000000000000python-qtawesome-0.4.4+ds1/qtawesome/fonts/elusiveicons-webfont-charmap.json000066400000000000000000000173641306250465400273620ustar00rootroot00000000000000{ "address-book": "0xf102", "address-book-alt": "0xf101", "adjust": "0xf104", "adjust-alt": "0xf103", "adult": "0xf105", "align-center": "0xf106", "align-justify": "0xf107", "align-left": "0xf108", "align-right": "0xf109", "arrow-down": "0xf10a", "arrow-left": "0xf10b", "arrow-right": "0xf10c", "arrow-up": "0xf10d", "asl": "0xf10e", "asterisk": "0xf10f", "backward": "0xf110", "ban-circle": "0xf111", "barcode": "0xf112", "behance": "0xf113", "bell": "0xf114", "blind": "0xf115", "blogger": "0xf116", "bold": "0xf117", "book": "0xf118", "bookmark": "0xf11a", "bookmark-empty": "0xf119", "braille": "0xf11b", "briefcase": "0xf11c", "broom": "0xf11d", "brush": "0xf11e", "bulb": "0xf11f", "bullhorn": "0xf120", "calendar": "0xf122", "calendar-sign": "0xf121", "camera": "0xf123", "car": "0xf124", "caret-down": "0xf125", "caret-left": "0xf126", "caret-right": "0xf127", "caret-up": "0xf128", "cc": "0xf129", "certificate": "0xf12a", "check": "0xf12c", "check-empty": "0xf12b", "chevron-down": "0xf12d", "chevron-left": "0xf12e", "chevron-right": "0xf12f", "chevron-up": "0xf130", "child": "0xf131", "circle-arrow-down": "0xf132", "circle-arrow-left": "0xf133", "circle-arrow-right": "0xf134", "circle-arrow-up": "0xf135", "cloud": "0xf137", "cloud-alt": "0xf136", "cog": "0xf139", "cog-alt": "0xf138", "cogs": "0xf13a", "comment": "0xf13c", "comment-alt": "0xf13b", "compass": "0xf13e", "compass-alt": "0xf13d", "credit-card": "0xf13f", "css": "0xf140", "dashboard": "0xf141", "delicious": "0xf142", "deviantart": "0xf143", "digg": "0xf144", "download": "0xf146", "download-alt": "0xf145", "dribbble": "0xf147", "edit": "0xf148", "eject": "0xf149", "envelope": "0xf14b", "envelope-alt": "0xf14a", "error": "0xf14d", "error-alt": "0xf14c", "eur": "0xf14e", "exclamation-sign": "0xf14f", "eye-close": "0xf150", "eye-open": "0xf151", "facebook": "0xf152", "facetime-video": "0xf153", "fast-backward": "0xf154", "fast-forward": "0xf155", "female": "0xf156", "file": "0xf15c", "file-alt": "0xf157", "file-edit": "0xf159", "file-edit-alt": "0xf158", "file-new": "0xf15b", "file-new-alt": "0xf15a", "film": "0xf15d", "filter": "0xf15e", "fire": "0xf15f", "flag": "0xf161", "flag-alt": "0xf160", "flickr": "0xf162", "folder": "0xf166", "folder-close": "0xf163", "folder-open": "0xf164", "folder-sign": "0xf165", "font": "0xf167", "fontsize": "0xf168", "fork": "0xf169", "forward": "0xf16b", "forward-alt": "0xf16a", "foursquare": "0xf16c", "friendfeed": "0xf16e", "friendfeed-rect": "0xf16d", "fullscreen": "0xf16f", "gbp": "0xf170", "gift": "0xf171", "github": "0xf173", "github-text": "0xf172", "glass": "0xf174", "glasses": "0xf175", "globe": "0xf177", "globe-alt": "0xf176", "googleplus": "0xf178", "graph": "0xf17a", "graph-alt": "0xf179", "group": "0xf17c", "group-alt": "0xf17b", "guidedog": "0xf17d", "hand-down": "0xf17e", "hand-left": "0xf17f", "hand-right": "0xf180", "hand-up": "0xf181", "hdd": "0xf182", "headphones": "0xf183", "hearing-impaired": "0xf184", "heart": "0xf187", "heart-alt": "0xf185", "heart-empty": "0xf186", "home": "0xf189", "home-alt": "0xf188", "hourglass": "0xf18a", "idea": "0xf18c", "idea-alt": "0xf18b", "inbox": "0xf18f", "inbox-alt": "0xf18d", "inbox-box": "0xf18e", "indent-left": "0xf190", "indent-right": "0xf191", "info-circle": "0xf192", "instagram": "0xf193", "iphone-home": "0xf194", "italic": "0xf195", "key": "0xf196", "laptop": "0xf198", "laptop-alt": "0xf197", "lastfm": "0xf199", "leaf": "0xf19a", "lines": "0xf19b", "link": "0xf19c", "linkedin": "0xf19d", "list": "0xf19f", "list-alt": "0xf19e", "livejournal": "0xf1a0", "lock": "0xf1a2", "lock-alt": "0xf1a1", "magic": "0xf1a3", "magnet": "0xf1a4", "male": "0xf1a5", "map-marker": "0xf1a7", "map-marker-alt": "0xf1a6", "mic": "0xf1a9", "mic-alt": "0xf1a8", "minus": "0xf1ab", "minus-sign": "0xf1aa", "move": "0xf1ac", "music": "0xf1ad", "myspace": "0xf1ae", "network": "0xf1af", "off": "0xf1b0", "ok": "0xf1b3", "ok-circle": "0xf1b1", "ok-sign": "0xf1b2", "opensource": "0xf1b4", "paper-clip": "0xf1b6", "paper-clip-alt": "0xf1b5", "path": "0xf1b7", "pause": "0xf1b9", "pause-alt": "0xf1b8", "pencil": "0xf1bb", "pencil-alt": "0xf1ba", "person": "0xf1bc", "phone": "0xf1be", "phone-alt": "0xf1bd", "photo": "0xf1c0", "photo-alt": "0xf1bf", "picasa": "0xf1c1", "picture": "0xf1c2", "pinterest": "0xf1c3", "plane": "0xf1c4", "play": "0xf1c7", "play-alt": "0xf1c5", "play-circle": "0xf1c6", "plurk": "0xf1c9", "plurk-alt": "0xf1c8", "plus": "0xf1cb", "plus-sign": "0xf1ca", "podcast": "0xf1cc", "print": "0xf1cd", "puzzle": "0xf1ce", "qrcode": "0xf1cf", "question": "0xf1d1", "question-sign": "0xf1d0", "quote-alt": "0xf1d2", "quote-right": "0xf1d4", "quote-right-alt": "0xf1d3", "quotes": "0xf1d5", "random": "0xf1d6", "record": "0xf1d7", "reddit": "0xf1d8", "redux": "0xf1d9", "refresh": "0xf1da", "remove": "0xf1dd", "remove-circle": "0xf1db", "remove-sign": "0xf1dc", "repeat": "0xf1df", "repeat-alt": "0xf1de", "resize-full": "0xf1e0", "resize-horizontal": "0xf1e1", "resize-small": "0xf1e2", "resize-vertical": "0xf1e3", "return-key": "0xf1e4", "retweet": "0xf1e5", "reverse-alt": "0xf1e6", "road": "0xf1e7", "rss": "0xf1e8", "scissors": "0xf1e9", "screen": "0xf1eb", "screen-alt": "0xf1ea", "screenshot": "0xf1ec", "search": "0xf1ee", "search-alt": "0xf1ed", "share": "0xf1f0", "share-alt": "0xf1ef", "shopping-cart": "0xf1f2", "shopping-cart-sign": "0xf1f1", "signal": "0xf1f3", "skype": "0xf1f4", "slideshare": "0xf1f5", "smiley": "0xf1f7", "smiley-alt": "0xf1f6", "soundcloud": "0xf1f8", "speaker": "0xf1f9", "spotify": "0xf1fa", "stackoverflow": "0xf1fb", "star": "0xf1fe", "star-alt": "0xf1fc", "star-empty": "0xf1fd", "step-backward": "0xf1ff", "step-forward": "0xf200", "stop": "0xf202", "stop-alt": "0xf201", "stumbleupon": "0xf203", "tag": "0xf204", "tags": "0xf205", "tasks": "0xf206", "text-height": "0xf207", "text-width": "0xf208", "th": "0xf20b", "th-large": "0xf209", "th-list": "0xf20a", "thumbs-down": "0xf20c", "thumbs-up": "0xf20d", "time": "0xf20f", "time-alt": "0xf20e", "tint": "0xf210", "torso": "0xf211", "trash": "0xf213", "trash-alt": "0xf212", "tumblr": "0xf214", "twitter": "0xf215", "universal-access": "0xf216", "unlock": "0xf218", "unlock-alt": "0xf217", "upload": "0xf219", "usd": "0xf21a", "user": "0xf21b", "viadeo": "0xf21c", "video": "0xf21f", "video-alt": "0xf21d", "video-chat": "0xf21e", "view-mode": "0xf220", "vimeo": "0xf221", "vkontakte": "0xf222", "volume-down": "0xf223", "volume-off": "0xf224", "volume-up": "0xf225", "w3c": "0xf226", "warning-sign": "0xf227", "website": "0xf229", "website-alt": "0xf228", "wheelchair": "0xf22a", "wordpress": "0xf22b", "wrench": "0xf22d", "wrench-alt": "0xf22c", "youtube": "0xf22e", "zoom-in": "0xf22f", "zoom-out": "0xf230" } python-qtawesome-0.4.4+ds1/qtawesome/fonts/elusiveicons-webfont.ttf000066400000000000000000002333041306250465400255670ustar00rootroot00000000000000pFFTMnU$OS/2JKh`cmapxBcvt * fpgmo9* lgasp*glyfhead86hhea R5$hmtxnloca]BPLhmaxp  name54&Y/P/5+],4e3utu.P/2SS2He 3#'+/@ o   _  ^R_^R_^RVJ(( /.-,(+(+*)'&%$ # #"!+33!5333!5333!53!53#!53#!53#hhhiihh3ҟ-ў,ҟ3D<222B33:333 "@`TXL+  $"3F졡srrs3졡Frr"3->@;!G`TVJ(' -,+.'>7#.!&#&>3]ea2Y@%Bn>d>"  / ?xMSbd'@W0Bn@23Vj9D D qPU 6@3^^^RVJ+!!!!!!!!#jNk$Pвa`a 6@3^^^RVJ+!!!!!!!!PPPPвa`a R@O^ ^ ^ R VJ       +!5!5!5!5kM%Pв 6@3^^^RVJ+!!!!!!!!EkM%+Pвa`a-3@Dof+3!3X+}&@#GEDRVJ+!!P&@#GEDRVJ+ 5!!5A+-3@Eof+ #!#XP3A3:K^X@U5GF>%.Goo T` YMML<;L^M^DB;K#!.'&>67>7>722#&'46766.'&676(# 1?LHB"4O.-#;&6N7@ ** A#/?I56/  3 1%+ , 32,r#G:-EAJQ_TTS:"(%+'(D # 9$*|&!#/4&6"'E#*  (1@  Df+3% '%7DZZDDщggщ3-+s"3!P!X   -+$&6$1. >&QQQQ5W͛A >W͛A QQ55Q> AW > A  #'+W@T  R  V  J+*)('&%$#"! +3#3#3#3#3#3#3#3#3#3#3#dd:LL v#cc22 X!!w"dd3?KT` GKPX@S  ee` ` `  ^  ^ `TVJ@T  me` ` `  ^  ^ `TVJY@2ML`^WUQPLTMTKIB@8742/.+)??"+!!!6767&'&'56765&'&#35"36767##"'&5!4'&'&'&32+2#6763+P69%&&#$&3v-%$5&'/_0/ 2% %$e e,p  p3P$(;:!   37$#TTm N35''3 '*F ")L*'   e  3-@* G^TXL7+3#!#57>72"&4 {${+H44H43Jǂ77?I3I33I'3 A2@/?87+GpTXL'&  +2"&46>''&/"&''.?'&?47!7EcFF2\"*~ 6B!%=q2'! ?! 0*3 7 2EEcF% !& k C9" &-  3*8I@F Gm^^^TVJ' +!!7%>75.'6'.3#.>%.46P2P51I, ,/ d$((#%((V$#&*(3P+L1vs#+<3i%8*EIa)/*)/* $ -5.3(D@AG` `TXL  ( '#!", +!2)53#!327654'&#32654&#KJrgBA@?gq3j??UTal23gi/0 z . -+ &47>Bk$ZCjej(,: /"v:^%#@3 '@$ DRVJ  +! 5 K##3qnqV#3@Df+! 53qnq3  (0;<@9  ` `TXL97430/#%% +$"&54>32#"&4632"&462"&462"&462"&4632W|W(E(>W(7>WW>)D(W|WW|5W|WW|WW|WW|WW|WW>(E(V|WW>(E(.8'W|W(E|WW|W#|WW|Wl|WW|W.>WW|W(E KPX@2  e ^R^ R W K@3   m ^R^ R W KY@    +!!!5#!!7!5!35!!>4>v>WvPddQQQjaa34 -+'&'&67&'>&&'>7'&'>76&7>Fjf !-1+Pj4? !)6I+A   #$8) Tp:oJc'b]!43jf4!eZkW*=l&M4C (% (7!U0(3;I*0-! 3"@ Gof+'>&'>*.kRppY۠̃+9GXpA0??3@J;})A;%/377408xO@L GF`^^RVJ   +2#4%"34.1!!!!8`9tt9`~YYO&77Y5:(EV*V-3:@7.10 3GDT`XL,)$"+1.'&'.67#.'5>3!6$." $<'Ka) 2#^b +9<'FAv!-%//) *9DjG Wb`$ 6IaZ*='+; '63 #FO_@NKM+GK PX@heme ^ ^  ^``^ a  R X LK PX@beme ^ ^  ^`` a  R X LKPX@heme ^ ^  ^``^ a  R X LKPX@beme ^ ^  ^`` a  R X LKPX@heme ^ ^  ^``^ a  R X LK%PX@imme ^ ^  ^``^ a  R X L@jmmm ^ ^  ^``^ a  R X LYYYYYY@D%$  JIHGDCB@>=<;754320$F%F # #"!  +  $35!35!5##5##5!#"533674'5&##>3#556F졡?(?SЗSf, $:"^7!)$?%6615$*3졡F=vvvv9jjjjq" 4&U*++%(#'( 0@p3=F@C@ A 7GK PX@\e  ee^  _   ``  ^` T W  K@]m  ee^  _   ``  ^` T W  KY@.>>>F>FED1/.-+)%$#" ==+3#%3#%335!353!!!3467'2"&'#32767.'676'.673 cc9ccJ0=VV2c:AW7-.1,9E,D:0S3bEV@=?;D ,E%%%<)6 &"5$'+L)I@F  m` ^  `TWK +!!!! "2>4&7352"&4%QPaVZZ[[hŋŌZ[[ccŋ![@X Gp   ^ R   ^  R V J!! !!+!;##5!##5;!5%7!5Lv00vt=,=CGp\``N\X[G\FF\G[[@ Df+!JcM3-+ L}XXdL3-+ d3@Ef+ XX4]@ZED  op T ^ X L10/-*('&$"44 +%"3267##"&46323.!"3267##"&46323.XX~aaEqr(9:RR:9(rq@k??k@Eqr(9:RR:9(r?Suuu‰I<'RtR'..F졡rI1[;! $ J.3졡Fw G[l.ZM3[z'@ Ef+6!.>>-R7!"",;KU0 PTYWSK=. :OQR+a[YJ>" 5L&#:GW3 3;T@Q0/.-*)&%$#G^`RXL 9854 3 3 +  $'737677'6?5'&'7'&/2"&4F졡~ "VQF oo FQV" r "VQF oo FQV" eX>>X>3졡FIo FQV" r "VQF oo FQV" r "VQF o>X>>X3'/D@A%$#" G`TVJ-,)(+37'#'&''7&/5767'767"26472tt2781tt18eee3t2781tt1872teee'5]e@[Z;: YX=< khgfUTA@mljQD pPNGE~wtOFG%$#" E|{zvuD om   mkk` TVJ)(rqcb_^KJ76(5)5  +7#''5&''7&/767'767"676.'&37'#'&''7&/5767'767"2647#''5&''7&/7367'767">&'"UE6; Q S -B;UE6; Q S -B;-)A3"u #XRH qq HRX# u #WSH qq HSW#rY??Y@<0&)9: .) <0&)9: .* .$ S -B;UF5; Q S -B:UE6; t) 3)!&q HSX# u "XRG pp GRX" u #XSH ?Z??ZQ< !0+ >3'+;< !1* >3'+U%0%9@6D^^RVJ$!#! +!!5#;+'%!7;=;#0R..G .$'9.-S-[].@DRVJ+!!5#~  -+&6$ ' #QQ55QQVA55QQQV !@ Ef+&6$2676&$'%#QQ55QQHKcGGdJNA55QQQJNNJd  GGcKrMi 2@/^^RVJ  +!!!!7!5LLhrQ%U@yK+ c2GDK PX@Am p  `  T  `^ X LK PX@Gmk p  `  T  `^ X LK PX@Am p  `  T  `^ X LKPX@Gmk p  `  T  `^ X L@Am p  `  T  `^ X LYYYY@2WV'&~|znlhgVWRQNLFE><8753&U'U#" %%+!%"72>7#.74&>7>34&%"#"&7#32>7.'".'47235."'&7#3267&'&'.'47234&CZRJ 3(Z9 ']O,)Y#+\,2 -'3'([P $#Y$?\,2 9L?$([Ma/SIDZ2"5(  )?B (E  , +"+  // "E , 28# 20Fp#.6;H@E7;8G p`T`X L:943# +2#654."#&54>2"&42#".54$2"&4#5ޡ_&4GyyG4&_9>,,>,>,,#>,,>,;vp_zmebp[xHHx[pbemzޡ,>,,>,?+",,?++?h;;3"@^RVJ+!)!XXX3#;Tl@b1  TXP'[*GKPX@M   e ^  ``^ R V J@N   m ^  ``^ R V JY@>UU$$zyxwvtnmUlUldcZYWVSRONIHGFEC=<$;$;32)(&%##+#>7!#!>7!6'.56!545.$#36'5'&6'.56!545.$#36'5'& 6T8f\<?;[c;V7! F37ETX\*_lK(:*\VTD66JF37ETX\*_lK(:*\VTD66J%.F@)D ?LaV.-T_J</ +BH0<[4$ 2(?TmAO> "3X:<[4$ 2(?TmAO> "3X:59=AE/K PX@je!  ^  ^#^R^$"^   ^ ^ R W  K@km!  ^  ^#^R^$"^   ^ ^ R W  KY@L::66EDCBA@?>:=:=<;696987554320/.-,+*)('&%$#"! !1%+##!#5#33533;!#!#33!5335#535#5!;5!!53!#3#5;#53cKMLMMMKB&MHLMHt\KKMMF%HLېLM,HH,HL3 2@/GooRWK  +5!!! !P5%23 %K@H"Gmk`TYM %%$#!    +  $2>54."3%3F졡MsW0K~~KK~Փ3졡Fs0WsM`~KK~~K 3 *:>IMVe@b# +'7)UQNLHEA2Gm``TXL@? TR?I@I-,   +  $%"67.67.6&>7.4">7&6327&F졡>;jWWFm$-9^5RE?!bzqG4/'Xtnp^Fi_'3졡FJGs=D13w>;D)U~@j! (!$aGaE=kT= w8YT;j +ql)3 L@I GE^^RVJ#"+!!)7)''2#56~XM$H71'/3X~M$HE%-="@EoRVJ+ !!!XXPPyr3 :@7 G^RXL   +  $%57%%!'F졡33ʜafl3졡FVVZZ> )@&  GRVJ+!  7!2PVlA0xxg3 (@%^RXL  +  $!F졡$&3졡FB3 #5@2`^TXL #"!   +  $"32>4.!!F졡GkQ,,QkGYuEEuh~3졡F,QkkQ,EuuE3+V@S& 'G  `  ^^TXL+*%# #! +"!!!!327#"&'#53&57#5367632&'&#b@?D)sj]!n_^kėO8004l99k&./ֽ *qqB 3 4@1^`TXL   +  $73"3264F졡^^kL#;#6K3졡F+k>K6#;#Lk+9?K@H?:821+ #GED`TXL-,,9-9'$" +7'7&'&'&'676767#"'732654/"7&546?&lbfK}WLF_u# }WLF_u'2u7u7: Q=: Q=!<@<@ZW-:J`:IE?[W-9K`:IVpYGopYGe>_ e=_ sC'<@9G``TXL %$!  +"&462'#&'&'&'67676"264 jiiJ}WLF_u}WLF_uꦦ#ffeG@ZW-:J`:IG@ZW-:J`:IY3B@?Gm `^RWK$ +!!"#3337#5>37&#&P_'voo `G$3P .Yp  '@$GEDRVJ+!!^y^y3 +@( GRVJ +3 }  3 ,@) GRVJ +# 3P&  L  &3$7@4G`T^VJ+23##5#535.546"2>54ұgQYgz>k~k>3gh]l||Ռh2`@k>>k@`3 B@? G^^RXL    +  $353#!F졡Pv63졡Fq&]n3 "@ "! GK PX@(e^_RXL@)m^_RXLY@  +  $!5!35!7'5F졡(Bk};!z=[3졡F@;Gm^RVJ+!7!#!57!7p'6]:Ei/3'7^:ܭi/3 $ GK PX@Dek   m^  _   _ R XL@Emk   m^  _   _ R XLY@  $$#"!   +  $!5!35!35#33535#5F졡 bt>Yq3졡F==n֒qq3 S@P Gmk^R  ^RV J +!#!#!!33##5#53piE3_9h3 *@'G^RWK+3!5%!!!L3JP) Fj3 #'+/3;KPX@dee^   ^    ^!^ #" ^%$^RWK@eem^   ^    ^!^ #" ^%$^RWKY@d00,,(($$  030321,/,/.-(+(+*)$'$'&% # #"!     &+!!35!35!35!3535!35!35!3535!35G"6BJBJ3Phcccc cccccccc} acccccccc3@Df+!`3`lJ39 -+.7>767>'>.'6&/~z =2]n +pWM 1@=.@d+1lK*  }eҊ595V6r+_eO/r1 2Ray|9Tŷ4C^ZZSj+*<&>Sc3 6@3GmnTXL   +  $"3667.F졡KJZ7_]PQHM#67.#LxyL1hehnn|{G,$ #1/-1}12,2-3'@$`TVJ+!!"2>54$"264P:5410&$! +&'&67+"&=#&'&'6767254#"&/&767>%3+"/#+&76;2D#"\c< y :KO7=;:LP5\H:0 ,91khU  **&I!7e{  ,3=]e70*%X<R +! 8*3"8#@ 1G8"Dof76+7354767>7>=33 354.'&'>7673*N9%\/. *'=}&0D !\N?$NXM8?!! !2^#,U0  D 40#MX3 #@  GTXL+  $%7%F졡,K,3졡F>>3-+="X}!!3 B@;8# )G-FKPX@@ e  m  m `  `  `TWK@A  m  m  m `  `  `TWKY@A@430."3' +!'&"&'&'&'2764'%!3+"/*1#"&46227R+MkZCK >H^+ P, #Pqqq3RT8F`gHN, rrrP'#*3GK PX@-dJeWKB{6 5 " . GFK PX@-dJeWKB{6 5" . GFK PX@-dJeWKB{6 5 " . GFK PX@-dJeWKB{6 5 " . GFKPX@-dJeWKB{6 5" . GFKPX@-dJeWKB{6 5 " . GFKPX@-dJeWKB{6 5 " . GF@-dJeWKB{6 5 " . GFYYYYYYYK PX@Rm  m  ke`` R     ^TWKK PX@Sm  m  ke``    ^^TWKK PX@Mm  m  k`` R     ^TWKK PX@Rm  m  ke`` R     ^TWKKPX@Sm  m  ke``    ^^TWKKPX@Rm  m  ke`` R     ^TWKKPX@Mm  m  k`` R     ^TWK@Rm  m  ke`` R     ^TWKYYYYYYY@+IHzyxwvutsrqponmYXRQHI=;0/%# GG+!!"&73>7>75.'23>7'6&'&6.'&6<>76&'&3#'##''45>76P)H<`Tzs    ~F A ' .4Q&E    *_J= zzBH + 3P # sb(&5    dT  G b P&- M_   C ,(  d $'Ykse ("3I:K PX@&HqM~pW  43'GK PX@&HqM~pW  43'GK PX@&HqM~pW  43'GK PX@&HqM~pW  43'GKPX@&HqM~pW  43'GKPX@&HqM~pW  43'GKPX@&HqM~pW  43'G@&HqM~pW  43'GYYYYYYYK PX@Mmm  k   m T   ^  ^ a WKK PX@Nmm  k   m ^  ^  ^ a WKK PX@Fmm  k T   ^ ^ a WKK PX@Mmm  k   m T   ^  ^ a WKKPX@Nmm  k   m ^  ^  ^ a WKKPX@Mmm  k   m T   ^  ^ a WKKPX@Fmm  k T   ^ ^ a WK@Mmm  k   m T   ^  ^ a WKYYYYYYY@)KJ}|gfedcba`_^]\[ZJK*)&$ II+2"'#&'/.'.74>7>766"''33735#464>7&'5>6'&v*nH>   "5 Z #`"    Fr?Q) 1#aY )S$e%9$ )! ^3>4m", !A r     %@*+ +i(, %)z,+$  +*%7';\  32@/ GRVJ+! '!' 7!7 ! LLLfbL3LfbLLL3!@@=G`^RVJ# +2&#"!!!!5676=#5354763L]?""0zES \]3B3$$Ct?#./PvXX:v3 $m@j Em ^  ^ R VJ!!!$!$#"  +!#!#!'7'7%!5!!5!K\KT{re$9lCN T} 0#-`n)9I37?_?;ya[\&EDFCQ..)993 l@iy&  - p]@EG  m  kk kk`TXLfdSRML97 +  $$"2>4.6>7"'&=4&''.=#&54>7>=&'&>7676&7&'&'&'&767>7.'.767&F졡$ƏUUƏUUL;uD3 74A.G (   $ * !@*) >  L`&3졡F`UƏUUƏH1  #E8_Jd$%e   p( 2 p  O %" 3  (+8#; (@% GoRWK+!3!53ι kk./@,G^RXL66+!!%!!#!&'&#!.'&7%6!%.7>_}29~8 " =/?<"   '  3   || 3 @ s f a ܜ_\WU& 92 Gm  k  kk   k  k  k  k`TYM xwqponed43  +  $%"376."67>746767>7654&'.'.'&'&76&&'7>'67>5256767676'"4#67&'&"&'&'.'&'&676.6276767676'6547>76'&/>754&F졡IB S) !: *\DZ >` 1+  & D(        +^ $ T# " $5   ! &V3졡F [4X"%  ++  u   ' %/  A  %"  %           #+  $   5 "     j3 @ "%Ơ6.c@?fḋrqm]Y GmkkkkknTXLºCB;9$# +  $62'.'2367667>7&'&'.'&4656&'&74&+"'&764767>7&'&'#&'.67>767>767&'.'&#"&>7.'&65.'&'.F졡"KA2 0       ! * # wQ<>. "  6   $ ""S &-,/ 2 !$,Z #V .  8) !3졡F4;    !2   *   LX@V    % !" 9   $A*&   ''   &  @?W$v!T   3*>KZu@r*A? WK G  m k k  ` R `  T W  KML,+VULZMZHE+>,>(&%$+!#5##3353!6'&'&'&'>76765&'&'37!"76&'&'&76767#%2!5676``E!Z. D+%-jcY68*Q .(ZL Dk"#$/?Q)w@=ob3\XEE;F!* 5.?WO?()O74. Ev]=#4 ;lSPF! PQ8 R8; E3 'E@B'%#! G^^RXL   +  $!!!//7??F졡ZZ*!IW,>&@+!z3졡FUJX73s H44( %d\:89@6  G^RVJ+!!!//'??Pf70Ko(3BkK*&48.Hth1:`d?6EYZ|#(6Y_3 /Kg[@Xc_RNJD95' G  mk`TXLML10 \[LgMg=;0K1K / / +  $3!>4=4/676'.;546?67.5467&!"3>754/67.F졡+> -v  r0, &,52 XY o & Z 173졡F9(78$6n  n7>$$%2E*G=i n# ) 7&$%;0   #n i>$A-D?w ;U@TQC51&# GKPX@&cmTYM@%omTYMY@=<"!KI#".'54?.'676%#5&/&'>'6UMn+I wD-2V%&); &*,*  1 "P! 6$F@!N9k ](~&c_ $'098 *2 :+0  *+   &?&jM  Q ~"$ *@E- &0|"6 !"% ^Q3.aO@L`L?<9 Gm^TXL///a/aFD#"..+!'#"&'5&''.>75>777>54>5676'.'.'.'5!+44LA>+\pT??W&Q>7L$-   ;*ND*!*L@D=))A/J;3-21 0]M 6BDV]= 5)>UWdST!,@DPLJ;*  :r:!*,?:# A=#1f\@Y]Z Gommpa `  T  Y M222f2fWSMH*%(3 +%#.'&7&'#.5467$&7>3#.'.'.'&"#"23>#HIVQPC5!5 =]VDB6 2@I" Z"#=A #:? *!:r:  *;JLPD@g"  &G1>Q&W??Tp\ 5ALb#a;J/A))=D@L *DN*;   -`H@E;8!Gmm``TYM`_TO<%.$+5>73>767>766#.'#.%>'>'>'263>7.#".#>&'&#"Z C 6BDV]= 5)>UWdST!,@DPLJ;*  :r:!*,?:# A=#g#bLAAC\pT??W&Q>7L$-   ;*ND*!*L@D=))A/J;^F32eK@H\YVJ5+*Gm`RYMQO43 22+"&'5.>76675>326!5>7>7>76'.454&'&&&-$L7>Q&'8 ?Tp\CAALb  a ++6/A))=D@L*!*DN*;   },!TSdWU>)5 7+VDB6 C Z  4$2 #D%M,*!:r:  *;JLPD@ ;@8G^`RVJ   +!!!2"&4``^ArA(({w;P''0@>@; G`TXL31" ;81@3@+( 0"0+%4.".'4>2.%32+"&546!32+"&546GyyG05,_ޡ_05,L  LgLL,[xHHx[&$',zޠ``z&$'  ww3 6~m@jsP Go  m m  k  m   ``  T X L87vupnUTML7~8~%%%'+&'&4?6262&'&47.##.56763#.#.'&7>767656&4767>767>765&'&##.5>7>4663L2!$1 49JN56UK248 %) #?J  $     ENcjGI!"926!5787 $12! Q464:K:27G>N3012A/Y%!  17/1 * '%-kGIFNd""L3493 &+@(GpTXL & &+  $".>767>'.F졡<%$$/=, 8 ]"E,'Y3졡F : 5/>g F!:=4{D17<d]@Z7_^B.- T GDmknTXL>==d>d65'&<<+601"1#'&'.'#./5.6?6 6?6'.167676?675>'.@Ij 91P|?I*   ")Bit^ (0>pg&.HL463#)++9+!\"  'G;tI=)"2aCTBnj;8  2Xnw<S@`Y#i.54603-B67cdRhHO"@ Df +.'.'.67>67>2%T(jl%3Fsyb!'.9K:0EEyd9>xn1tq%XK)5`t|#.[3 /@, GooRYM+  $ 3533F졡ʶ3졡Fs\8x3@Eof+ !!!X3Z+ gI3;qP@MxrfL.G^^^RVJ<<~ut7&'.6765!45<.'&/7>&'>7#.!&6m5l5 #A,1E! 55+&N$1E! i !.%%B'* !C/%%B'*gLL3^W:>3%75F}TR35Hb%1& (=+1@& '3!&^C553j3@-1 K#1A& &4 '^B44+D. (,%%>!*+%?F44,C. (=/%%>!**%?F4   4&5B(,E3%.\/fDFf 3 #'+/37{@x/.-,+*)('&%$#"! G ^` ^   ^RXL4400 474765030321   +  $357%7"34%7%77%73535F졡(!E!1E!Ejggpppt t t c3졡F=xx$cbbc^O878+&)&))&)''''66Q66 ?q3 #'+_@\  #"!  G^^^RVJ+*)('&%$+3#%'%'2#4''%''%'3#3#8@@m5m5m5Xh93%%%%}YYDA=B<1>11>1V*V3 GK PX@1e kk ^RXL@2m kk ^RXLY@    +  $#7#5!#"&5F졡nVVOIfI3졡F7[3HH3>x _ FK PX@ e^RWK@!m^RWKY@ +3!73!'!!^Ζ,8+IPvL>x34@1GoooTWK#+33 3!3265!!"7_8UyP3t8^8yU [@XGF^ ^ ^RVJ       +!5 !5!5!!PRJJPϰ L@IGF^^^RVJ +!!-!!!!!5PJJPϰc>bc3 0M@J0'"&#Gmkk`TYM+  $"264"72627&'&'&547F졡RR4&+ *+ cTe) 3졡F-I,I!/)  * * !<1 3 !%+19DW,GK PX@M em  ^  ` ^`TWK@N  mm  ^  ` ^`TWKY@=;:&&""WVUTPNFEA@:D;D763210&+&+('"%"%$#!! "+!!.#"!";26=4&#3533533=3$2"&4%"264&!32654'!!)|G73.'**p++T)*)*}ڛښ9a8{{{ZD'7BM){ UP35> ##*^**^*F`G#ٚe8a8Wzz{M>F)LA7&{F>3 2>@;-,"!G``TXL (%  +  $"!2674&'!#!".'>F졡  3졡F_^   3 '@$^RVJ+3!73#7!#B,Ι(UUVV$$K PX@2 e k   ` ^  T X L@3  m k   ` ^  T X LY@"!  +203!####5#0##".4>"264HK\)LByYXXggh#@pFuXXggg3 X@U G ^^ ^  ^RXL    +  $!!!!753#F졡l.((43졡FjJoD))D>/ L@I G^^ ^RVJ  +!!!!!'%35x@w?==qj??G``3 b@ GFGK PX@,mkknTXLK PX@&mknTXLKPX@,mkknTXLKPX@&mknTXL@,mkknTXLYYYY@ KJED,*  bb+  $"#7>74&#&'.7>32>'.'.'.>27.&&'.'&'&F졡*4\?~R46+d I\l0+wF>\62-(T$]?#3$  0(,.'7N/>$!$6"yx/^!*<.@+omnTXL8620%+7&'&>7>67>3 '.''.>7676$676&'& Ebm92}mkb$+! LBʃP ?(*) d s+ HufI %F}Q3$7! 3+,"!4 xs )3 ,@)^^RVJ+!!!!!!PPP33   -+ 7' '7''7'7'7AyNzAoyNzo+ONO++ONO}AzNyozNy+ONO+:+ONO3,0d@aG mm ` ^ R WK---0-0/.('#!,, +!!;>5.5#367673&'&3P&)89%)9*?(9!)77T3P4%(24%*%J?m#?'1+u<9  3"-159=AEIMQU&K#PX@f  e !  ` ^ _   ^^^^^ R V  J@g  m !  ` ^ _   ^^^^^ R V  JY@K$#UTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.*)#-$-"!  "+232;!=32;654>!#!#5!!"264&3#7!!3#7!!3#7!!3#7!!3#7!!X0Et t5w     &&tXt&&tXt&&tXt&&tXt&&tX3H0u&KK&7? 7 rO`O<   '&'j&&'j&%&j'&'j&&' 3 #'KPX@A e p  ^^^ R V J@B m p  ^^^ R V JY@0'&%$#"!  +53#5353#3#3#!5)!!!!!!!>rrrrr[H     *~37h{A$*zG i\N  D@ooooof@җDB! +.'&7&&>767.3.67>>7>76'.'&7>'.'.'76&.'.'.%.'.'>7>./.'>..'&'%&76?6"7>7.>'&>76766'.66Mk *Y/-      'G'$yk9cB ]^z4d\F,WSW"TZ8I:]@B0208 #!,[" !p:.N)'@2 4 2 1"" C-!! ?82c&W &#2! o! * k< 8N#Pa+T A=!='.!/K '    a*%*&7\. ;HS%  v1sQG?z)UZ7-  !(&&AT1 A> @c8Dd:QI2o~Ut Y*+c &-)#"0.6Vk,'3N 6 ) #*@$(    )9(H0  '8   'p1#3 (F@C&G` ^RXL  %$( (   +  $&#!#54'.23#5>F졡=dZRb9J-#/*3졡FrD9*lxG)&$8 w/#GG%.4|3>@;G`RVJ +3!34&67>&!=.Po,0o@S4(F3eGJJ2\c$j|UF*D)3  @  -+  -'1'/7/7SB;CwwOww$$'"(3;B;B vwPvwy$ #y#'#'+3 $(3@0('&%$#"! DTXL  +2%7654&#"'&54>%%XqΕX xT)L6! 8gY_3Sj Op4F' Ua5v3%J@GGm^`TXL"!%%%)+!#5#".4>327#"264&L,PjGussujFwE՗3JInGkO,tsEEvFk՗3  .@+Gp`TXL+  $" >54$2"&4F졡3* hJJhJ3졡F*|b8U68|IhJJh3+@( DpTXL+2 &54>"264X\yG!{{?-Toooo3Hy\>(SIpS.ppp3 "<B!@;8 5$ @=1(GK PX@C e   k  e`  ``  R X LKPX@D e   k   m`  ``  R X L@E  m   k   m`  ``  R X LYY@##BA?>#<#<:9760/.+%+  $#5327&'#5&'##;5#567675#"'553"F졡+LdcM++@KUUUUK@2\\#H3졡F1 hWT??Wh s)H55H)KK3.:@ .# 8/*' GEKPX@Bo mk e `  ^ R W K@Co mk  m `  ^ R W KY@:9765210)("!!+35353##"'#3673563 735#&'&'3+53528B,-B-$vu$.B-NlN$*brrb*$܂6p3naa ss*!@''@!nRRn 3 (@%^RXL  +  $!5F졡^3졡F1@RVJ+!!P3F@C   GEDopRVJ+7!7!''!7'7!L͏L͏͏L͏L#)#-+%&'&>7605.676mC kNW .[9TDt1D&WmWPB?jЈ >a PE-T; &4DR8+ Ps "jL"*5K@H `  T`T`TVJ53.-)($ +%!5462#".5462!5462"&462!5462"&54>32KcaX>)E)Y|qpeffAQ~rs5Z6QKKC``O}X)E)>X!VVNnneeebbX}}ssR5Z5)(4=GT\f@c1.+ %#G[YWUSQJHEC@><97EoomTXL555=5="!+&=$77&&$'.'%67"'67>676767&'6'%67767&'6'&'6&,78;uG!(G6u۳Edq ʋ.q*P@a.?eE(;81 GW 4#Ж 'l%M>%8 Za*rv&P6|!J` j8mZ O?v),!!a2hWke3!+@(G^TXL+3#2>54.'7 $54>y4./7F졡MsW0K~~KK~onppnq3졡F0WsM`~KK~~Koooqoq3 #@  GTXL+  $'7F졡{~|~}|3졡Fx{~|~}|-+/7"@ DTXL/+2>54.#"&54>ޡ_ް8H0D%KkH8_"_z?`=%C1kK=`y?5zޡ3 S7@4;:9GmnTXL HF SS+  $"#6&'&76766'&>7>7676'&F졡GLJ4;?42I  -= " )3 [?HX,5+4.!$A8O?3졡F?I3;<c,  -= ) 3]A=W,4@6* $@:8`R>=k3I#@ ?>GoofBA#+&'&767>'2>&'&6767>76.'&'>6H"SET G9BG eXQ 44*/63#aGH     -\4Rf Swk&Yh$%DUgRG%iZS   !5+(./ !aEH  -kOa Qu kY]e+37=@:(&)G`R`XL42)%+#&'576536767654&'&'&'&5>767$B-J:(0792()G@`5G>6ic6< /9'D/KNf?wc%vHDq# +B/CaCm"<=#n=,9X]HB|h'{@3 4@1^RXL   +  $333F졡3졡Fnn3@RVJ+!!!!  3PP3  ?@< GmkTXL   +  $">/&%F졡!d=-dD53졡F=d-=dD51  @ G Dof+/&> !G` !G`!; SMt `G !`G OcM34?1@.($ DpTXL?=8742+2&'&.5..'&.5>76326"&54>32 # $#&"~EbE7 1# #@  "   m  S&> bFF1 6 3 67@41/GoooTYM 6 6/+  $2?6&/#&'.'&'4?6/&F졡 f4Ug#f ,  N%R 3졡FM f%3!9ȍ "/ > 830 I.M" 4Nm+= -> ux 6' J 83 4@1^^RXL   +  $!!!F졡u3졡FbM(@%^RVJ+!!!Pp, B@?  GooRYM+#&'67&.'7%632"FM@"T$-7pbuSf]>L"OP5Vߌ&6P@MGm^`RVJ    +!!!2#"&546!57P\);;)+:: {.u;+);;)+;2Ef3_M@JRPJY GomaTXLMLDB<; __+"'67>76767676.'.7>'&'.67>.7>7.'&'6$XXUU )8t2z/0bD7slgVE 8/  "+$XQ, :P0; )&99*3cw!  3EL~d &:R05ieQA  /}l&LF49]F-SI*0Z;Di@+$O$>@;GopRaVJ81 +##7'333!2#!Aׇx``xוx 6>/'%55Yxx  ""  3  @ GTXL+ $$ 졡F}F,3 *@'G`TXL+  $$"2>4. F졡|II||II|b>3졡FI||II||XdL3-+ d3[[K PX@; ϔy  %GTIC1' Gc EK PX@; ϔy  %GTIC1' Gc EKPX@; ϔy  %GTIC1' Gc EKPX@; ϔy  %GTIC1' Gc E@; ϔy  %GTIC1' Gc EYYYYK PX@2  oo o  oooooofK PX@.  oo o  ooooofKPX@2  oo o  oooooofKPX@.  oo o  ooooof@2  oo o  oooooofYYYY@̰FE43,+ +>7.''&'&'&'."'&'&'4'#'&'&'0'"'&767476'&7676'&'&67767>7>76>7>6'&'6767&#&"'&"6362''&'&767>3&5&'&76'4.>5.'&727&&2+!  ?  ;    ("&;P 0C*2 -* +lP (%m3*@  &0 @M4 h$>E<.Z6& 8&S & 8/TP& O  .   WD Y% KB  C8P   ,A/( E2!>1OC #80^-(L ,,  AWQ# %) *      )B/0U[\ & F:'-6T}RE I(A `  X'$%&3 4@1^^RVJ +!!!!#!%!b3Pm3 =@:mk^RYM   +  $#33535#5F졡W3졡Fe3 &@#R^VJ+!!!!!!TRR3RRT"#@Vb}d@aRGjSF;:-,  G````  T  V  Jdcrqc}d}^]XWMKBA43%$ +25>54.#"&54>25>54.".54625654&#"&5462".542#&'.=4>ޡ_ԪJzX1WpZf8_޽m4^>N]dʫd\N^qmʐK%yV8`7%K`E6@6u.    4 :!_zB5gSp͓X8fZ@5B0zߠmoKl#,2aeddea2,6qofgH95AVy7`8A59HgfD1 5 5 1 N#y+*O#s(( K PX@1c  m_   ^RVJ@0o  m_   ^RVJY@ +!3!%3!#!#%!o//B@B#]$^ww>630Q@N(G T `T`VJ*)'%  00 +2!62"'!654.#"!32654.#"!&54>Fd1<2dd2@.N/Fd@3NFd-O.N3^1.?3dFF22dd23R.O-cGR3;dG.N.;2F"?. 3 '+/37@^    ^ ^ RR  ^^ R V  J(( 76543210/.-,(+(+*)'&%$#"!      +!!!!!!!3#%3#!!!353!5##!3#3#73#!!HFHnnll!EommlHnnllmm3!HHolll!llmHmnmmmm3 /7N@KGmk`aTYM 5410"! / / +  $%"3>2&>7>54'&"264F졡$aJD %#'; / T##- U<@;mk`TXL0.)( ''+2'.67>76.#"#.7>2#"&4JTO* $p @ ?!/1[cqO$?%8P3WRq:I?($/)4/80pb*%g''F1$&,&'U4`O9%>%Pq3 00@-0G^RXL+*)(+  $!#&>7%!#&>7F졡 ,C-4 Y)#L ,C-4 Y,+"3졡Fy'4O1<' w'4O1<,3 /.@+/G^RXL+ $$ %>5!3>5!3졡Fw ,C-4Y-+" ,C-4Y,+"}Fy'4O1',w'4O1',':@7GpRVJ''+'>'#!'>'#!.!/9'' %7\QvNK./@H*%7\PwN !'51W\F&  #+D+1W\F& ':@7GoRWK''+3!4>%3!4>./?I)%%7\QvN./@H*&$;9RB[= #+D+ W\F&  #+D+ DsUE/% "9MI@FGB:2*;GE<D`TXLMK?=961)1;#+ 5#"+5;267>7676;!;2&'.+ 5#"'&'67>7;0>"'#^2!&V8MXX2^#- #F!XM#04 D  0$[15'*4'9N*&A$1 gN$?N\! 3 "@`TXL+ $$ "264졡F}F"^ny@\[/.W3 M= G  m  m  k`  `    ` `  T X L{z$#z{uspohg`_ZYVTEC6410+)#^$^&+%#".'.7> 3>762#".5'632#".54767.54>32>7>"2>4.2#".54%2#".546"4 Hu@D       2G(4B/4OdD(23&#ToqÓU"&15&Gha 9̶OO̵NNG22#((1$'2 6    4/B4.5*"&2$>Jc88cJ =$2&",59 '2VutV22VtuVw1F2'#0'#1'#2m +@( GoRVJ+%! #'73!lhBީCt&q}hE3$X@U#GE$Dmk`TYM!  +27#!7.#"#>!32673#"&'XzS=Y'7=Y'zS3]S4.7''7'F졡MsW0K~~KK~3졡F0WsM`~KK~~K3 )@& GTXL+  $77'7'F졡3졡Ff3 -+  OO OO* OO O3 *D@A'&%$#G``TXL "  * *+  $"3267'#"&4632.F졡G]8]^_.z`8VxxVH9[6e M[3졡F[8]G^]_PF/8xx-AgCG -3:@7G`TXL +27%7&#"32>7#"$$X{Sb}a__aAw^4m졡3^T|ѳpN_¤_-P5yZLF3 @  Gof+!''7!S3S )@& GEDRVJ+!5 5!0P0 03 !@E Dof+!!''703'3 @ EDof+#3 3=#0%0%;00@-  GD^RVJ# +3!) !#)^  dRrE DKPX@'ec^RWK@)mk^RWKY@ + #3!#%!3 35#,,ᖖ> Rw,3 #@  GTXL+ $$   졡F,w,}F3 FKPX@(ocenRWKKPX@)ocmnRWK@(oomnRWKYY@ +!#!!3!#3 + +}Yi30@-``TVJ+#4.#52 #4.#52#52E|n'y Lb r c}ӱ|EybLrALW_jnrv"@? 2  GbDKPX@e  mk e  km `  ``  _  `RVJ@f  mk  m  km `  ``  _  `RVJY@5CBvutsrqponmlka`]\YXSQNMIHBLCL,*&$!  AA+23!&'#"&'&0"&463267>3267.'.'46"264&"32>54$"2643.3#%3#%3#!<+6 %UASDC6"3#P1&D &&R2:-\<*% 3%_C&/C00C00!&s&&*o3&%!,<>3졡F2C33CX 7@4^^RVJ   +!!3!535!!LjjLrVVr3/K@H- $! G  ^  ^RVJ/.*)(' +33##5.'#53>73#53>7#53.'#U}}UU}}U3y}UU}}UU}3 'C@@G``TXL$#''++  $"01753264%2"&46F졡Y-l>Hy,J,_^^3졡FcyTGk!)+K,C^^_3!>@; GDm`TXL!!'+2#"'1'73&54>"264&8ѾRRhoOQ'NL짧3QоQ:}hLMv'@$GE DTXL-+ "4>3CgYf$7]T~ZH>CBAn~⢀Q:3 !=@:  G E^`RVJ/4+!!!57! 5"4>3Rs&PZVIJu- 3 /7?D@AGoa`TXL=<985410$"! +  $&!2674&'!7!2>?6&'%'&'"264$"264F졡 Sh O.!!.!*/!!/!3졡F\ i0 6;!/ /!!/ /#+75@2Eo`TXL6520+*'&6!#+#!!#!.?'.7>"&462#"&4622""#!3 ,% =7O88Oo#(88O8R+- +:'e](gO77O8_$7O883 ?@<RRRRVJ  +33#3#3#}P|X, 2@cJ@G RA8JGXEomkTXLIG=<64$/+6&'&'.'.'>363>7.'&'.'.#7>7&'&'.'&7&67>6G<97b!8*']4 !/^CBQ&5R?,B&Q+rQ%&!2I4_\FT!3,eUERFf+A 7MT_[> 4(FC_ *!X.@V*3f@-I-% :*8*." !+;b'$r\FMBy,_&.adNP:Q=!LOTU+>32<DOG@;42'GK PX@2md ^  `RXLK PX@-m ^  `RXLKPX@2md ^  `RXLKPX@-m ^  `RXL@2md ^  `RXLYYYY@FE33LKEOFOBA>=3<3<98+/" +!672"&'&=.'.'&7&'.676%672"&4%2"&46>1'$8!:  mZ 9 J.Ur f  ? F# LuSSuS&A&SuSS3 &#aa[ +:Zc^>g    )SuSSuS&A':SSuS3 'F@C ^`  `RXL %#!    +  $!2"&462"&4!#".F졡}t=8((8'9''9'Z;e:3졡F}tx'8((8''8((8Z:e3 !6@3`^TVJ!! +!!"264$"2654.2>5PkLLkL,40#KlL#Qpp3PLkLLkL"05LL50"}qooq'2;DOXaoz@) }ysna[XRNHD>;51-+'! Gmkkkk  k  k  k T XLbbboboZYQPGF=<43   +66'!&'6762'&'6'&'1/'&'2'&'12'&''&'&'&/6'&'61'&'6'&'62'&'66&'9l%7 ''>EJ4V'h 1   2 b    ) N  ,  c  +  /(DK \<8L#h?h of"hh h hЅh)- ge tnl ^m'6 GF0-@* GE DRVJ+!!'654'7'6'Wd}VXX길[ZXZ,}{YXy{[[3$;LVu@r/D TP Gmm  k```  T  Y MNMSQMVNVFEA@?>10(' + ..54."&>6&."&>>.."&>6&2#"'>Fqq:AG ny a_ h]g RyP  JNV EzveDH"V[t3죒TCj?K=Ok(' .7 #/7"! !( !'cHG:E3!J@GG! Eo^^RWK1+%!!%'3!3#!#%% %'(NON2N5}2i*Q9a9b b v'q_rKT5w6+ 3 3@0 GenTVJ+  $%%7%F졡faY3졡F1ڰ)'4@1E"   DR^VJ,$,"+'%7%'3#'?/?%/^"iVq\c []#kZqVq#U PIlBmC@lDDC @E Dof+ Ǘb N 3'@$GRVJ+3 }3(@%GRVJ+# 3P& L &3 (@%^RXL  +  $!F졡X3졡FX3@RVJ+!!P3P33[Q@N67Gmmn `TXL54USDA;94[5[':"& +&$'!2>74&'.'".56;6765#.=&'&#!#!&5>3c*=2tM8`:""   U1$==TZ8?&(*^"T6:%IC"@cKoY,P3-I 5 #_510;Yf))# -5L7$3   PH{ߟ^3&@#mnTXL$'3+>3!"'.73>5.#6$\-XmM$4$&34#&3z\'6"Km?"T&35#&3401@.)Gm`XL$3+>7!'&7676&'&%3'6&'.+#46>S6<=|p%IJ,Iq`""+! <C=:!?*3I>&? b@_ ^^ ^^  ^ R V J    +!!%!5!!%!5!!%35PPPwwvvww3 $@ FEDK PX@5m em ` T VJ@6m mm ` T VJY@$#! +#3'3#%!#4&#3!5365450#"#ЋьI/MK/J3n$5::) L$n3$@$ GF#  DK PX@*e`^ R V  J@+m`^ R V  JY@"!&! +!#4&#3!5367450#"#!55!'I0MK/J+3m%5;;* L%mƌЋ3 +@(^RVJ+!!!!!!!!  ]  3  3 <@9^^  R  V   J +!!!!!!!!!!!!,%+,%+,%3,Ԗ,Ԗ, 3 #O@L^   ^ R V J#"! +!!!!!!!!!!!!!!!!!!,,,|,,,|,,,3,,Ԗ,,Ԗ,,.3@0T`XL(&.. +!'&'#.5>3!#.5>;u y (**AS#J  GGmR 1Z(@*   g!3D@A.&GoRaXL"""3"3,) !!+6!!.'4>73>#"&'4>7-+T 3H&!      2;*K' :& [  0  f  3"@GTXL%+ $$32'1]졡zװ T ֦z졡Fְ T 3"*4@1m`RWK*)(&$#""+2$&76"67>.'.3+53VtQQQQtVRW?V<767>6.'.>74'&'&'&&A[k- &$,m[BA8>QV:<@>*-<   ,}f!#z"jyW: -=?* 1"+Fj3!@GTVJ(+!%.54>7jHKCN>hD&KB0S.TP]9Zo9X*3 yKPX@*e^ ^RXL@+m^ ^RXLY@    +  $#!5#5!F졡Zl*3졡F?:ii:hH3 TKPX@c_RVJ@o_RVJY@ +!!!5!!!*Z"Zt3\3#J@G Gmk^TWK  +!&'&535#5##332767=P' pYM\#2Jf5+53P 3Uv(@ 21@.G1.,!E Doof%$+%&'67&'767&'&57&'&7&7676676 B08aľicQPz 'y.B-b %qo,5fAz*IV9&KZN zmW :<bL'Z;A$S^JV@.qMT(/3/L3 bjc@`0G  m k k k k ` `TYMjife^[UT@?;:' +  $$"2>4.'.'0.#".'5".#'.7654&&'&?>;2"&462F졡!RRSS  " g : // 9 !  3I33I3졡FQSRR  Vi      I-    0I33I33 #}GKPX@)e`_RXL@*m`_RXLY@ !  # # +  $#!!54>763.F졡7W4eF% tq3졡F33Y8\o\$ PwEk35@2m`RVJ#'+!35>7>3#&'&'kڸ/ 1KI228).4.##%#졡F~KK~~KK~}FK~~KK~~z 33=IB@?IFE>;:,+('!  GmR`VJ+#5.'535'&'&547>753.'4'.'>5R,^GUE?W"   ;;Q,\EO~FD>Z7+K< .  + rE%' 8ABahB%&nk &'/0J(  ""3+@TVJ+%!5467>54.'&'&'&>2PsAPywY%  !6a|a6!  $'X63P-+YM58*xA/3?2""2?3/Aw+855G8P`3+ZT@QB./ML:GEom`TXLTSHG20-,+2#&'&67>76'&.67>7>762&#">&5>54'7".4>'+N*Y73U565Qx >o4*  /90UQ'>D[Y.Nm>2R2' ( 4pK["EttDDt3-BJ-ZT4. 0j) c61;* ?/"[Z[@tW:`nzw^$U˵3D>&PXXtEEtt3 <@9G^^RXL   +  $!!!7F졡Q3졡FX.{=@: G  FD^RVJ+!!5#!55~㿿r 0@- G^RVJ+!!! Pbtfk3 a@^ GFE D^^ ^ ^ R V J +'!!!!!!!!!!!!!WYYKKv%II3YXV7,,3IM_'&GK.PX@oeTWK@omTWKY@JJJMJMLK204+&:'.'.'&7>:6767>&!@l#2 53#,-   "6 Ao* P1#i;<#LD:-E&' )%  [ / [ O/Q7<SP3bW@TEXGekk `TVJLG:952'# b_ +!!#'&'&"&7232>?>?>'&'"'&7>'05.#"+".>56'"&PV 8=  a4 7u,//>#  ]! "X+= '   H>3Po%qJ !/x) ; T(3R'B (61+   5/!%8167)@& GE DRVJ+3#'654'olnJLL++ljLLhjOlD'-?@<'&"  G*E+DR`VJ$%+#"/#"/&54?'&54?62762%3#A9RQ9QQ9QR9Q|o9RR9QQ9RR9Q++!1@. G!E DRVJ+3#'654'7'6'7'6'omoJMMʟObnnbL++ljLLhjOɟ?O}kbaL3Quz@}o`Y?#GyxwD   e  mmn `` TX Lvvvzvztqmjeb^[WTLKIGCB;820)'QQ#)'+6/&#"&463?>'&#"32!>7&'65.#"7632&#"72#"'.6&+"'&+"'&+";2?;27 2- !!-'TFVVFTu6J&"I1N+ !   6#!" ,7 =,; L:9"8[9UkjC12 ,49=  1  " >a  i3 @@=GEo^RVJ  + !37535XXP*0\\3Pߟ+dd3 #l@i^^    ^ ^RXL  # #"!  +  $!!!!535335335F졡x~ 4wjjk3졡FTNHjjjjjj  M@J  ^ ^ ^ R V  J   +%#53#53#53!%!!!?&xpj“d(3 :fj@g mk m `` a T X L<;\ZJH;f23'#3&'&#.'3&6766676767>.'.'676763CF/"7 6B!    8  ?AJ# ,F ' ]681+c|gPS " 0jrU9;@GNv3D13E 6!!7 ' },'  &$S,  $&LR[?p)Y67;Meh-3(,]cof@c5ng_^WVUBA+*) G m ``TX L---]-]KJIH31/. ((  +.'>73>5.'>7& 67>'&##& 676'.&'&67676'W{ޟ^cv{ߠ^@q_rϔX\msϔX\TPK{bE8(M5  oT5# &Qq4NDzU Z}cv{ޟ^cvco<[msϔX\nrϓXP58 kyF?3'%% Kb&  & Uh@ykc14Gp`TXL &%!  +  $">'/7&62"&4F졡ZQ9)vS4qRxU!x!/  3졡FO9)q4vSRq4x!Ux ,$@! GE Dof+7''&>&"267 (V6 (z"0!!0" ǎ7U( 5V(""0!! @GRVJ+%!! P\/3 ".S@P" G D  `^ ^TXL*)$#  +3##5#535'#".4>322>4."f݋mǐUUmJvcE'aѱffѱgg aUǐU'EcvILfѱffѱ3"&A@>GD`^TXL###&#&%#+%'#".4>22>4.#"75!݋mǐUUǐUaѱffiNg=g3 aUǐUUmLfѱf&??z@>@@@ABtBCvCDD\DE$FFFG8GGIIIIJ~KL6NNrNOOnOP"PdQZRRLRfRRStTBTTU2UJUV2VW2WvWWX:XY*Y|YYZPZ[f[[\<\N__<__``albbc ctcd2de&e`fpfggxgghLhhhi.iZiij,jjl*llm&mmnnjnolopjqqrFsstuuTuuv v6vpvw:wwxXxyXyyzXz{4{v{|B|x|}*}}~J􀂀ҁԂFZH < ĉ0rb3L\s l 8(  .    * P?    elusiveiconselusiveiconsMediumMediumFontForge 2.0 : elusiveicons : 19-2-2015FontForge 2.0 : elusiveicons : 19-2-2015elusiveiconselusiveiconsVersion 001.000 Version 001.000 elusiveiconselusiveiconsj<3      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./01uniF101uniF102uniF103uniF104uniF105uniF106uniF107uniF108uniF109uniF10AuniF10BuniF10CuniF10DuniF10EuniF10FuniF110uniF111uniF112uniF113uniF114uniF115uniF116uniF117uniF118uniF119uniF11AuniF11BuniF11CuniF11DuniF11EuniF11FuniF120uniF121uniF122uniF123uniF124uniF125uniF126uniF127uniF128uniF129uniF12AuniF12BuniF12CuniF12DuniF12EuniF12FuniF130uniF131uniF132uniF133uniF134uniF135uniF136uniF137uniF138uniF139uniF13AuniF13BuniF13CuniF13DuniF13EuniF13FuniF140uniF141uniF142uniF143uniF144uniF145uniF146uniF147uniF148uniF149uniF14AuniF14BuniF14CuniF14DuniF14EuniF14FuniF150uniF151uniF152uniF153uniF154uniF155uniF156uniF157uniF158uniF159uniF15AuniF15BuniF15CuniF15DuniF15EuniF15FuniF160uniF161uniF162uniF163uniF164uniF165uniF166uniF167uniF168uniF169uniF16AuniF16BuniF16CuniF16DuniF16EuniF16FuniF170uniF171uniF172uniF173uniF174uniF175uniF176uniF177uniF178uniF179uniF17AuniF17BuniF17CuniF17DuniF17EuniF17FuniF180uniF181uniF182uniF183uniF184uniF185uniF186uniF187uniF188uniF189uniF18AuniF18BuniF18CuniF18DuniF18EuniF18FuniF190uniF191uniF192uniF193uniF194uniF195uniF196uniF197uniF198uniF199uniF19AuniF19BuniF19CuniF19DuniF19EuniF19FuniF1A0uniF1A1uniF1A2uniF1A3uniF1A4uniF1A5uniF1A6uniF1A7uniF1A8uniF1A9uniF1AAuniF1ABuniF1ACuniF1ADuniF1AEuniF1AFuniF1B0uniF1B1uniF1B2uniF1B3uniF1B4uniF1B5uniF1B6uniF1B7uniF1B8uniF1B9uniF1BAuniF1BBuniF1BCuniF1BDuniF1BEuniF1BFuniF1C0uniF1C1uniF1C2uniF1C3uniF1C4uniF1C5uniF1C6uniF1C7uniF1C8uniF1C9uniF1CAuniF1CBuniF1CCuniF1CDuniF1CEuniF1CFuniF1D0uniF1D1uniF1D2uniF1D3uniF1D4uniF1D5uniF1D6uniF1D7uniF1D8uniF1D9uniF1DAuniF1DBuniF1DCuniF1DDuniF1DEuniF1DFuniF1E0uniF1E1uniF1E2uniF1E3uniF1E4uniF1E5uniF1E6uniF1E7uniF1E8uniF1E9uniF1EAuniF1EBuniF1ECuniF1EDuniF1EEuniF1EFuniF1F0uniF1F1uniF1F2uniF1F3uniF1F4uniF1F5uniF1F6uniF1F7uniF1F8uniF1F9uniF1FAuniF1FBuniF1FCuniF1FDuniF1FEuniF1FFuniF200uniF201uniF202uniF203uniF204uniF205uniF206uniF207uniF208uniF209uniF20AuniF20BuniF20CuniF20DuniF20EuniF20FuniF210uniF211uniF212uniF213uniF214uniF215uniF216uniF217uniF218uniF219uniF21AuniF21BuniF21CuniF21DuniF21EuniF21FuniF220uniF221uniF222uniF223uniF224uniF225uniF226uniF227uniF228uniF229uniF22AuniF22BuniF22CuniF22DuniF22EuniF22FuniF230, UXEY KQKSZX4(Y`f UX%acc#b!!YC#DC`B-, `f-, d P&Z( CEcER[X!#!X PPX!@Y 8PX!8YY  CEcEad(PX! CEcE 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-, E %ad CPX#B#B!!Y`-,#!#! dbB #B CEc C`E*! C +0%QX`PaRYX#Y! @SX+!@Y#PXeY-,C+C`B-,#B# #Babfc`*-, E Ccb PX@`Yfc`D`-, CEB*!C`B- ,C#DC`B- , E +#C%` E#a d PX!0PX @YY#PXeY%#aDD`- , E +#C%` E#a d$PX@Y#PXeY%#aDD`- , #B EX!#!Y*!- ,EdaD-,` CJPX #BY CJRX #BY-, bfc c#aC` ` #B#-,KTXdDY$ e#x-,KQXKSXdDY!Y$e#x-,CUXCaB+YC%B %B %B# %PXC`%B #a*!#a #a*!C`%B%a*!Y CG CG`b PX@`Yfc Ccb PX@`Yfc`#DC>C`B-,ETX#B E #B #`B `aBB`+r+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, +ETX#B E #B #`B `aBB`+r+"Y-,+- ,+-!,+-",+-#,+-$,+-%,+-&,+-',+-(, +-), <`-*, `` C#`C%a`)*!-+,*+**-,, G Ccb PX@`Yfc`#a8# UX G Ccb PX@`Yfc`#a8!Y--,ETX,*0"Y-., +ETX,*0"Y-/, 5`-0,Ecb PX@`Yfc+ Ccb PX@`Yfc+D>#8/*-1, < G Ccb PX@`Yfc`Ca8-2,.<-3, < G Ccb PX@`Yfc`CaCc8-4,% . G#B%IG#G#a Xb!Y#B3*-5,%%G#G#a C+e.# <8-6,%% .G#G#a #B C+ `PX @QX  &YBB# C #G#G#a#F`Cb PX@`Yfc` + a C`d#CadPXCaC`Y%b PX@`Yfca# &#Fa8#CF%CG#G#a` Cb PX@`Yfc`# +#C`+%a%b PX@`Yfc&a %`d#%`dPX!#!Y# &#Fa8Y-7, & .G#G#a#<8-8, #B F#G+#a8-9,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%acc# Xb!Ycb PX@`Yfc`#.# <8#!Y-:, C .G#G#a ` `fb PX@`Yfc# <8-;,# .F%FRX ,5+# .F%FRX +-S,>+-T,>+-U,>+-V,@+-W,@+-X,@+-Y,@+-Z,C+-[,C+-\,C+-],C+-^,?+-_,?+-`,?+-a,?+-b,7+.++-c,7+;+-d,7+<+-e,7+=+-f,8+.++-g,8+;+-h,8+<+-i,8+=+-j,9+.++-k,9+;+-l,9+<+-m,9+=+-n,:+.++-o,:+;+-p,:+<+-q,:+=+-r, EX!#!YB+e$Px0-KRXYcpB*B*B*B *B *D$QX@XdD&QX@cTXDYYYY *Dpython-qtawesome-0.4.4+ds1/qtawesome/fonts/fontawesome-webfont-charmap.json000066400000000000000000000430731306250465400271750ustar00rootroot00000000000000{ "500px": "f26e", "adjust": "f042", "adn": "f170", "align-center": "f037", "align-justify": "f039", "align-left": "f036", "align-right": "f038", "amazon": "f270", "ambulance": "f0f9", "anchor": "f13d", "android": "f17b", "angellist": "f209", "angle-double-down": "f103", "angle-double-left": "f100", "angle-double-right": "f101", "angle-double-up": "f102", "angle-down": "f107", "angle-left": "f104", "angle-right": "f105", "angle-up": "f106", "apple": "f179", "archive": "f187", "area-chart": "f1fe", "arrow-circle-down": "f0ab", "arrow-circle-left": "f0a8", "arrow-circle-o-down": "f01a", "arrow-circle-o-left": "f190", "arrow-circle-o-right": "f18e", "arrow-circle-o-up": "f01b", "arrow-circle-right": "f0a9", "arrow-circle-up": "f0aa", "arrow-down": "f063", "arrow-left": "f060", "arrow-right": "f061", "arrow-up": "f062", "arrows": "f047", "arrows-alt": "f0b2", "arrows-h": "f07e", "arrows-v": "f07d", "asterisk": "f069", "at": "f1fa", "automobile": "f1b9", "backward": "f04a", "balance-scale": "f24e", "ban": "f05e", "bank": "f19c", "bar-chart": "f080", "bar-chart-o": "f080", "barcode": "f02a", "bars": "f0c9", "battery-0": "f244", "battery-1": "f243", "battery-2": "f242", "battery-3": "f241", "battery-4": "f240", "battery-empty": "f244", "battery-full": "f240", "battery-half": "f242", "battery-quarter": "f243", "battery-three-quarters": "f241", "bed": "f236", "beer": "f0fc", "behance": "f1b4", "behance-square": "f1b5", "bell": "f0f3", "bell-o": "f0a2", "bell-slash": "f1f6", "bell-slash-o": "f1f7", "bicycle": "f206", "binoculars": "f1e5", "birthday-cake": "f1fd", "bitbucket": "f171", "bitbucket-square": "f172", "bitcoin": "f15a", "black-tie": "f27e", "bluetooth": "f293", "bluetooth-b": "f294", "bold": "f032", "bolt": "f0e7", "bomb": "f1e2", "book": "f02d", "bookmark": "f02e", "bookmark-o": "f097", "briefcase": "f0b1", "btc": "f15a", "bug": "f188", "building": "f1ad", "building-o": "f0f7", "bullhorn": "f0a1", "bullseye": "f140", "bus": "f207", "buysellads": "f20d", "cab": "f1ba", "calculator": "f1ec", "calendar": "f073", "calendar-check-o": "f274", "calendar-minus-o": "f272", "calendar-o": "f133", "calendar-plus-o": "f271", "calendar-times-o": "f273", "camera": "f030", "camera-retro": "f083", "car": "f1b9", "caret-down": "f0d7", "caret-left": "f0d9", "caret-right": "f0da", "caret-square-o-down": "f150", "caret-square-o-left": "f191", "caret-square-o-right": "f152", "caret-square-o-up": "f151", "caret-up": "f0d8", "cart-arrow-down": "f218", "cart-plus": "f217", "cc": "f20a", "cc-amex": "f1f3", "cc-diners-club": "f24c", "cc-discover": "f1f2", "cc-jcb": "f24b", "cc-mastercard": "f1f1", "cc-paypal": "f1f4", "cc-stripe": "f1f5", "cc-visa": "f1f0", "certificate": "f0a3", "chain": "f0c1", "chain-broken": "f127", "check": "f00c", "check-circle": "f058", "check-circle-o": "f05d", "check-square": "f14a", "check-square-o": "f046", "chevron-circle-down": "f13a", "chevron-circle-left": "f137", "chevron-circle-right": "f138", "chevron-circle-up": "f139", "chevron-down": "f078", "chevron-left": "f053", "chevron-right": "f054", "chevron-up": "f077", "child": "f1ae", "chrome": "f268", "circle": "f111", "circle-o": "f10c", "circle-o-notch": "f1ce", "circle-thin": "f1db", "clipboard": "f0ea", "clock-o": "f017", "clone": "f24d", "close": "f00d", "cloud": "f0c2", "cloud-download": "f0ed", "cloud-upload": "f0ee", "cny": "f157", "code": "f121", "code-fork": "f126", "codepen": "f1cb", "codiepie": "f284", "coffee": "f0f4", "cog": "f013", "cogs": "f085", "columns": "f0db", "comment": "f075", "comment-o": "f0e5", "commenting": "f27a", "commenting-o": "f27b", "comments": "f086", "comments-o": "f0e6", "compass": "f14e", "compress": "f066", "connectdevelop": "f20e", "contao": "f26d", "copy": "f0c5", "copyright": "f1f9", "creative-commons": "f25e", "credit-card": "f09d", "credit-card-alt": "f283", "crop": "f125", "crosshairs": "f05b", "css3": "f13c", "cube": "f1b2", "cubes": "f1b3", "cut": "f0c4", "cutlery": "f0f5", "dashboard": "f0e4", "dashcube": "f210", "database": "f1c0", "dedent": "f03b", "delicious": "f1a5", "desktop": "f108", "deviantart": "f1bd", "diamond": "f219", "digg": "f1a6", "dollar": "f155", "dot-circle-o": "f192", "download": "f019", "dribbble": "f17d", "dropbox": "f16b", "drupal": "f1a9", "edge": "f282", "edit": "f044", "eject": "f052", "ellipsis-h": "f141", "ellipsis-v": "f142", "empire": "f1d1", "envelope": "f0e0", "envelope-o": "f003", "envelope-square": "f199", "eraser": "f12d", "eur": "f153", "euro": "f153", "exchange": "f0ec", "exclamation": "f12a", "exclamation-circle": "f06a", "exclamation-triangle": "f071", "expand": "f065", "expeditedssl": "f23e", "external-link": "f08e", "external-link-square": "f14c", "eye": "f06e", "eye-slash": "f070", "eyedropper": "f1fb", "facebook": "f09a", "facebook-f": "f09a", "facebook-official": "f230", "facebook-square": "f082", "fast-backward": "f049", "fast-forward": "f050", "fax": "f1ac", "feed": "f09e", "female": "f182", "fighter-jet": "f0fb", "file": "f15b", "file-archive-o": "f1c6", "file-audio-o": "f1c7", "file-code-o": "f1c9", "file-excel-o": "f1c3", "file-image-o": "f1c5", "file-movie-o": "f1c8", "file-o": "f016", "file-pdf-o": "f1c1", "file-photo-o": "f1c5", "file-picture-o": "f1c5", "file-powerpoint-o": "f1c4", "file-sound-o": "f1c7", "file-text": "f15c", "file-text-o": "f0f6", "file-video-o": "f1c8", "file-word-o": "f1c2", "file-zip-o": "f1c6", "files-o": "f0c5", "film": "f008", "filter": "f0b0", "fire": "f06d", "fire-extinguisher": "f134", "firefox": "f269", "flag": "f024", "flag-checkered": "f11e", "flag-o": "f11d", "flash": "f0e7", "flask": "f0c3", "flickr": "f16e", "floppy-o": "f0c7", "folder": "f07b", "folder-o": "f114", "folder-open": "f07c", "folder-open-o": "f115", "font": "f031", "fonticons": "f280", "fort-awesome": "f286", "forumbee": "f211", "forward": "f04e", "foursquare": "f180", "frown-o": "f119", "futbol-o": "f1e3", "gamepad": "f11b", "gavel": "f0e3", "gbp": "f154", "ge": "f1d1", "gear": "f013", "gears": "f085", "genderless": "f22d", "get-pocket": "f265", "gg": "f260", "gg-circle": "f261", "gift": "f06b", "git": "f1d3", "git-square": "f1d2", "github": "f09b", "github-alt": "f113", "github-square": "f092", "gittip": "f184", "glass": "f000", "globe": "f0ac", "google": "f1a0", "google-plus": "f0d5", "google-plus-square": "f0d4", "google-wallet": "f1ee", "graduation-cap": "f19d", "gratipay": "f184", "group": "f0c0", "h-square": "f0fd", "hacker-news": "f1d4", "hand-grab-o": "f255", "hand-lizard-o": "f258", "hand-o-down": "f0a7", "hand-o-left": "f0a5", "hand-o-right": "f0a4", "hand-o-up": "f0a6", "hand-paper-o": "f256", "hand-peace-o": "f25b", "hand-pointer-o": "f25a", "hand-rock-o": "f255", "hand-scissors-o": "f257", "hand-spock-o": "f259", "hand-stop-o": "f256", "hashtag": "f292", "hdd-o": "f0a0", "header": "f1dc", "headphones": "f025", "heart": "f004", "heart-o": "f08a", "heartbeat": "f21e", "history": "f1da", "home": "f015", "hospital-o": "f0f8", "hotel": "f236", "hourglass": "f254", "hourglass-1": "f251", "hourglass-2": "f252", "hourglass-3": "f253", "hourglass-end": "f253", "hourglass-half": "f252", "hourglass-o": "f250", "hourglass-start": "f251", "houzz": "f27c", "html5": "f13b", "i-cursor": "f246", "ils": "f20b", "image": "f03e", "inbox": "f01c", "indent": "f03c", "industry": "f275", "info": "f129", "info-circle": "f05a", "inr": "f156", "instagram": "f16d", "institution": "f19c", "internet-explorer": "f26b", "intersex": "f224", "ioxhost": "f208", "italic": "f033", "joomla": "f1aa", "jpy": "f157", "jsfiddle": "f1cc", "key": "f084", "keyboard-o": "f11c", "krw": "f159", "language": "f1ab", "laptop": "f109", "lastfm": "f202", "lastfm-square": "f203", "leaf": "f06c", "leanpub": "f212", "legal": "f0e3", "lemon-o": "f094", "level-down": "f149", "level-up": "f148", "life-bouy": "f1cd", "life-buoy": "f1cd", "life-ring": "f1cd", "life-saver": "f1cd", "lightbulb-o": "f0eb", "line-chart": "f201", "link": "f0c1", "linkedin": "f0e1", "linkedin-square": "f08c", "linux": "f17c", "list": "f03a", "list-alt": "f022", "list-ol": "f0cb", "list-ul": "f0ca", "location-arrow": "f124", "lock": "f023", "long-arrow-down": "f175", "long-arrow-left": "f177", "long-arrow-right": "f178", "long-arrow-up": "f176", "magic": "f0d0", "magnet": "f076", "mail-forward": "f064", "mail-reply": "f112", "mail-reply-all": "f122", "male": "f183", "map": "f279", "map-marker": "f041", "map-o": "f278", "map-pin": "f276", "map-signs": "f277", "mars": "f222", "mars-double": "f227", "mars-stroke": "f229", "mars-stroke-h": "f22b", "mars-stroke-v": "f22a", "maxcdn": "f136", "meanpath": "f20c", "medium": "f23a", "medkit": "f0fa", "meh-o": "f11a", "mercury": "f223", "microphone": "f130", "microphone-slash": "f131", "minus": "f068", "minus-circle": "f056", "minus-square": "f146", "minus-square-o": "f147", "mixcloud": "f289", "mobile": "f10b", "mobile-phone": "f10b", "modx": "f285", "money": "f0d6", "moon-o": "f186", "mortar-board": "f19d", "motorcycle": "f21c", "mouse-pointer": "f245", "music": "f001", "navicon": "f0c9", "neuter": "f22c", "newspaper-o": "f1ea", "object-group": "f247", "object-ungroup": "f248", "odnoklassniki": "f263", "odnoklassniki-square": "f264", "opencart": "f23d", "openid": "f19b", "opera": "f26a", "optin-monster": "f23c", "outdent": "f03b", "pagelines": "f18c", "paint-brush": "f1fc", "paper-plane": "f1d8", "paper-plane-o": "f1d9", "paperclip": "f0c6", "paragraph": "f1dd", "paste": "f0ea", "pause": "f04c", "pause-circle": "f28b", "pause-circle-o": "f28c", "paw": "f1b0", "paypal": "f1ed", "pencil": "f040", "pencil-square": "f14b", "pencil-square-o": "f044", "percent": "f295", "phone": "f095", "phone-square": "f098", "photo": "f03e", "picture-o": "f03e", "pie-chart": "f200", "pied-piper": "f1a7", "pied-piper-alt": "f1a8", "pinterest": "f0d2", "pinterest-p": "f231", "pinterest-square": "f0d3", "plane": "f072", "play": "f04b", "play-circle": "f144", "play-circle-o": "f01d", "plug": "f1e6", "plus": "f067", "plus-circle": "f055", "plus-square": "f0fe", "plus-square-o": "f196", "power-off": "f011", "print": "f02f", "product-hunt": "f288", "puzzle-piece": "f12e", "qq": "f1d6", "qrcode": "f029", "question": "f128", "question-circle": "f059", "quote-left": "f10d", "quote-right": "f10e", "ra": "f1d0", "random": "f074", "rebel": "f1d0", "recycle": "f1b8", "reddit": "f1a1", "reddit-alien": "f281", "reddit-square": "f1a2", "refresh": "f021", "registered": "f25d", "remove": "f00d", "renren": "f18b", "reorder": "f0c9", "repeat": "f01e", "reply": "f112", "reply-all": "f122", "retweet": "f079", "rmb": "f157", "road": "f018", "rocket": "f135", "rotate-left": "f0e2", "rotate-right": "f01e", "rouble": "f158", "rss": "f09e", "rss-square": "f143", "rub": "f158", "ruble": "f158", "rupee": "f156", "safari": "f267", "save": "f0c7", "scissors": "f0c4", "scribd": "f28a", "search": "f002", "search-minus": "f010", "search-plus": "f00e", "sellsy": "f213", "send": "f1d8", "send-o": "f1d9", "server": "f233", "share": "f064", "share-alt": "f1e0", "share-alt-square": "f1e1", "share-square": "f14d", "share-square-o": "f045", "shekel": "f20b", "sheqel": "f20b", "shield": "f132", "ship": "f21a", "shirtsinbulk": "f214", "shopping-bag": "f290", "shopping-basket": "f291", "shopping-cart": "f07a", "sign-in": "f090", "sign-out": "f08b", "signal": "f012", "simplybuilt": "f215", "sitemap": "f0e8", "skyatlas": "f216", "skype": "f17e", "slack": "f198", "sliders": "f1de", "slideshare": "f1e7", "smile-o": "f118", "soccer-ball-o": "f1e3", "sort": "f0dc", "sort-alpha-asc": "f15d", "sort-alpha-desc": "f15e", "sort-amount-asc": "f160", "sort-amount-desc": "f161", "sort-asc": "f0de", "sort-desc": "f0dd", "sort-down": "f0dd", "sort-numeric-asc": "f162", "sort-numeric-desc": "f163", "sort-up": "f0de", "soundcloud": "f1be", "space-shuttle": "f197", "spinner": "f110", "spoon": "f1b1", "spotify": "f1bc", "square": "f0c8", "square-o": "f096", "stack-exchange": "f18d", "stack-overflow": "f16c", "star": "f005", "star-half": "f089", "star-half-empty": "f123", "star-half-full": "f123", "star-half-o": "f123", "star-o": "f006", "steam": "f1b6", "steam-square": "f1b7", "step-backward": "f048", "step-forward": "f051", "stethoscope": "f0f1", "sticky-note": "f249", "sticky-note-o": "f24a", "stop": "f04d", "stop-circle": "f28d", "stop-circle-o": "f28e", "street-view": "f21d", "strikethrough": "f0cc", "stumbleupon": "f1a4", "stumbleupon-circle": "f1a3", "subscript": "f12c", "subway": "f239", "suitcase": "f0f2", "sun-o": "f185", "superscript": "f12b", "support": "f1cd", "table": "f0ce", "tablet": "f10a", "tachometer": "f0e4", "tag": "f02b", "tags": "f02c", "tasks": "f0ae", "taxi": "f1ba", "television": "f26c", "tencent-weibo": "f1d5", "terminal": "f120", "text-height": "f034", "text-width": "f035", "th": "f00a", "th-large": "f009", "th-list": "f00b", "thumb-tack": "f08d", "thumbs-down": "f165", "thumbs-o-down": "f088", "thumbs-o-up": "f087", "thumbs-up": "f164", "ticket": "f145", "times": "f00d", "times-circle": "f057", "times-circle-o": "f05c", "tint": "f043", "toggle-down": "f150", "toggle-left": "f191", "toggle-off": "f204", "toggle-on": "f205", "toggle-right": "f152", "toggle-up": "f151", "trademark": "f25c", "train": "f238", "transgender": "f224", "transgender-alt": "f225", "trash": "f1f8", "trash-o": "f014", "tree": "f1bb", "trello": "f181", "tripadvisor": "f262", "trophy": "f091", "truck": "f0d1", "try": "f195", "tty": "f1e4", "tumblr": "f173", "tumblr-square": "f174", "turkish-lira": "f195", "tv": "f26c", "twitch": "f1e8", "twitter": "f099", "twitter-square": "f081", "umbrella": "f0e9", "underline": "f0cd", "undo": "f0e2", "university": "f19c", "unlink": "f127", "unlock": "f09c", "unlock-alt": "f13e", "unsorted": "f0dc", "upload": "f093", "usb": "f287", "usd": "f155", "user": "f007", "user-md": "f0f0", "user-plus": "f234", "user-secret": "f21b", "user-times": "f235", "users": "f0c0", "venus": "f221", "venus-double": "f226", "venus-mars": "f228", "viacoin": "f237", "video-camera": "f03d", "vimeo": "f27d", "vimeo-square": "f194", "vine": "f1ca", "vk": "f189", "volume-down": "f027", "volume-off": "f026", "volume-up": "f028", "warning": "f071", "wechat": "f1d7", "weibo": "f18a", "weixin": "f1d7", "whatsapp": "f232", "wheelchair": "f193", "wifi": "f1eb", "wikipedia-w": "f266", "windows": "f17a", "won": "f159", "wordpress": "f19a", "wrench": "f0ad", "xing": "f168", "xing-square": "f169", "y-combinator": "f23b", "y-combinator-square": "f1d4", "yahoo": "f19e", "yc": "f23b", "yc-square": "f1d4", "yelp": "f1e9", "yen": "f157", "youtube": "f167", "youtube-play": "f16a", "youtube-square": "f166" }python-qtawesome-0.4.4+ds1/qtawesome/fonts/fontawesome-webfont.ttf000066400000000000000000004253701306250465400254140ustar00rootroot00000000000000`FFTMjo)GDEF OS/2Yz(`cmapmgasp|glyf,q,head U6hhea [$hmtx)* locaiV maxp( name3FHpost7cA webf*VO*=Pu>G33spyrs@ # p@0 / _!"""`%>N^n~.>N^n~>N^n~ / _!"""`%!@P`p 0@P`p!@P`pd]YTC2 ߸ݺ  p7!!!@pp p1]!2#!"&463!&54>3!2+@&&&&@+$(($F#+&4&&4&x+#+".4>32".4>32467632DhgZghDDhg-iWDhgZghDDhg-iW&@ (8 2N++NdN+';2N++NdN+'3 8!  #"'#"$&6$ rL46$܏ooo|W%r4L&V|oooܳ%=M%+".'&%&'3!26<.#!";2>767>7#!"&5463!2 %3@m00m@3%    @ :"7..7":6]^B@B^^BB^ $΄+0110+$ (   t1%%1+`B^^B@B^^"'.54632>324 #LoP$$Po>Z$_dC+I@$$@I+"#"'%#"&547&547%62V??V8<8y   b% I))9I  + % %#"'%#"&547&547%62q2ZZ2IzyV)??V8<8)>~>[   2 b% I))9I '%#!"&54>322>32 &6 yy 6Fe= BSSB =eF6 >xx5eud_C(+5++5+(C_due> /?O_o54&+";2654&+";2654&+";264&#!"3!2654&+";2654&+";264&#!"3!2654&+";2654&+";2654&+";267#!"&5463!2&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&^BB^^B@B^@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&B^^B@B^^/?#!"&5463!2#!"&5463!2#!"&5463!2#!"&5463!2L44LL44LL44LL44LL44LL44LL44LL44L4LL44LL4LL44LL4LL44LL4LL44LL /?O_o#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(8 (88((88(88((88(88((88(88((88(88((88(88((88(88((88(88((88(88((88/?O_#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28((88(@(88((88(@(88(@(88((88((88(@(88(@(88((88(@(88((8 (88((88(88((88(88((88(88((88(88((88(88((88y"/&4?62 62,PP&PP,jPn#$"' "/&47 &4?62 62 PP&P&&P&P&P&&P&P#+D++"&=#"&=46;546;232  #"'#"$&6$   @    @  rK56$܏ooo|W@    @   rjK&V|oooܳ0#!"&=463!2  #"'#"$&6$   @ rK56$܏ooo|W@  @ rjK&V|oooܳ)5 $&54762>54&'.7>"&5462zz+i *bkQнQkb* j*LhLLhLzzBm +*i JyhQQhyJ i*+ mJ4LL44LL/?O%+"&=46;2%+"&546;2%+"&546;2+"&546;2+"&546;2`r@@r@@n4&"2#"/+"&/&'#"'&'&547>7&/.=46?67&'&547>3267676;27632Ԗ #H  ,/ 1)  ~'H  (C  ,/ 1)  $H ԖԖm 6%2X  % l2 k r6 [21 ..9Q $ k2 k w3 [20/;Cg+"&546;2+"&546;2+"&546;2!3!2>!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@@`0 o`^BB^`5FN(@(NF5 @@@L%%Ju  @LSyuS@%44%f5#!!!"&5465 7#"' '&/&6762546;2&&??>  LL >  X   &&&AJ A J Wh##!"&5463!2!&'&!"&5!(8((88((`x c`(8`((88(@(8(D 9 8( ,#!"&=46;46;2.  6 $$ @(r^aa@@`(_^aa2NC5.+";26#!26'.#!"3!"547>3!";26/.#!2W  .@   @.$S   S$@   9I   I6>  >%=$4&"2$4&"2#!"&5463!2?!2"'&763!463!2!2&4&&4&&4&&48(@(88(ч::(8@6@*&&*4&&4&&4&&4& (88(@(8888)@)'&&@$0"'&76;46;232  >& $$ `  (r^aa` @`2(^aa$0++"&5#"&54762  >& $$ ^ ?  @(r^aa` ? (^aa #!.'!!!%#!"&547>3!2<<<_@`&& 5@5 @  &&>=(""='#"'&5476.  6 $$   ! (r^aaJ %%(_^aa3#!"'&?&#"3267672#"$&6$3276&@*hQQhwI mʬzzk)'@&('QнQh_   z8zoe$G!"$'"&5463!23267676;2#!"&4?&#"+"&=!2762@hk4&&&GaF * &@&ɆF * Ak4&nf&&&4BHrd@&&4rd  Moe&/?O_o+"&=46;25+"&=46;25+"&=46;2#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!26#!"&5463!2 @  @  @  @  @  @  @    @    @    @   ^B@B^^BB^`@  @ @  @ @  @ @  @ @  @ @  @ 3@  MB^^B@B^^!54&"#!"&546;54 32@Ԗ@8(@(88( p (8jj(88(@(88@7+"&5&5462#".#"#"&5476763232>32@@ @ @KjKך=}\I&:k~&26]S &H&  &H5KKut,4, & x:;*4*&K#+"&546;227654$ >3546;2+"&="&/&546$ <X@@Gv"DװD"vG@@X<4L41!Sk @ G< _bb_ 4.54632&4&&M4&UF &""""& F&M&&M&%.D.%G-Ik"'!"&5463!62#"&54>4.54632#"&54767>4&'&'&54632#"&547>7676'&'.'&54632&4&&M4&UF &""""& FU &'8JSSJ8'&  &'.${{$.'& &M&&M&%.D.%7;&'66'&;4[&$ [2[ $&[  #/37#5#5!#5!!!!!!!#5!#5!5##!35!!! #'+/37;?3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3???? ^>>~??????~??~??^??^^? ^??4&"2#"'.5463!2KjKKjv%'45%5&5L45&% jKKjK@5%%%%54L5&6'k54&"2#"'.5463!2#"&'654'.#32KjKKjv%'45%5&5L45&%%'4$.%%5&55&% jKKjK@5%%%%54L5&6'45%%%54'&55&6' yTdt#!"&'&74676&7>7>76&7>7>76&7>7>76&7>7>63!2#!"3!2676'3!26?6&#!"3!26?6&#!"g(sAeM ,*$/ !'& JP$G] x6,& `   h `   "9Hv@WkNC<.  &k& ( "$p" . #u&#  %!' pJvwEF#  @   @  2#"' #"'.546763!''!0#GG$/!''! 8""8  X! 8" "8  <)!!#"&=!4&"27+#!"&=#"&546;463!232(8&4&&4 8(@(8 qO@8((`(@Oq8(&4&&4&@` (88( Oq (8(`(q!)2"&42#!"&546;7>3!2  Ijjjj3e55e3gr`Ijjjj1GG1rP2327&7>7;"&#"4?2>54.'%3"&#"#ժ!9&WB03& K5!)V?@L' >R>e;&L::%P>vO 'h N_":- &+# : ' +a%3 4'.#"32>54.#"7>7><5'./6$3232#"&#"+JBx)EB_I:I*CRzb3:dtB2P$ $5.3b[F|\8!-T>5Fu\,,jn OrB,7676'5.'732>7"#"&#&#"$ zj=N!}:0e%  y + tD3~U'#B4 # g  '2 %/!: T bRU,7}%2"/&6;#"&?62+326323!2>?23&'.'.#"&"$#"#&=>764=464.'&#"&'!~:~!PP!~:~!P6 ,,$$% *'  c2N  ($"LA23Yl !x!*%%%% pP,T NE Q7^oH!+( 3  *Ueeu  wga32632$?23&'.5&'&#"&"5$#"#&=>7>4&54&54>.'&#"&'2#".465!#".'&47>32!4&4>Q6 ,,Faw!*' =~Pl*  ($"LA23Yl  )!* <7@@7<  <7@@7<  pP,T MF Q747ƢHoH!+( 3  tJHQ6  wh',686,'$##$',686,'$##$/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?O_o%+"&=46;2+"&=46;2+"&=46;2#!"&=463!2+"&=46;2#!"&=463!2#!"&=463!2#!"&=463!2        @     @   @   @   s  s    s    s  s  /?O#"'&47632#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2     @     @   @  @          s  s  s  /?O#"&54632 #!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2`      @     @   @  @     @   s  s  s  #"'#!"&5463!2632' mw@www '*wwww."&462!5 !"3!2654&#!"&5463!2pppp@  @ ^BB^^B@B^ppp@@  @    @B^^BB^^k%!7'34#"3276' !7632k[[v  6`%`$65&%[[k `5%&&'4&"2"&'&54 Ԗ!?H?!,,ԖԖmF!&&!Fm,%" $$ ^aa`@^aa-4'.'&"26% 547>7>2"KjKXQqYn 243nYqQ$!+!77!+!$5KK,ԑ ]""]ً 9>H7'3&7#!"&5463!2'&#!"3!26=4?6 !762xtt`  ^Qwww@?6 1B^^B@B^ @(` `\\\P`tt8`  ^Ͼww@w 1^BB^^B~ @` \ \P+Z#!"&5463!12+"3!26=47676#"'&=# #"'.54>;547632www M8 pB^^B@B^ 'sw- 9*##;Noj' #ww@w "^BB^^B  *  "g`81T`PSA:'*4/D#!"&5463!2#"'&#!"3!26=4?632"'&4?62 62www@?6 1 B^^B@B^ @ BRnBBn^ww@w 1 ^BB^^B @ BnnBC"&=!32"'&46;!"'&4762!#"&4762+!54624&&4&&44&&4&&44&&44&&4&&44&&6'&'+"&546;267: &&&& s @  Z&&&&Z +6'&''&'+"&546;267667: : &&&&  s @  :  Z&&&&Z  : z6'&''&47667S::s @  : 4 : | &546h!!0a   $#!"&5463!2#!"&5463!2&&&&&&&&@&&&&&&&&#!"&5463!2&&&&@&&&&&54646&5-:s  :  :4:  +&5464646;2+"&5&5-&&&&:s  :  : &&&& :  &54646;2+"&5-&&&&s  : &&&&  62#!"&!"&5463!24 @ &&&&-:&&&& "'&476244444Zf "/&47 &4?62S44444#/54&#!4&+"!"3!;265!26 $$ &&&&&&&&@^aa@&&&&&&&&+^aa54&#!"3!26 $$ &&&&@^aa@&&&&+^aa+74/7654/&#"'&#"32?32?6 $$ }ZZZZ^aaZZZZ^aa#4/&"'&"327> $$ [4h4[j^aa"ZiZJ^aa:F%54&+";264.#"32767632;265467>$ $$ oW  5!"40K(0?i+! ":^aaXRd D4!&.uC$=1/J=^aa.:%54&+4&#!";#"3!2654&+";26 $$ ```^aa^aa/_#"&=46;.'+"&=32+546;2>++"&=.'#"&=46;>7546;232m&&m l&&l m&&m l&&ls&%&&%&&%&&%&&&l m&&m l&&l m&&m ,&%&&%&&%&&%&#/;"/"/&4?'&4?627626.  6 $$ I     ͒(r^aaɒ    (_^aa , "'&4?6262.  6 $$ Z4f44fz(r^aaZ&4ff4(_^aa "4'32>&#" $&6$  WoɒV󇥔 zzz8YW˼[?zz:zz@5K #!#"'&547632!2A4@%&&K%54'u%%&54&K&&4A5K$l$L%%%54'&&J&j&K5K #"/&47!"&=463!&4?632%u'43'K&&%@4AA4&&K&45&%@6%u%%K&j&%K55K&$l$K&&u#5K@!#"'+"&5"/&547632K%K&56$K55K$l$K&&#76%%53'K&&%@4AA4&&K&45&%%u'5K"#"'&54?63246;2632K%u'45%u&&J'45%&L44L&%54'K%5%t%%$65&K%%4LL4@&%%K',"&5#"#"'.'547!34624&bqb>#  5&44& 6Uue7D#  "dž&/#!"&546262"/"/&47'&463!2 &@&&4L  r&4  r L&& 4&&&L rI@& r  L4&& s/"/"/&47'&463!2#!"&546262&4  r L&& &@&&4L  r@@& r  L4&& 4&&&L r##!+"&5!"&=463!46;2!28(`8((8`(88(8((8(8 (8`(88(8((8(88(`8#!"&=463!28(@(88((8 (88((88z5'%+"&5&/&67-.?>46;2%6.@g.L44L.g@. .@g. L44L .g@.g.n.4LL43.n.gg.n.34LL4͙.n.g -  $54&+";264'&+";26/a^    ^aa fm  @ J%55!;263'&#"$4&#"32+#!"&5#"&5463!"&46327632#!2$$8~+(888(+}(`8((8`]]k==k]]8,8e8P88P8`(88(@MMO4&#"327>76$32#"'.#"#".'.54>54&'&54>7>7>32&z&^&./+>*>J> Wm7' '"''? &4&c&^|h_bml/J@L@ #M6:D 35sҟw$ '% ' \t3#!"&=463!2'.54>54''  @ 1O``O1CZZ71O``O1BZZ7@  @ N]SHH[3`)TtbN]SHH[3^)Tt!1&' 547 $4&#"2654632 '&476 ==嘅}(zVl''ٌ@uhyyhu9(}VzD##D# =CU%7.5474&#"2654632%#"'&547.'&476!27632#76$7&'7+NWb=嘧}(zVi\j1  z,X Y[6 $!%'FuJiys?_9ɍ?kyhun(}Vz YF  KA؉La  02-F"@Qsp@_!3%54&+";264'&+";26#!"&'&7>2    #%;"";%#`,@L 5 `   `  L`4LH` `   a 5 L@ #37;?Os!!!!%!!!!%!!!!!!!!%!!4&+";26!!%!!!!74&+";26%#!"&546;546;2!546;232 `@ `@ @@ @ @  @  @  @  @ L44LL4^B@B^^B@B^4L  @@@@    @@   @@    M4LL44L`B^^B``B^^B`L7q.+"&=46;2#"&=".'673!54632#"&=!"+"&=46;2>767>3!546327>7&54>$32dFK1A  0) L.٫C58.H(Ye#3C $=463!22>=463!2#!"&5463!2#!"&5463!2H&&/7#"&463!2!2LhLLhLhLLh! &&&&& &4hLLhLLhLLhL%z< 0&4&& )17&4& &&#!"&5463!2!2\@\\@\\@\\\\ W*#!"&547>3!2!"4&5463!2!2W+B"5P+B@"5^=\@\ \H#t3G#3G:_Ht\\ @+32"'&46;#"&4762&&4&&44&&44&&4@"&=!"'&4762!54624&&44&&44&&4&& !!!3!!0@67&#".'&'#"'#"'32>54'6#!"&5463!28ADAE=\W{O[/5dI kDtpČe1?*w@www (M& B{Wta28r=Ku?RZ^GwT -@www$2+37#546375&#"#3!"&5463ww/Dz?swww@wS88 ww#'.>4&#"26546326"&462!5!&  !5!!=!!%#!"&5463!2B^8(Ԗ>@|K55KK55K^B(8ԖԖ€>v5KK55KKHG4&"&#"2654'32#".'#"'#"&54$327.54632@pp)*Pppp)*Pb '"+`N*(a;2̓c`." b PTY9ppP*)pppP*)b ".`(*Nͣ2ͣ`+"' b MRZB4&"24&"264&"26#"/+"&/&'#"'&547>7&/.=46?67&'&547>3267676;27632#"&'"'#"'&547&'&=4767&547>32626?2#"&'"'#"'&547&'&=4767&547>32626?2ԖLhLKjKLhLKjK "8w s%(  ")v  >  "8x s"+  ")v  <  3zLLz3 3>8L3)x3 3zLLz3 3>8L3)x3 ԖԖ4LL45KK54LL45KK #)0C wZ l/ Y N,& #)0C vZl. Y L0"qG^^Gqq$ ]G)FqqG^^Gqq$ ]G)Fq%O#"'#"&'&4>7>7.546$ '&'&'# '32$7>54'VZ|$2 $ |E~E<| $ 2$|ZV:(t}X(  &%(Hw쉉xH(%& (XZT\MKG<m$4&"24&#!4654&#+32;254'>4'654&'>7+"&'&#!"&5463!6767>763232&4&&4N2`@`%)7&,$)' %/0Ӄy#5 +1 &<$]`{t5KK5$e:1&+'3TF0h4&&4&3M:;b^v+D2 5#$IIJ 2E=\$YJ!$MCeM-+(K55KK5y*%Au]c=p4&"24&'>54'64&'654&+"+322654&5!267+#"'.'&'&'!"&5463!27>;2&4&&4+ 5#bW0/% ')$,&7)%`@``2Nh0##T3'"( 0;e$5KK5 tip<& 1&4&&4&#\=E2 JIURI$#5 2D+v^b;:M2gc]vDEA%!bSV2MK55K(,,MeCM$!J@#"&547&547%6@?V8 b% I)94.""'." 67"'.54632>32+C`\hxeH>Hexh\`C+ED4 #LoP$$Po>Q|I.3MCCM3.I|Q/Z$_dC+I@$$@I+ (@%#!"&5463!2#!"3!:"&5!"&5463!462 ww@  B^^B  4&@&&&4 `  ww   ^B@B^ 24& && &%573#7.";2634&#"35#347>32#!"&5463!2FtIG9;HIxI<,tԩw@wwwz4DD43EEueB&#1s@www .4&"26#!+"'!"&5463"&463!2#2&S3 Ll&c4LL44LL4c@& &{LhLLhL'?#!"&5463!2#!"3!26546;2"/"/&47'&463!2www@B^^B@B^@&4t  r &&`ww@w@^BB^^B@R&t r  4&&@"&5!"&5463!462 #!"&54&>3!2654&#!*.54&>3!24&@&&&4 sw  @B^^B  @w4& && &3@w   ^BB^    I&5!%5!>732#!"&=4632654&'&'.=463!5463!2!2JJSq*5&=CKuuKC=&5*q͍S8( ^B@B^ (8`N`Ѣ΀GtO6)"M36J[E@@E[J63M")6OtG(8`B^^B`8%-3%'&76'&76''&76'&76'&6#5436&76+".=4'>54'6'&&"."&'./"?+"&5463!2  2  5    z<: Ʃw 49[aA)O%-j'&]]5r,%O)@a[9( 0BA; + >HCwww  5 /)  u    @wa-6OUyU[q ( - q[UyUP6$C +) (  8&/ &ww'?$4&"2$4&"2#!"&5463!3!267!2#!#!"&5!"'&762&4&&4&&4&&48(@(88(c==c(8*&&*6&4&&4&&4&&4& (88(@(88HH88`(@&&('@1d4&'.54654'&#"#"&#"32632327>7#"&#"#"&54654&54>76763232632   N<;+gC8A`1a99gw|98aIe$IVNz<:LQJ  ,-[% 061I()W,$-7,oIX()oζA;=N0 eTZ  (O#".'&'&'&'.54767>3232>32 e^\3@P bMO0# 382W# & 9C9 Lĉ" 82<*9FF(W283 #0OMb P@3\^e FF9*<28 "L 9C9 & #!"3!2654&#!"&5463!2`B^^B@B^^ީwww@w^BB^^B@B^ww@w#!72#"' #"'.546763YY !''!0#GG$/!''!&UUjZ 8""8  X! 8" "8 EU4'./.#"#".'.'.54>54.'.#"32676#!"&5463!2G55 :8 c7 )1)  05.D <90)$9w@wwwW + AB 7c  )$+ -.1 9$)0< D.59@www,T1# '327.'327.=.547&54632676TC_LҬ#+i!+*pDNBN,y[`m`%i]hbEm}a u&,SXK &$f9s? _#"!#!#!54632V<%'ЭHH (ںR&=4'>54'6'&&"."&'./"?'&54$ 49[aA)O%-j'&]]5r,%O)@a[9( 0BA; + >HCaaoMa-6OUyU[q ( - q[UyUP6$C +) (  8&/ &fMa%+"&54&"32#!"&5463!54 &@&Ԗ`(88(@(88(r&&jj8((88(@(8#'+2#!"&5463"!54&#265!375!35!B^^BB^^B   `^B@B^^BB^  ` !="&462+"&'&'.=476;+"&'&$'.=476; pppp$!$qr % }#ߺppp!E$ rqܢ# % ֻ!)?"&462"&4624&#!"3!26!.#!"#!"&547>3!2/B//B//B//B @   2^B@B^\77\aB//B//B//B/@    ~B^^B@2^5BB52.42##%&'.67#"&=463! 25KK5L4_u:B&1/&.- zB^^B4LvyKjK4L[!^k'!A3;):2*547&5462;U gIv0ZZ0L4@Ԗ@4L2RX='8P8'=XR U;Ig0,3lb??bl34LjjL4*\(88(\}I/#"/'&/'&?'&'&?'&76?'&7676767676` (5 )0 ) *) 0) 5(  (5 )0 )))) 0) 5( *) 0) 5(  )5 )0 )**) 0) 5)  )5 )0 )*5h$4&"24&#!4>54&#"+323254'>4'654&'!267+#"'&#!"&5463!2>767>32!2&4&&4N2$YGB (HGEG HQ#5K4Li!<;5KK5 A# ("/?&}vh4&&4&3M95S+C=,@QQ9@@IJ 2E=L5i>9eME;K55K J7R>@#zD<7?s%3#".'.'&'&'.#"!"3!32>$4&"2#!"#"&?&547&'#"&5463!&546323!2` #A<(H(GY$2NL4K5#aWTƾh&4&&4K5;=!ihv}&?/"( #A  5K2*!Q@.'!&=C+S59M34L=E2 JI UR@@&4&&4&5K;ELf9>igR7J K5h4&"24#"."&#"4&#"".#"!54>7#!"&54.'&'.5463246326326&4&&4IJ 2E=L43M95S+C=,@QQ9@@E;K55K J7R>@#zD9eMZ4&&4&<#5K4LN2$YGB (HGEG HV;5KK5 A# ("/?&}vhi!<4<p4.=!32>332653272673264&"2/#"'#"&5#"&54>767>5463!2@@2*! Q@.'!&=C+S59M34L.9E2 JI UR&4&&4&Lf6Aig6Jy#@>R7J K55K;E@TƾH #A<(H(GY$2NL4K#5#a=4&&4&D=ihv}&?/"( #A  5KK5;+54&#!764/&"2?64/!26 $$ & [6[[j6[&^aa@&4[[6[[6&+^aa+4/&"!"3!277$ $$ [6[ &&[6j[ ^aae6[j[6&&4[j[^aa+4''&"2?;2652?$ $$ [6[[6&&4[^aaf6j[[6[ &&[^aa+4/&"4&+"'&"2? $$ [6&&4[j[6[j^aad6[&& [6[[j^aa   $2>767676&67>?&'4&'.'.'."#&6'&6&'3.'.&'&'&&'&6'&>567>#7>7636''&'&&'.'"6&'6'..'/"&'&76.'7>767&.'"76.7"7"#76'&'.'2#22676767765'4.6326&'.'&'"'>7>&&'.54>'>7>67&'&#674&7767>&/45'.67>76'27".#6'>776'>7647>?6#76'6&'676'&67.'&'6.'.#&'.&6'&.5/a^D&"      4   $!   #          .0"Y +  !       $     "  +       Α      ^aa                        P   ' -( # * $  "  !     * !   (         $      2 ~/$4&"2 #"/&547#"32>32&4&&4V%54'j&&'/덹:,{ &4&&4&V%%l$65&b'Cr! " k[G +;%!5!!5!!5!#!"&5463!2#!"&5463!2#!"&5463!2&&&&&&&&&&&&@&&&&&&&&&&&&{#"'&5&763!2{' **)*)'/!5!#!"&5!3!26=#!5!463!5463!2!2^B@B^&@&`^B`8(@(8`B^ B^^B&&B^(88(^G 76#!"'&? #!"&5476 #"'&5463!2 '&763!2#"'c)'&@**@&('c (&*cc*&' *@&('c'(&*cc*&('c'(&@*19AS[#"&532327#!"&54>322>32"&462 &6 +&'654'32>32"&462QgRp|Kx;CByy 6Fe= BPPB =eF6 ԖV>!pRgQBC;xK|Ԗ{QNa*+%xx5eud_C(+5++5+(C_due2ԖԖ>NQ{u%+*jԖԖp!Ci4/&#"#".'32?64/&#"327.546326#"/&547'#"/&4?632632(* 8( !)(A(')* 8( !USxySSXXVzxTTUSxySSXXVzxT@(  (8 *(('( (8 SSUSx{VXXTTSSUSx{VXXT#!"5467&5432632t,Ԟ;F`j)6,>jK?s !%#!"&7#"&463!2+!'5#8EjjE8@&&&&@XYY&4&&4&qDS%q%N\jx2"&4#"'#"'&7>76326?'&'#"'.'&676326326&'&#"32>'&#"3254?''74&&4&l NnbSVZ bRSD zz DSRb)+USbn \.2Q\dJ'.2Q\dJ.Q2.'Jd\Q2.'Jd`!O` ` &4&&4r$#@B10M5TNT{L5T II T5L;l'OT4M01B@#$*3;$*3;;3*$;3*$: $/ @@Qq`@"%3<2#!"&5!"&5467>3!263! !!#!!46!#!(88(@(8(8(`((8D<++<8(`(8(`8(@(88( 8((`(8((<`(8(``(8||?%#"'&54632#"'&#"32654'&#"#"'&54632|udqܟs] = OfjL?R@T?"& > f?rRX=Edudsq = _MjiL?T@R?E& f > =XRr?b!1E)!34&'.##!"&5#3463!24&+";26#!"&5463!2 08((88(@(8  8((88((`(1  `(88((88(@  `(88(@(8(`#!"&5463!2w@www`@www/%#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&&&&&@'7G$"&462"&462#!"&=463!2"&462#!"&=463!2#!"&=463!2ppppppp @   ppp @    @   Рpppppp  ppp    <L\l|#"'732654'>75"##5!!&54>54&#"'>3235#!"&=463!2!5346=#'73#!"&=463!2#!"&=463!2}mQjB919+i1$AjM_3</BB/.#U_:IdDRE @  k*Gj @   @   TP\BX-@8 C)5Xs J@$3T4+,:;39SG2S.7<  vcc)( %Ll}    5e2#!"&=463%&'&5476!2/&'&#"!#"/&'&=4'&?5732767654'&@02uBo  T25XzrDCBBEh:%)0%HPIP{rQ9f#-+>;I@KM-/Q"@@@#-a[ $&P{<8[;:XICC>.'5oe71#.0(  l0&%,"J&9%$<=DTIcs&/6323276727#"327676767654./&'&'737#"'&'&'&54'&54&#!"3!260% <4"VRt8<@< -#=XYhW8+0$"+dTLx-'I&JKkmuw<=V@!X@ v '|N;!/!$8:IObV;C#V  &   ( mL.A:9 !./KLwPM$@@ /?O_o%54&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!26#!"&5463!2@@@@@@@@@^BB^^B@B^NB^^B@B^^#+3 '$"/&4762%/?/?/?/?%k*66bbbb|<<<bbbbbbbb%k66Ƒbbb<<<<^bbbbbb@M$4&"2!#"4&"2&#"&5!"&5#".54634&>?>;5463!2LhLLh LhLLhL! 'ԖԖ@' !&  ?&&LhLLhL hLLhL jjjj &@6/" &&J#"'676732>54.#"7>76'&54632#"&7>54&#"&54$ ok; -j=yhwi[+PM 3ѩk=J%62>VcaaQ^ ]G"'9r~:`}Ch 0=Z٤W=#uY2BrUI1^Fk[|aL2#!67673254.#"67676'&54632#"&7>54&#"#"&5463ww+U ,iXբW<"uW1AqSH1bdww'74'!3#"&46327&#"326%35#5##33#!"&5463!20U6cc\=hlࠥYmmnnnnw@wwww&46#Ȏ;edwnnnnn@www ]#/#"$&6$3 &#"32>7!5!%##5#5353Еttu{zz{SZC` cot*tq||.EXN#?? ,<!5##673#$".4>2"&5!#2!46#!"&5463!2rM* *M~~M**M~~M*jjj&&&&`P%挐|NN||NN|*jjjj@&&&&@ "'&463!2@4@&Z4@4&@ #!"&4762&&4Z4&&4@@ "'&4762&4@4&@&4&@ "&5462@@4&&44@&&@ 3!!%!!26#!"&5463!2`m` ^BB^^B@B^  `@B^^BB^^@ "'&463!2#!"&4762@4@&&&&44@4&Z4&&4@ "'&463!2@4@&4@4&@ #!"&4762&&4Z4&&4@:#!"&5;2>76%6+".'&$'.5463!2^B@B^,9j9Gv33vG9H9+bI\ A+=66=+A [">nSMA_:B^^B1&c*/11/*{'VO3@/$$/@*?Nh^l+!+"&5462!4&#"!/!#>32]_gTRdgdQV?U I*Gg?!2IbbIJaaiwE3300 084#"$'&6?6332>4.#"#!"&54766$32z䜬m IwhQQhbF*@&('kz   _hQнQGB'(&*eoz(q!#"'&547"'#"'&54>7632&4762.547>32#".'632%k'45%&+~(  (h  &  \(  (  &  ~+54'k%5%l%%l$65+~  &  (  (\  &  h(  (~+%'!)19K4&"24&"26.676&$4&"24&"24&"2#!"'&46$ KjKKj KjKKje2.e<^P,bKjKKjKjKKj KjKKj##LlLKjKKjK jKKjK~-M7>7&54$ LhяW.{+9E=cQdFK1A  0) pJ2`[Q?l&٫C58.H(Y':d 6?32$64&$ #"'#"&'&4>7>7.546'&'&'# '32$7>54'Yj`a#",5NK ~EVZ|$2 $ |: $ 2$|ZV:(t}hfR88T h̲X(  &%(Hw(%& (XZT\MKG{x|!#"'.7#"'&7>3!2%632u  j H{(e 9 1bU#!"&546;5!32#!"&546;5!32#!"&546;5463!5#"&5463!2+!2328((88(``(88((88(``(88((88(`L4`(88(@(88(`4L`(8 (88(@(88((88(@(88((88(@(84L8(@(88((8L48OY"&546226562#"'.#"#"'.'."#"'.'.#"#"&5476$32&"5462И&4&NdN!>! 1X:Dx+  +ww+  +xD:X1 -U !*,*&4&hh&&2NN2D &  ..J< $$ 767#"&'"&547&547&547.'&54>2l4  2cKEooED ) ) Dg-;</- ?.P^P.? -/<;-gYY  .2 L4H|O--O|HeO , , Oeq1Ls26%%4.2,44,2.4%%62sL1qcqAAq4#!#"'&547632!2#"&=!"&=463!54632  @  `     ` ?`   @  @  !    54&+4&+"#"276#!"5467&5432632   `  _ v,Ԝ;G_j)``    _ ԟ7 ,>jL>54'&";;265326#!"5467&5432632    v,Ԝ;G_j) `   `7 ,>jL>X`$"&462#!"&54>72654&'547 7"2654'54622654'54&'46.' &6 &4&&4&yy %:hD:FppG9Fj 8P8 LhL 8P8 E; Dh:% >4&&4&}yyD~s[4Dd=PppP=d>hh>@jY*(88(*Y4LL4Y*(88(*YDw" A4*[s~>M4&"27 $=.54632>32#"' 65#"&4632632 65.5462&4&&4G9& <#5KK5!!5KK5#< &ܤ9Gpp&4&&4&@>buោؐ&$KjKnjjKjK$&jjb>Ppp %!5!#"&5463!!35463!2+32@\\8(@(8\@@\\@\(88(\@ 34#"&54"3#!"&5!"&5>547&5462;U gI@L4@Ԗ@4L2RX='8P8'=XR U;Ig04LjjL4*\(88(\@"4&+32!#!"&+#!"&5463!2pP@@Pjj@@\@\&0pj \\&-B+"&5.5462265462265462+"&5#"&5463!2G9L44L9G&4&&4&&4&&4&&4&L44L &=d4LL4 d=&&`&&&&`&&&&4LL4  &#3CS#!"&5463!2!&'&!"&5!463!2#!"&52#!"&=4632#!"&=463(8((88((`x c`(8@@@`((88(@(8(D 9 8(`@@@@@/?O_o-=%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!!5463!2#!"&5463!2 @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @ &&&&@  @ @  @  @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @  @  @   `&&&& /?O_o%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!#!"&=!!5463!24&+"#54&+";26=3;26%#!"&5463!463!2!2 @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @ 8(@(8 @  @  @  @  @ &&&@8((8@&@  @ @  @  @  @ @  @ @  @ @  @ @  @ @  @ @  @  @  @  (88(  @  ``   `` -&&& (88(&@<c$4&"2!#4&"254&+54&+"#";;26=326+"&5!"&5#"&46346?>;463!2KjKKjKjKKj&ԖԖ&&@&&KjKKjK jKKjK .&jjjj&4&@@&&#'1?I54&+54&+"#";;26=326!5!#"&5463!!35463!2+32 \\8(@(8\ \\@\(88(\: #32+53##'53535'575#5#5733#5;2+3@E&&`@@` `@@`&&E%@`@ @ @      @ :#@!3!57#"&5'7!7!K5@   @5K@@@ #3%4&+"!4&+";265!;26#!"&5463!2&&&&&&&&w@www&&@&&&&@&&@www#354&#!4&+"!"3!;265!26#!"&5463!2&&&&&@&&@&w@www@&@&&&&&&@&:@www-M3)$"'&4762 "'&4762 s 2  .   2 w 2  .   2 w 2    2  ww  2    2  ww M3)"/&47 &4?62"/&47 &4?62S .  2 w 2   .  2 w 2  M . 2    2 .  . 2    2 .M3S)$"' "/&4762"' "/&47623 2  ww  2    2  ww  2    2 w 2   .v 2 w 2   .M3s)"'&4?62 62"'&4?62 623 .  . 2    2 .  . 2    2 .   2 w 2v .   2 w 2-Ms3 "'&4762s w 2  .   2 ww  2    2 MS3"/&47 &4?62S .  2 w 2  M . 2    2 .M 3S"' "/&47623 2  ww  2   m 2 w 2   .M-3s"'&4?62 623 .  . 2    2- .   2 w 2/4&#!"3!26#!#!"&54>5!"&5463!2  @ ^B && B^^B@B^ @  MB^%Q= &&& $$ (r^aa(^aa!C#!"&54>;2+";2#!"&54>;2+";2pPPpQh@&&@j8(PppPPpQh@&&@j8(Pp@PppPhQ&&j (8pPPppPhQ&&j (8p!C+"&=46;26=4&+"&5463!2+"&=46;26=4&+"&5463!2Qh@&&@j8(PppPPpQh@&&@j8(PppPPp@hQ&&j (8pPPppP@hQ&&j (8pPPpp@@ #+3;G$#"&5462"&462"&462#"&462"&462"&462"&462#"&54632K54LKj=KjKKjKjKKjL45KKjK<^^^KjKKjppp\]]\jKL45KjKKjKujKKjK4LKjKK^^^jKKjKpppr]]\  $$ ^aaQ^aa,#"&5465654.+"'&47623   #>bqb&44&ɢ5"  #D7euU6 &4&m 1X".4>2".4>24&#""'&#";2>#".'&547&5472632>3=T==T==T==T=v)GG+v@bRRb@=&\Nj!>3lkik3hPTDDTPTDDTPTDDTPTDD|x xXK--K|Mp<# )>dA{RXtfOT# RNftWQ,%4&#!"&=4&#!"3!26#!"&5463!2!28(@(88((88((8\@\\@\\(88(@(88(@(88@\\\\ u'E4#!"3!2676%!54&#!"&=4&#!">#!"&5463!2!2325([5@(\&8((88((8,9.+C\\@\ \6Z]#+#,k(88(@(88(;5E>:5E\\\ \1. $4@"&'&676267>"&462"&462.  > $$ n%%/02 KjKKjKKjKKjKfff^aayy/PccP/jKKjKKjKKjKffff@^aa$4@&'."'.7>2"&462"&462.  > $$ n20/%7KjKKjKKjKKjKfff^aa3/PccP/y jKKjKKjKKjKffff@^aa +7#!"&463!2"&462"&462.  > $$ &&&&KjKKjKKjKKjKfff^aa4&&4&jKKjKKjKKjKffff@^aa#+3C54&+54&+"#";;26=3264&"24&"2$#"'##"3!2@@KjKKjKKjKKjKܒ,gjKKjKKjKKjKXԀ,, #/;GS_kw+"=4;27+"=4;2'+"=4;2#!"=43!2%+"=4;2'+"=4;2+"=4;2'+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;54;2!#!"&5463!2`````````````````````p`K55KK55Kp`````````````````````````5KK55KK@*V#"'.#"63232+"&5.5462#"/.#"#"'&547>32327676R?d^7ac77,9xm#@#KjK# ڗXF@Fp:f_ #WIpp&3z h[ 17q%q#::#5KKu't#!X: %#+=&>7p @ *2Fr56565'5&'. #"32325#"'+"&5.5462#"/.#"#"'&547>32327676@ͳ8 2.,#,fk*1x-!#@#KjK# ڗXF@Fp:f_ #WIpp&3z e`vo8t-  :5 [*#::#5KKu't#!X: %#+=&>7p  3$ "/&47 &4?62#!"&=463!2I.  2 w 2   -@). 2    2 . -@@-S$9%"'&4762  /.7> "/&47 &4?62i2  .   2 w E > u > .  2 w 2   2    2  ww !   h. 2    2 . ;#"'&476#"'&7'.'#"'&476' )'s "+5+@ա' )'F*4*Er4M:}}8 GO *4*~ (-/' #"'%#"&7&67%632B;>< V??V --C4 <B=cB5 !% %!b 7I))9I7 #"'.5!".67632y( #  ##@,( )8! !++"&=!"&5#"&=46;546;2!76232-SSS  SS``  K$4&"24&"24&"27"&5467.546267>5.5462 8P88P88P88P8P88P4,DS,4pp4,,4pp4,6d7AL*',4ppP88P8P88P8HP88P8`4Y&+(>EY4PppP4Y4Y4PppP4Y%*54&#"#"/.7!2<'G,')7N;2]=A+#H  0PRH6^;<T%-S#:/*@Z}   >h.%#!"&=46;#"&=463!232#!"&=463!2&&&@@&&&@&&&&&&&&&&&&f&&&&b#!"&=463!2#!"&'&63!2&&&&''%@% &&&&&&&&k"G%#/&'#!53#5!36?!#!'&54>54&#"'6763235 Ź}4NZN4;)3.i%Sin1KXL7觧* #& *@jC?.>!&1' \%Awc8^;:+54&#"'6763235 Ź}4NZN4;)3.i%PlnEcdJ觧* #& *-@jC?.>!&1' \%AwcBiC:D'P%! #!"&'&6763!2P &:&? &:&?5"K,)""K,)h#".#""#"&54>54&#"#"'./"'"5327654.54632326732>32YO)I-D%n  "h.=T#)#lQTv%.%P_ % %_P%.%vUPl#)#T=@/#,-91P+R[Ql#)#|'' 59%D-I)OY[R+P19-,##,-91P+R[YO)I-D%95%_P%.%v'3!2#!"&463!5&=462 =462 &546 &&&&&4&r&4&@&4&&4&G݀&&&&f s CK&=462 #"'32=462!2#!"&463!5&'"/&4762%4632e*&4&i76`al&4&&&&&}n  R   R zfOego&&5`3&&&4&&4& D R   R zv"!676"'.5463!2@@w^Cct~5  5~tcC&&@?JV|RIIR|V&&#G!!%4&+";26%4&+";26%#!"&546;546;2!546;232@@@@L44LL4^B@B^^B@B^4L  N4LL44L`B^^B``B^^B`LL4&"2%#"'%.5!#!"&54675#"#"'.7>7&5462!467%632&4&&4  @ o&&}c ;pG=(  8Ai8^^.   &4&&4&` ` fs&& jo/;J!# 2 KAE*,B^^B! ` $ -4&"2#"/&7#"/&767%676$!28P88PQr @ U @ {`PTP88P8P`  @U @rQ!6'&+!!!!2Ѥ 8̙e;<*@8 !GGGQII %764' 64/&"2 $$ f3f4:4^aaf4334f:4:^aa %64'&" 2 $$ :4f3f4F^aa4f44f^aa 764'&"27 2 $$ f:4:f4334^aaf4:4f3^aa %64/&" &"2 $$ -f44f4^aa4f3f4:w^aa@7!!/#35%!'!%j/d jg2|855dc b @! !%!!7!FG)DH:&H dS)U4&"2#"/ $'#"'&5463!2#"&=46;5.546232+>7'&763!2&4&&4f ]wq4qw] `dC&&:FԖF:&&Cd`4&&4& ]] `d[}&&"uFjjFu"&&y}[d#2#!"&546;4 +"&54&" (88(@(88( r&@&Ԗ8((88(@(8@&&jj'3"&462&    .  > $$ Ԗ>aX,fff^aaԖԖa>TX,,~ffff@^aa/+"&=46;2+"&=46;2+"&=46;28((88((88((88((88((88((8 (88((88((88((88((88((88/+"&=46;2+"&=46;2+"&=46;28((88((88((88((88((88((8 (88((88(88((88(88((885E$4&"2%&'&;26%&.$'&;276#!"&5463!2KjKKj   f  \ w@wwwjKKjK"H   ܚ  f   @www   $64'&327/a^ ! ^aaJ@%% 65/ 64'&"2 "/64&"'&476227<ij6j6u%k%~8p8}%%%k%}8p8~%<@% %% !232"'&76;!"/&76  ($>( J &% $%64/&"'&"2#!"&5463!2ff4-4ff4fw@wwwf4f-f4@www/#5#5'&76 764/&"%#!"&5463!248` # \P\w@www4`8  #@  `\P\`@www)4&#!"273276#!"&5463!2& *f4 'w@www`&')4f*@www%5 64'&"3276'7>332#!"&5463!2`'(wƒa8! ,j.( &w@www`4`*'?_`ze<  bw4/*@www-.  6 $$  (r^aaO(_^aa -"'&763!24&#!"3!26#!"&5463!2yB(( @   w@www]#@##   @ @www -#!"'&7624&#!"3!26#!"&5463!2y((@B@u @   w@www###@  @ @www -'&54764&#!"3!26#!"&5463!2@@####@w@wwwB((@@www`%#"'#"&=46;&7#"&=46;632/.#"!2#!!2#!32>?6#  !"'?_  BCbCaf\ + ~2   }0$  q 90r p r%D p u?#!"&=46;#"&=46;54632'.#"!2#!!546;2D a__ g *`-Uh1    ߫}   $^L  4b+"&=.'&?676032654.'.5467546;2'.#"ǟ B{PDg q%%Q{%P46'-N/B).ĝ 9kC< Q 7>W*_x*%K./58`7E%_ ,-3  cVO2")#,)9;J) "!* #VD,'#/&>AX>++"''&=46;267!"&=463!&+"&=463!2+32Ԫ$   pU9ӑ @/*f o  VRfq f=SE!#"&5!"&=463!5!"&=46;&76;2>76;232#!!2#![       % )   "  Jg Uh BW&WX hU g 84&#!!2#!!2#!+"&=#"&=46;5#"&=46;463!2j@jo g|@~vv u n#467!!3'##467!++"'#+"&'#"&=46;'#"&=46;&76;2!6;2!6;232+32QKt# #FNQo!"դѧ !mY Zga~bm] [o"U+, @h h@@X hh @83H\#5"'#"&+73273&#&+5275363534."#22>4.#2>ut 3NtRP*Ho2 Lo@!R(Ozh=,GID2F 8PuE>.'%&TeQ,jm{+>R{?jJrL6V @`7>wmR1q uWei/rr :Vr" $7V4&#"326#"'&76;46;232!5346=#'73#"'&'73267##"&54632BX;4>ID2F +>R{8PuE>.'%&TeQ,jm{?jJrL6 @`rr :Vr3>wmR1q uWei@ \%4&#"326#!"&5463!2+".'&'.5467>767>7>7632!2&%%&&&& &7.' :@$LBWM{#&$h1D!  .I/! Nr&&%%&&&&V?, L=8=9%pEL+%%r@W!<%*',<2(<&L,"r@ \#"&546324&#!"3!26%#!#"'.'.'&'.'.546767>;&%%&&&& &i7qN !/I.  !D1h$&#{MWBL$@: '.&&%%&&&&=XNr%(M&<(2<,'*%<!W@r%%+LEp%9=8=L  +=\d%54#"327354"%###5#5#"'&53327#"'#3632#"'&=4762#3274645"=424'.'&!  7>76#'#3%54'&#"32763##"'&5#327#!"&5463!2BBPJNC'%! B? )#!CC $)  54f"@@ B+,A  A+&+A  ZK35N # J!1331CCC $)w@www2"33FYF~(-&"o4*)$(* (&;;&&:LA3  8334S,;;,WT+<<+T;(\g7x:&&::&&<r%-@www  +=[c}#"'632#542%35!33!3##"'&5#327%54'&#"5#353276%5##"=354'&#"32767654"2 '.'&547>76 3#&'&'3#"'&=47632%#5#"'&53327''RZZ:kid YYY .06 62+YY-06 R[!.'CD''EH$VVX::Y X;:Y fyd/%jG%EC&&CE%O[52. [$C-D..D^^* ly1%=^I86i077S 3 $EWgO%33%OO%35 EEFWt;PP;pt;PP;pqJgTFQ%33&PP%33%R 7>%3!+}{'+"&72'&76;2+"'66;2U &  ( P *'eJ."-dZ-n -'74'&+";27&+";276'56#!"&5463!2~} 7e  ۩w@www"  $Q #'!# @www/4'&327$ '.'.4>7>76 "!!jG~GkjGGk[J@&& @lAIddIAllAIddIA@ '5557 ,VWQV.RW=?l%l`~0  !#!#%777 5! R!!XCCfff݀# `,{{{`/?%##"547#3!264&#"3254&+";267#!"&5463!2R܂#-$䵀((((tQQttQvQtn?D~|D?x##))((QttQvQtt2#!"&54634&"2$4&"2ww@ww||||||w@www||||||| !3 37! $$ n6^55^h ^aaM1^aaP *Cg'.676.7>.'$7>&'.'&'? 7%&'.'.'>767$/u5'&$I7ob?K\[zH,1+.@\7':Yi4&67&'&676'.'>7646&' '7>6'&'&7>7#!"&5463!2PR$++'TJXj7-FC',,&C ."!$28 h /" +p^&+3$ i0(w@www+.i6=Bn \C1XR:#"'jj 8Q.cAj57!? "0D$4" P[ & 2@wwwD"%.5#5>7>;!!76PYhpN!HrD0M C0N#>8\xx: W]oW-X45/%'#.5!5!#"37>#!"&5463!2p>,;$4 5eD+WcEw@wwwK()F ,VhV^9tjA0/@www@#"'&76;46;23   &  ++"&5#"&7632  ^  c  & @#!'&5476!2 &  ^  b '&=!"&=463!546  &    q&8#"'&#"#"5476323276326767q'T1[VA=QQ3qpHih"-bfGw^44O#A?66%CKJA}} !"䒐""A$@C3^q|z=KK?6 lk)  %!%!VVuuu^-m5w}n~7M[264&"264&"2"&546+"&=##"&5'#"&5!467'&766276#"&54632    *<;V<<O@-K<&4'>&4.'.'.'.'.'&6&'.'.6767645.'#.'6&'&7676"&'&627>76'&7>'&'&'&'&766'.7>7676>76&6763>6&'&232.'.6'4.?4.'&#>7626'.'&#"'.'.'&676.67>7>5'&7>.'&'&'&7>7>767&'&67636'.'&67>7>.'.67 \ U7  J#!W! '  " ';%  k )"    '   /7*   I ,6 *&"!   O6* O $.( *.'  .x,  $CN      * 8   7%&&_f& ",VL,G$3@@$+ "  V5 3"  ""#dA++ y0D- %&n 4P'A5j$9E#"c7Y 6" & 8Z(;=I50 ' !!e  R   "+0n?t(-z.'< >R$A"24B@( ~ 9B9, *$        < > ?0D9f?Ae  .(;1.D 4H&.Ct iY% *  7      J  <    W 0%$  ""I! *  D  ,4A'4J" .0f6D4pZ{+*D_wqi;W1G("% %T7F}AG!1#%  JG 3  '.2>Vb%&#'32&'!>?>'&' &>"6&#">&'>26 $$ *b6~#= XP2{&%gx| .W)oOLOsEzG< CK}E $MFD<5+ z^aa$MWM 1>]|YY^D եA<KmE6<" @9I5*^aa>^4./.543232654.#"#".#"32>#"'#"$&547&54632632':XM1h*+D($,/9p`DoC&JV;267676&#!"&=463!267 #!"'&5463!26%8#! &&Z"M>2! ^I 7LRx_@>MN""`=&&*%I},  L7_jj9/%4&#!"3!264&#!"3!26#!"&5463!2  &&&&&&&&19#"'#++"&5#"&5475##"&54763!2"&4628(3- &B..B& -3(8IggI`(8+Ue&.BB.&+8(kk`%-"&5#"&5#"&5#"&5463!2"&4628P8@B\B@B\B@8P8pPPp@`(88(`p.BB.0.BB.(88(Pppͺ!%>&'&#"'.$ $$ ^/(V=$<;$=V).X^aaJ`"(("`J^aa,I4."2>%'%"/'&5%&'&?'&767%476762%6[՛[[՛o ܴ   $ $ " $ $  ՛[[՛[[5` ^ ^ 2` `2 ^ ^ ` 1%#"$54732$%#"$&546$76327668ʴhf킐&^zs,!V[vn) 6<ׂf{z}))Ns3(@ +4&#!"3!2#!"&5463!2#!"&5463!2@&&&f&&&&@&&&&4&&4&@&&&&&&&& `BH+"/##"./#"'.?&5#"&46;'&462!76232!46 `&C6@Bb03eI;:&&&4L4&F Z4&w4) '' 5r&4&&4&&4}G3#&/.#./.'&4?63%27>'./&'&7676>767>?>%6})N @2*&@P9A #sGq] #lh<* 46+(  < 5R5"*>%"/ +[>hy  K !/Ui%6&'&676&'&6'.7>%.$76$% $.5476$6?62'.76&&'&676%.76&'..676#"NDQt -okQ//jo_  %&JՂYJA-.-- 9\DtT+X?*<UW3' 26$>>W0 {"F!"E    ^f`$"_]\<`F`FDh>CwlsJ@ ;=?s  :i_^{8+?` ) O`s2RDE58/Kr #"'>7&4$&5mī"#̵$5$"^^W=acE*czk./"&4636$7.'>67.'>65.67>&/>z X^hc^O<q+f$H^XbVS!rȇr?5GD_RV@-FbV=3! G84&3Im<$/6X_D'=NUTL;2KPwtPt=  &ռ ,J~S/#NL,8JsF);??1zIEJpqDIPZXSF6[?5:NR=;.&1 +!"&=!!%!5463!2sQ9Qs***sQNQsBUw wUBFHCCTww%1#"&=!"&=463!54632.  6 $$     ` ?(r^aa    (_^aa%1#!#"'&47632!2.  6 $$   @  ` (r^aa  ?  @  (_^aa/#"'&476324&#!"3!26#!"&5463!2&@& @   w@www& @B@ &  @ @www"&462  >& $$ Ԗ*(r^aaԖԖ (^aa]6#"$54732>%#"'!"&'&7>32'!!!2f:лѪz~u: ((%`V6B^hD%i(]̳ޛ *>6߅r#! 3?^BEa߀#9#36'&632#"'&'&63232#!"&5463!2 Q,&U #+' ;il4L 92<D`w@www`9ܩ6ɽ ]`C477&@wwwD+"&5#"'&=4?5#"'&=4?546;2%6%66546;2  wwwwcB G]B Gty]ty #3C#!+"&5!"&=463!46;2!24&#!"3!26#!"&5463!2@`@`^BB^^B@B^www@w@`@`2@B^^BB^^ww@w'/?P+5#"&547.467&546;532!764'!"+32#323!&ln@ :MM: @nY*Yz--zY*55QDDU9pY-`]]`.X /2I$ t@@/!!/@@3,$,3$p$00&*0&& !P@RV2#"&/#"&/#"&546?#"&546?'&54632%'&54632763276%>S]8T;/M77T7%>ww@ww!"5bBBb./ * 8(@(87)(8=%/' #?w@www#~$EE y &L(88e):8(%O r    O?GQaq47&67>&&'&67>&"$32#"#"'654  $&6 $6&$ CoL.*K  Px.* iSƓ i 7J ?~pi{_Я;lLUZ=刈刈_t'<Z :!   @! j`Q7  $ky, Rfk*4LlL=Z=刈&$&546$7%7&'5>]5%w&P?zrSF!| &0 ##!"&5#5!3!3!3!32!546;2!5463) );));;))&&&@@&&&  6 $&727"'%+"'&7&54767%&4762֬>4P t+8?::  ::A W` `EvEEvE<."e$IE&O &EI&{h.`m"&#"&'327>73271[ >+)@ (]:2+D?*%Zx/658:@#N C= E(oE=W'c:#!#"$&6$3 &#"32>7! ڝyy,{ۀہW^F!LC=y:yw߂0H\R%"N^ '&76232762$"&5462"&46274&"&'264&#"'&&#"32$54'>$ $&6$ G>>0yx14J55J5J44J5Fd$?4J55%6E#42F%$fLlLq>>11J44%&4Z%44J54R1F$Z-%45J521Z%F1#:ʎ 9LlL#Qa"'&7622762%"&5462"&546274&#"&'73264&#"'&&#"32654'>#!"&5463!2 55 **.>.-@-R.>.-@-<+*q6- -- 0OpoOxzRrqP6z~{{Prr^aa]054&"#"&5!2654632!#"&57265&'&#".'&'#"&5467%&4>7>3263232654.547'654'63277.'.*#">7?67>?>32#"'7'>3'>3235?KcgA+![,7*  2(-#=  /~[(D?G  |,)"# +)O8,+'6 y{=@0mI#938OAE` -  )y_/FwaH8j7=7?%a % %!?)L J 9=5]~pj  %(1$",I  $@((  +!.S -L__$'-9L 5V+ 6 T+6.8- $ 0 + t |S 16]&#"'&#"67>76'&'&#"67>32764.#"#.32>67>7 $&54>7>7>7rJ@ "kb2)W+ ,5/1   #   Z -!$IOXp7sLCF9vz NAG#/ 5|Հ';RKR/J#=$,9,+$UCS7'2"1  ! / ,   /--ST(::(ep4AM@=I>".)xΤlsY|qK@ %(YQ&N EHv~<Zx'#"&5467&6?2?'&"/.7.546326#"&'&/7264/7'764&"'?>>32.AUpIUxYE.A %%%h% %hJ%D,FZxULs TgxUJrVD %hJ%@/LefL.C %Jh%CV sNUxϠ@.FZyUHpVA %h&%% %Ji%CWpIUybJ/Uy^G,D %Jh%@U sMt UC %hJ%C-KfyEX[_gj&/&'.''67>7>7&'&'&'>76763>7>#&'&'767672'%'7'+"&'&546323267>7%#"'4'6767672,32,+DCCQLDf' % :/d B 4@ }  &!0$?Jfdf-.=6(:!TO? !IG_U% . j+.=; 5gN_X "  ##  292Q41   *6nA;| BS N.  %1$ 6 #nk^ '7GWgw2+"&5463#!"&5463!254&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26#"&=! B^^BB^^B:FjB^8((`( `(8^BB^^B@B^"vEj^B(8(`(8(/?O_o/?2#!"&5463;26=4&+";26=4&+";26=4&+";26=4&+"54&+";2654&+";2654&+";2654&+";2654&+";2654&#!"3!2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26@&&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@`% "&5#"&5&462!762$"&462B\B@B\B8PpP8.BB..BB.8$P88P広3CQ#".54>32#".546322#"&#"#"54>%".54>32%2#"&54> &X=L|<&X=M{2r_-$$-_rUU%&&5%ő'- "'.546762@FF$@B@$.&,&.]]|q#<<#(BB B%'-%'-'%'-"'%&'"'%.5467%467%62@ll@ll,@GG&!@@@@@@!&+#+#6#+$*`:p:px p=`$>>$&@&@ @&p@ &.A!!"!&2673!"5432!%!254#!5!2654#!%!2#!8Zp?vdΊens6(N[RWu?rt1SrF|iZ@7މoy2IMC~[R yK{T:%,AGK2#!"&5463!!2654'654.#532#532"&5!654&#"327#2#>!!ww@ww~uk'JTMwa| DH> I1q Fj?w@wwwsq*4p9O*¸Z^qh LE "(nz8B M'?"&4624&#"'.'324&#"3267##"&/632632.ʏhhMALR vGhг~~K „yO^   ʏʏВ*LM@!שwwȍde)qrOPqȦs:03=7'.?67'67%'>&%'7%7./6D\$>  "N,?a0#O 1G9'/P(1#00  ($=!F "9|]"RE<6 'o9%8J$\ :\HiTe<?}V#oj? d,6%N#" HlSVY]C =@C4&"2!.#!"4&"2+"&=!"&=#"&546;>3!232^^^Y ^^^`pppp`]ibbi]~^^^e^^^PppPPppP]^^]3;EM2+"&=!"&=#"&546;>;5463!232264&"!.#!"264&" ]`pppp`]ibbi^^^dY !^^^]@PppP@@PppP@]^^] ^^^e^^^ 3$#!#!"&5467!"&47#"&47#"&4762++&2 $$ 2&&&4&&Z4&&##&&4&4&44&m4&m+DP4'&#"32763232674'&!"32763 3264'&$#"32763232> $$ g* o`#ə0#z#l(~̠) -g+^aaF s" +g (* 3#!| #/IK/%*%D= )[^aa !!!'!!77!,/,-a/G t%/;<HTbcq%7.#"32%74'&"32765"/7627#"5'7432#"/7632#"5'7432#"&5'74632 #"/6327#"/6327#"/46321"&/462"&/>21"&/567632#!.547632632  *     X    ^  `    ^  b  c   fu U`59u  4J   l~ ~ F 2    m | O,           ru| u  " )9 $7 $&= $7 $&= $7 $&=  $&=46w`ww`ww`wb`VTEvEEvETVTEvEEvET*VTEvEEvET*EvEEvEEvEEv#^cu#!"&5463!2!&'&!"&5!632#"&'#"/&'&7>766767.76;267674767&54&5&'67.'&'&#3274(8((88((`x c`(8!3;:A0?ݫY   ^U 47D$    74U3I  |L38wtL0`((88(@(8(D 9 8(Q1&(!;  (g- Up~R2(/{E(Xz*Z%(i6CmVo8 #Q#!"&5463!2!&'&!"&5!3367653335!3#'.'##'&'35(8((88((`x c`(8iFFZcrcZ`((88(@(8(D 9 8(kk" kkJ ! k#S#!"&5463!2!&'&!"&5!%!5#7>;#!5#35!3#&'&/35!3(8((88((`x c`(8-Kg kL#DCJg  jLD`((88(@(8(D 9 8(jj jjkk kk#8C#!"&5463!2!&'&!"&5!%!5#5327>54&'&#!3#32(8((88((`x c`(8 G]L*COJ?0R\wx48>`((88(@(8(D 9 8(jjRQxk !RY#*2#!"&5463!2!&'&!"&5!!57"&462(8((88((`x c`(8Pppp`((88(@(8(D 9 8(ppp  #*7JR5#5#5#5##!"&5463!2!&'&!"&5##5!"&54765332264&"<(8((88((`x c`(8kޑcO"jKKjK`((88(@(8(D 9 8(SmmS?M&4&&4#9L^#!"&5463!2!&'&!"&5!#"/#"&=46;76276'.'2764'.(8((88((`x c`(8 6ddWW6&44`((88(@(8(D 9 8(. G5{{5]]$5995#3C#!"&5463!2!&'&!"&5!2#!"&5463#"'5632(8((88((`x c`(84LL44LL4l  `((88(@(8(D 9 8(L44LL44L  Z #7K[#!"&5463!2!&'&!"&5!>&'&7!/.?'&6?6.7>'(8((88((`x c`(8` 3  3  3  3 v  ?  `((88(@(8(D 9 8( & & - & &  ?   '6#'. '!67&54632".'654&#"32eaAɢ/PRAids`WXyzOvд:C;A:25@Ң>-05rn`H( ' gQWZc[ -%7' %'-'% %"'&54762[3[MN 3",""3,3"ong$߆]gn$+) ")")" x#Z#"&#!+.5467&546326$32327.'#"&5463232654&#"632#".#"oGn\ u_MK'̨|g? CM7MM5,QAAIQqAy{b& BL4PJ9+OABIRo?z.z n6'+s:zcIAC65D*DRRD*wya$, @B39E*DRRD*'/7  $&6$ 6277&47' 7'"' 6& 6'lLRRZB|RR>dZZLlLZRR«Z&>«|R ! $&54$7 >54'5PffP牉@s-ff`-c6721>?>././76&/7>?>?>./&31#"$&(@8!IH2hM>'  )-* h'N'!'Og,R"/!YQG54'63&547#5#"=3235#47##6323#324&"26%#!"&5463!2F]kbf$JMM$&N92Z2&`9UW=N9:PO;:dhe\=R +)&')-S99kJ<)UmQ/-Ya^"![Y'(<`X;_L6#)|tWW:;X  #'#3#!"&5463!2) p*xeשw@www0,\8@www9I#"'#"&'&>767&5462#"'.7>32>4."&'&54>32JrO<3>5-&FD(=Gq@C$39aLL²L4 &) @]v q#CO!~󿵂72765'./"#"&'&5 }1R<2" 7MW'$  ;IS7@5sQ@@)R#DvTA ; 0x I)!:> +)C 6.> !-I[4&#"324&#"3264&#"324&#"326&#"#".'7$4$32'#"$&6$32D2)+BB+)3(--(31)+BB+)4'--'4'#!0>R HMŰ9ou7ǖD䣣 R23('3_,--,R23('3_,--,NJ ?uWm%#"'%#"'.5 %&'&7632! ; `u%"(!]#c)(  #"'%#"'.5%&'&76 !  (%##fP_"(!)'+ʼn4I#"$'&6?6332>4.#"#!"&54766$32#!"&=46;46;2z䜬m IwhQQhbF*@&('k@z   _hQнQGB'(&*eozΘ@@`  >. $$ ffff^aafff^aa>"&#"#"&54>7654'&#!"#"&#"#"&54>765'46.'."&54632326323!27654'.5463232632,-,,",:! %]& %@2(/.+*)6! <.$..**"+8#  #Q3,,++#-:#"$$ /:yuxv)%$ /?CG%!5%2#!"&5463!5#5!52#!"&54632#!"&5463#5!5`&&&& &&&&&&&&@&&&&&&&&&&&&%2 &547%#"&632%&546 #"'6\~~\h ~\h\ V V VV%5$4&#"'64'73264&"&#"3272#!"&5463!2}XT==TX}}~>SX}}XS>~}w@www~:xx:~}}Xx9}}9xX}@www/>LXds.327>76 $&6$32762#"/&4762"/&47626+"&46;2'"&=462#"'&4?62E0l,  *"T.D@Yooo@5D [  Z  Z  [ ``[ Z  2 ,l0 (T" .D5@oooY@D, Z  [  [  Z ``EZ  [ 5%!  $&66='&'%77'727'%amlLmf?55>fFtuutFLlLHYC L||L Y˄(E''E*( /?IYiy%+"&=46;2+"&=46;2+"&=46;2+"&=46;2%"&=!#+"&=46;2+"&=46;2+"&=46;2+"&=46;2!54!54>$ +"&=46;2#!"&=@&&@3P > P3&&rrr&&rrr he 4LKM:%%:MKL4WT&&%/9##!"&563!!#!"&5"&5!2!5463!2!5463!2&&&&&&  &&&i@&&@&7'#5&?626J%o;j|/&jJ%p&`Jj&p/|jţ%Jk%o%  :g"&5462#"&546324&#!"263662>7'&75.''&'&&'&6463!276i~ZYYZ~@OS;+[G[3YUD#o?D&G3I=JyTkBuhNV!WOhuAiSy*'^CC^'*SwwSTvvTSwwSTvvWID\_"[ gq# /3qFr2/ $rg%4 HffHJ4d#!#7!!7!#5!VFNrmNNN N!Y+?Ne%&'&'&7>727>'#&'&'&>2'&'&676'&76$7&'&767>76 '6# <;11x# *# F-T93%/#0vNZ;:8)M:( &C.J}2 %0  ^*  JF &7'X"2LDM" +6 M2+'BQfXV#+] #' L/(eB9  #,8!!!5!!5!5!5!5#26%!!26#!"&5!5&4& &pPPp@@&&@!&@PppP@*  9Q$"&54627"."#"&547>2"'.#"#"&5476$ "'&$ #"&5476$ (}R}hLK NN Ud: xx 8    ,, |2222 MXXM ic,>>,   ̺  '/7?KSck{4&"2$4&"24&"24&"24&"24&"24&"24&"24&"264&"24&#!"3!264&"2#!"&5463!2KjKKjKjKKjKjKKjKKjKKjKjKKjKjKKjKKjKKjKjKKjKLhLLhLKjKKj&&&&KjKKjL44LL44L5jKKjKKjKKjKjKKjKjKKjKjKKjKjKKjKjKKjKjKKjK4LL44LLjKKjK&&&&jKKjK4LL44LL 'E!#"+"&7>76;7676767>'#'"#!"&7>3!2W",&7' #$ &gpf5 O.PqZZdS -V"0kqzTxD!!8p8%'i_F?;kR(` !&)w.<\.'.>%#"'.7>.'&67632&'6'&' #"'.766.'&67632Z &+\cc:>'D> 6KD3W6,9(<*0-?")/SW7.Crb  :+OIX3'#C3:@ #*"-A%,1U=}AQfO$"|'"S*`H(:UܳJ?27sZy%+A07C~Ӗ5A"3 >IY#6?>7&#!%'.'33#&#"#"/3674'.54636%#"3733#!"&5463!24  : @7vH%hEP{0&<'VFJo1,1.F6A#L44LL44L"% 7x'6 O\JYFw~v^fH$ ! "xdjD"!6`J4LL44LL $1Ol-#"326%356.#"#"326%4#"326%3#7#'#3%#7#"&546324>54#"47632&#"'"'473254&'&54323#327#"'47673#327#"546327&#7673>7&#"327#"&54632#7#"&54632654#"47632&#7673>73#7#"&54632.#"#&'#67&#"327&'3673326#!"&5463!2 />  0@[W,8 G'"5,Q4/&4/ $&J (W" +Tl +7o _7*#) 83 ( -5G8 .'3/$&I8 48+5%7%{,2,rr,2,x-2.jj.2-xL44LL44L[ < J 2)(*(8$e  '+ , 1)H/ 'H4/// ,~i6_7G*''4fE!%97+" ;=4FYqO" '+ , &2hh_ ,0(5N(ntggtnno__on4LL44LL  BWbjq}+532%+5324&+32763#4&'.546327&#"#"'3265#"&546325&#"32 !264&"2%#'#735#535#535#3'654&+353#!"&5463!29$<=$@?SdO__J-<AA@)7")9,<$.%0*,G3@%)1??.+&((JgfJ*A!&jjjGZYGиwsswPiL>8aA !M77MM77M3! 4erJ]&3YM(, ,%7(#)  ,(@=)M%A20C&Mee(X0&ĖjjjV 8Z8J9N/4$ 8NN88NN  #&:O[ $?b3'7'#3#%54+32%4+324+323'%#5#'#'##337"&##'!!732%#3#3##!"&53733537!572!56373353#'#'#"5#&#!'#'#463!2#"5#"5!&+&+'!!7353273532!2732%#54&+#32#46.+#2#3#3##+53254&".546;#"67+53254&.546;#"#'#'##"54;"&;7335wY-AJF=c(TS)!*RQ+*RQ+Y,B^9^Ft`njUM ') ~PSPRm٘M77Mo7q @)U 8"E(1++NM77Mx378D62W74;9<-A"EA0:A F@1:ؗBf~~""12"4(w$#11#@}}!%+%5(v$:O\zK?* $\amcrVlOO176Nn23266&+"&#"3267;24&+"'&+";27%4&+";2?>23266&+"&#"3267;254+";27#76;2#!"&5463!23%#2%%,,  _3$$2%%M>AL Vb5)LDHeE:< EM j,K'-R M ~M>AR  Vb5)LEHeE:< E J ABI*'! ($rL44LL44Lv%1 %3!x*k $2 %3!;5h n a !(lI;F   rp p8;5h t a !(lI;F ` #k 4LL44LL  2HW[lt#"'5632#6324&'.54327&#"#"&'32767#533275#"=5&#"'#36323#4'&#"'#7532764&"24'&#"327'#"'&'36#!"&5463!2=!9n23BD$ &:BCRM.0AC'0RH`Q03'`.>,&I / * / 8/n-(G@5$ S3=,.B..B02^`o?7je;9G+L44LL44LyE%# Vb;A !p &'F:Aq)%)#orgT$ v2 8)2z948/{ 8AB..B/q?@r<7(g/4LL44LL ?#!"&'24#"&54"&/&6?&5>547&54626=L4@ԕ;U g3 T 2RX='8P8|5 4Ljj U;Ig@   `  "*\(88(]k  &N4#"&54"3 .#"#!"&'7!&7&/&6?&5>547&54626;U gIm*]Z0L4@ԕ=o=CT T 2RX='8P8|5  U;IgXu?bl3@4Ljja`   `  "*\(88(]k/7[%4&+";26%4&+";26%4&+";26!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@0 o`^BB^`5FN(@(NF5@@@u  @LSyuS@%44%,<H#"5432+"=4&#"326=46;2  >. $$ ~Isy9"SgR8vHD w ffff^aam2N+ )H-mF+10*F +fff^aab4&#"32>"#"'&'#"&54632?>;23>5!"3276#"$&6$3 k^?zb=ka`U4J{K_/4^W&  vx :XB0܂ff ) fzzXlz=lapzob35!2BX G@8  ' '=vN$\ff  1 SZz8zX#("/+'547'&4?6276 'D^h  i%5@%[i  h]@]h  i%@5%[i  h^@@)2#"&5476#".5327>OFi-ay~\~;'S{s:D8>)AJfh]F?X{[TC6LlG]v2'"%B];$+l|%!2>7>232>7>322>7>32"&'.#"#"&'.#"#"&'.#"#546;!!!!!32#"&54>52#"&54>52#"&54>52-P&+F) $P.-P$'#+&PZP&+#"+&P-#) $P-.P$(#+$P.-P$'#+&P-.P$+#pP@@PpH85K"&ZH85K"&ZH85K"&Z@Pp@@@pMSK5, :&LMSK5, :&LMSK5, :& !!3 ! @@@  #"$$3!!2"jaѻxlalxaaj!!3/"/'62'&63!2'y  `I  yMy `I y'W`#".'.#"32767!"&54>3232654.'&546#&'5&#" 4$%Eӕ;iNL291 ;XxR`f՝Q8TWiWgW:;*:`Qs&?RWXJ8 oNU0 J1F@#) [%6_POQiX(o`_?5"$iʗ\&>bds6aP*< -;iFn* -c1BWg4'.'4.54632#7&'.#"#"'.#"32767'#"&54632326#!"&5463!2#$( 1$6]' !E3P|ad(2S;aF9'EOSej]m] <*rYshpt.#)$78L*khw@wwwB % $/$G6 sP`X):F/fwH1pdlqnmPHuikw_:[9D'@www34."2>$4.#!!2>#!".>3!2QнQQнQQh~wwhfffнQQнQQнQZZQffff#>3!2#!".2>4."fffнQQнQQffffQнQQн ,\!"&?&#"326'3&'!&#"#"'  5467'+#"327#"&463!!'#"&463!2632(#AHs9q ci<= #]$ KjKKjKKjKKjH#j#H&&&KjKKjKg V i jKKjKKjKKjK ..n(([5KK55KK5[poNv<+#"'#"&546;&546$32322$B$22$$*$22$Xڭӯ$22$tX'hs2$ϧkc$22$1c$2F33F3VVT2#$2ԱVT2#$2g#2UU݃ 2$#2UU1݃2 ,u54#"67.632&#"32654'.#"32764.'&$#"7232&'##"&54732654&#"467&5463254632>32#"'&ru&9%" *#͟O%GR=O&^opC8pP*bY _#$N Pb@6)?+0L15 "4$.Es  5IQ"!@ h "Y7e|J>ziPeneHbIlF>^]@n*9 6[_3#"&54632#.#"32%3#"&54632#.#"326%4&'.'&! ! 7>7>! =39? 6'_ >29? 5'17m-VU--,bW.뮠@Fyu0HC$뮠@Fyu0HC$L= ?? <=! A <`;+"&54&#!+"&5463!2#!"&546;2!26546;2pЇ0pp@Ipp>Sc+"&=46;254&+"&+";2=46;2;2=46;2;2%54&#!";2=;26#!"&5463!2A5DD5A7^6a7MB55B7?5B~```0`rr5A44A5v5AA5f*A``0` !!!! #!"&5463!2ړ7H7jv@vvv':@vvvMUdkpu{#"'!"'!#"&547.547.54674&547&54632!62!632!#!6227'!%!"67'#77!63!!7357/7'%# %'3/&=&' 5#?&547 6!p4q"""6" 'h*[ |*,@?wAUMpV@˝)Ϳw7({*U%K6=0(M "! O dX$k !! ! b [TDOi @6bxBAݽ5  ɝ:J +3,p x1Fi (R 463!#!"&5%'4&#!"3`а@..@A-XfB$.BB..C} )&54$32&'%&&'67"w`Rd]G{o]>p6sc(@wgmJPAjyYWa͊AZq{HZ:<dv\gx>2ATKn+;"'&#"&#"+6!263 2&#"&#">3267&#">326e~└Ȁ|隚Ν|ū|iyZʬ7Ӕްr|uѥx9[[9jj9ANN+,#ll"BS32fk[/?\%4&+";26%4&+";26%4&+";26%4&+";26%#!"&5467&546326$32]]eeeeee$~i qfN-*#Sjt2"'qCB8!'> !%)-159=AEIMQUY]agkosw{! %! 5!#5#5#5#5#57777????#5!#5!#5!#5!#5!#5!#5!#5#537#5!#5!#5!#5!#5!#55#535353535353%"&546326#"'#32>54.&54>3237.#"Q%%%%%%%%%?iiihOiixiiyiixiiArssrrssr%sssrrssNs%%%%%%%%%%'32#".543232654&#"#"&54654&#"#"&547>326ڞUzrhgrxSПdU 7#"&463!2!2&&4&&&&4&KjKKjKjKKj &&&%&& &&4&&&&4&&&5jKKjKKjKKjK%z 0&4&&3D7&4& %&'S4&"4&"'&"27"&462"&462!2#!"&54>7#"&463!2!2&4&4&4&4KjKKjKjKKj &&&%&& &&4&%&&ے&4"jKKjKKjKKjK%z 0&4&&3D7&4& %& & !'! !%!!!!%"'.763!2o]FooZY@:@!!gf//I62'"/"/"/"/"/"/"/7762762762762762762%"/77627&6?35!5!!3762762'"/"/"/"/"/"/%5#5!4ZSS6SS4SS4SS4SS4SS4SS4ZSS4SS4SS4SS4SS4SS4S-4ZSS4S@4SS4ZSS6SS4SS4SS4SS4SS4S@ZSSSSSSSSSSSSSSZSSSSSSSSSSSSSyZRRR@%:= :+: =RRZSSSSSSSSSSSSSCv!/&'&#""'&#" 32>;232>7>76#!"&54>7'3&547&547>763226323@``` VFaaFV      $. .$     yy .Q5ZE$ ,l*%>>%*>*98(QO!L\p'.'&67'#!##"327&+"&46;2!3'#"&7>;276;2+6267!"'&7&#"(6&#"#"' Dg OOG`n%ELL{@&&Nc,sU&&!Fre&&ss#/,<= #]gL oGkP'r-n&4&2-ir&&?o  4 _5OW! .54>762>7.'.7>+#!"&5#"&5463!2"&462{{BtxG,:`9(0bԿb0(9`:,GxtB&@&&@&K55K`?e==e?1O6# ,  #$  , #6OO&&&&5KK?!"'&'!2673267!'. ."!&54632>321 4q#F""8'go#- #,"tYg>oP$$Po> Zep#)R0+I@$$@I++332++"&=#"&=46;.7>76$  @ ᅪ*r@@r'/2+"&5".4>32!"&=463  &@~[՛[[u˜~gr&`u՛[[՛[~~@r=E32++"&=#"&=46;5&547&'&6;22676;2  >``@``ٱ?E,,=?rH@``@GݧH`jjrBJ463!2+"&=32++"&=#"&=46;5.7676%#"&5   &@~``@``  vXr&@``@+BF`rks463!2+"&=32++"&=#"&=46;5&547'/.?'+"&5463!2+7>6 %#"&5   &@~``@``~4e  0  io@& jV  0  Z9r&@``@Gɞ5o , sp &@k^ , c8~~`r8>KR_32++"&=!+"&=#"&=46;.767666'27&547&#"&'2#" @@ 'Ϋ'sggsww@sgg@@-ssʃl99OOr99FP^l463!2+"&=$'.7>76%#"&=463!2+"&=%#"&54'>%&547.#"254&' &@L?CuГP vY &@;"ޥ5݇ޥ5`&_ڿgwBF@&J_ s&&?%x%xJP\h463!2+"&='32++"&=#"&=46;5.7676632%#"&56'327&7&#"2#" &@L? ߺu``@``} ຒɞueeu9uee&_"|N@``@""|a~lo99r9@9;C2+"&5"/".4>327'&4?627!"&=463  &@Ռ .  N~[՛[[u˜N .  gr&`֌  . Ou՛[[՛[~N  . @r9A'.'&675#"&=46;5"/&4?62"/32+  '֪ \  . 4 .  \r|ݧ憛@\ .    . \@r~9A"/&4?!+"&=##"$7>763546;2!'&4?62  m  - @ݧ憛@& -  @rm4 -  ٮ*   - r+"&5&54>2  @[՛[rdGu՛[[r  ".4>2r[՛[[՛r5՛[[՛[[$2#!37#546375&#"#3!"&5463#22#y/Dz?s!#22#2##2S88 2#V#2L4>32#"&''&5467&5463232>54&#"#"'.Kg&RvgD $ *2% +Z hP=DXZ@7^?1 ۰3O+lh4`M@8'+c+RI2 \ZAhSQ>B>?S2Vhui/,R0+ ZRkmz+>Q2#"'.'&756763232322>4."7 #"'&546n/9bLHG2E"D8_ pdddxO"2xxê_lx2X  !+'5>-pkW[C I I@50Oddd˥Mhfxx^ә #'+/7!5!!5!4&"2!5!4&"24&"2!!! 8P88P 8P88P88P88PP88P8 P88P88P88P8 +N &6 !2#!+"&5!"&=463!46;23!#!"&54>32267632#"_>@`     `  L4Dgy 6Fe=OOU4L>   ` `  4L2y5eud_C(====`L43V &6 #"/#"/&54?'&54?6327632#!"&54>32 7632_>     %%Sy 6Fe=J%>     %65%Sy5eud_C(zz.!6%$!2!!!46;24&"2!54&#!"&&&@ԖV@&&@&&ԖԖ@&3!!! !5!'!53!! #7IeeI7CzCl@@@#2#!"&?.54$3264&"!@մppp((ppp#+/2#!"&?.54$3264&"!264&"!@մ^^^@^^^@((^^^^^^v(#"'%.54632 "'% 632U/@k0G,zD# [k# /tg F Gz  #'#3!) p*xe0,\8T #/DM%2<GQ^lw &'&676676&'&7654&'&&546763"#"'3264&7.>&'%'.767&7667&766747665"'.'&767>3>7&'&'47.'.7676767&76767.'$73>?>67673>#6766666&'&6767.'"'276&67&54&&671&'6757>7&"2654&57>&>&'5#%67>76$7&?5.''&'&'#'""#''&'&'&'65.'&6767.'#%&''&'#2%676765&'&'&7&5&'6.7>&5R4&5S9 W"-J0(/r V"-J0(.)#"6&4pOPppc|o}vQ[60XQW1V  # 5X N"& . ) D>q J:102(z/=f*4!> S5b!%  (!$p8~5..:5I  ~T 4~9p# ! ) & ?()5F 1   d%{v*: @e s|D1d {:*dAA|oYk'&<tuut&v HCXXTR;w 71™  Z*&' 1  9? . $Gv 5k65P.$.`aasa``Z9k'9؋ӗa-*Gl|Me_]`F& OܽsDD!/+``aa``a154&'"&#!!26#!"&5463!2    iLCly5)*Hcelzzlec0hb,,beIVB9@RB9J_L44LL44L44%2"4:I;p!q4bb3p (P`t`P(6EC.7BI64LL44LL  .>$4&'6#".54$ 4.#!"3!2>#!"&5463!2Zjbjj[wٝ]>oӰٯ*-oXL44LL44L')꽽)J)]wL`ֺ۪e4LL44LL;4&#!"3!26#!"&5463!2#54&#!";#"&5463!2  @ ^BB^^B@B^  B^^B@B^`@  MB^^B@B^^>  ^B@B^^5=Um ! !!2#!"&=463!.'!"&=463!>2!2#264&"".54>762".54>762?(``(?b|b?B//B/]]FrdhLhdrF]]FrdhLhdrF@@@(?@@ ?(@9GG9@/B//BaItB!!BtI Ѷ!!ь ItB!!BtI Ѷ!!ь-M32#!"&=46;7&#"&=463!2#>5!!4.'.46ՠ`@`ՠ`MsFFsMMsFFsMojjo@@jj@@<!(!!(!-3?32#!"&=46;7&#"&=463!2+!!64.'#ՠ`@`ՠ`  DqLLqDojjo@@jj@@B>=C-3;32#!"&=46;7&#"&=463!2+!!6.'#ՠ`@`ՠ`UVU96gg6ojjo@@jj@@β**ɍ-G32#!"&=46;7&#"&=463!2#>5!!&'.46ՠ`@`ՠ`MsFFsMkkojjo@@jj@@<!(!33!(!9I2#!"&=4637>7.'!2#!"&=463@b":1P4Y,++,Y4P1:"":1P4Y,++,Y4P1:"b@@@7hVX@K-AA-K@XVh77hVX@K-AA-K@XVh7Aj"#54&#"'54&#"3!26=476=4&#"#54&'&#"#54&'&'2632632#!"&5&=4632>3265K @0.B @0.B#6'&& l @0.B 2' .B A2TA9B;h" d mpPTlLc _4.HK5]0CB.S0CB./#'?&&)$$)0CB. }(AB.z3M2"61d39L/PpuT(Ifc_E`1X"#4&"'&#"3!267654&"#4&"#4&26326#!"&'&5463246326\B B\B&@5K&@"6LB\B B\B sciL}QP%&#"!"3!754?27%>54&#!26=31?>Ijjq,J[j.-tjlV\$B.R1?@B.+?2`$v5K-%5KK5.olRIS+6K5̈$B\B 94E.&ʀ15uE& ԖPjjdXUGJ7!.B P2.B %2@ 7K5(B@KjKj?+fU E,5K~!1.>F.F,Q5*H$b2#!"&=%!"&=463!7!"&'&=4634'&#!">3!!"3!32#!"3!23!26=n$7654&#"#654&#"#.!"'.54632&5467>32>3200?t ='/@H@"+4K8"*!4dtB/&> c@0&=  =_JUD29i1"07 {x\YSgSSW]|t eyD0&0D/  I4C+) t .B3%h#/B0&&03|&p>i +#] WsgQT\QglU ]#-39oK_3[_cg"'&#"3!2676=4&"#54&#"#54&#"#4&'2632632632#!"&'&5463246#!#!#5K)B4J&@#\8P8 @0.B J65K J6k cJ/4qG^\hB2.1!~K5y?^\Vljt-.j[J,qjjI7$?1R.B+.B$`2?gvEo.5KK5%-K6+SIR[&.E49 B\B$5KG#!+"&5!"&=463!2+"&' +"' +"'&5>;2>76;2Y    M .x - N     u  , u ?  LW   #  *:J4'&+326+"'#+"&5463!2  $6& $&6$ UbUI-uu,uuڎLlLAX!Jmf\$ 6uuu,KLlL-[k{276/&'&#"&5463276?6'.#"!276/&'&#"&5463276?6'.#"  $6&  $&6]h - %Lb`J%E 5 ,5R- h - %Lb`J%E 5 ,5R-'uu,uulL/hR    dMLc  NhR   dMLc  N1uuu,LlL@  ' 7 '7 ``H ``H !``H ```H` '%  7' 7'7 ' $&6$ X`(W:,:X`(WLLlLX`(W:BX`(XLlL $ %/9ES[#"&54632$"&4624&"26$4&#"2%#"&462$#"&4632#"32&! 24>  !#"&'.'#"$547.'!6$327&'77'&77N77N'qqqqqPOrqEsttsst}||}uԙ[WQ~,> nP/R U P酛n >,m'77'&77N77N6^Orqqqqqqt棣棣(~|| on[usј^~33pc8{y%cq33dqpf L 54 "2654"'&'"/&477&'.67>326?>< x ,  (-'sI  VCV  Hr'-(  $0@!BHp9[%&!@0$u  ]\\]-$)!IHV D V HI!)$-#36>N"&462."&/.2?2?64/67>&  #!"&5463!2]]]3 $; &|v;$ (CS31 =rM= 4TC(G zw@www]]]($-;,540= sL =45,; @www(2#"$&546327654&#" &#"AZ\@/#%E1/##.1E$![A懇@@\!#21E!6!E13"|! gL&5&'.#4&5!67&'&'5676&'6452>3.'5A5RV[t,G'Q4}-&r! G;>!g12sV&2:#;d=*'5E2/..FD֕71$1>2F!&12,@K r#"&5462>%.#"'&#"#"'>54#".'7654&&5473254&/>7326/632327?&$  $6 $&6$ !&"2&^ u_x^h ;J݃HJǭ qE Dm! M G?̯' %o8 9U(F(ߎLlL&!&!SEm|[n{[<ɪ "p C Di% (K HCέ  pC B m8 @Kނ  HF(LlL "*6%&6$ 7&$5%%6'$2"&4}x3nQH:dΏX e8z' li=! 7So?vM '&7>>7'7>''>76.'6'El:Fg r *t6K3U Z83P)3^I%=9 )<}Jk+C-Wd &U-TE+]Qr-< Q#0 C+M8 3':$ _Q =+If5[ˮ&&SGZoMkܬc#7&#"327#"'&$&546$;#"'654'632ե›fKYYKf¥yͩ䆎L1hvvƚwwkn]*]nlxDLw~?T8bb9SA}+5?F!3267!#"'#"4767%!2$324&#"6327.'!.#"۔c28Ψ-\?@hU0KeFjTlyE3aVsz.b؏W80]TSts<hO_u7bBtSbF/o|V]SHކJ34&#!"3!26#!!2#!"&=463!5!"&5463!2  @ ^B `` B^^B@B^   @ @B^@@^BB^^>3!"&546)2+6'.'.67>76%&F8$.39_0DD40DD0+*M7{L *="# U<-M93#D@U8vk_Y [hD00DD00Dce-JF1 BDN&)@ /1 dy%F#"'&'&'&'&763276?6#"/#"/&54?'&763276"&'&'&5#&763567632#"'&7632654'&#"32>54'&#"'.5463!2#!3>7632#"'&'&#"'&767632yqoq>* 432fba  $B? >B BB AA.-QPPR+ 42 %<ciђ:6% hHGhkG@n`IȌ5 !m(|.mzyPQ-.  je  r=@@?ppgVZE|fb6887a %RB? =B ABBAJvniQP\\PRh cDS`gΒ 23geFGPHXcCI_ƍ5" n*T.\PQip [*81 / 9@:>t%6#".'.>%6%&7>'.#*.'&676./&'.54>754'&#"%4>327676= >vwd" l "3 /!,+ j2.|%& (N &wh>8X}xc2"W<4<,Z~fdaA`FBIT;hmA<7QC1>[u])  u1V(k1S) - 0 B2* %M ;W(0S[T]I) A 5%R7&&=,Xq&&@X,LΒw%%;#!"&5463!546;2!2!+"&52#!"/&4?63!5! (&&@&&(&&@&&( (  &&@&&@&&&&  #''%#"'&54676%6%% hh @` !   !    #52#"&5476!2#"&5476!2#"'&546        @  @  @    84&"2$4&"2$4&"2#"'&'&7>7.54$ KjKKjKjKKjKjKKjdne4" %!KjKKjKKjKKjKKjKKjK.٫8  !%00C'Z'.W"&462"&462"&462 6?32$6&#"'#"&'5&6&>7>7&54>$ KjKKjKjKKjKjKKjhяW.{+9E=cQdFK1A  0) LlLjKKjKKjKKjKKjKKjKpJ2`[Q?l&٫C58.H(Yee    Y'w(O'R@$#"&#"'>7676327676#" b,XHUmM.U_t,7A3ge z9@xSaQBLb( VU  !!!==w)@T!!77'7'#'#274.#"#32!5'.>537#"6=4>5'.465! KkkK _5 5 #BH1`L I& v6S F!Sr99rS!`` /7K%s}H XV  P V  e  Vd/9Q[ $547.546326%>>32"&5%632264&#"64'&""&'&"2>&2654&#";2 P 3>tSU<)tqH+>XX|Wh,:UStW|XX>=X*  ))  +^X^|WX=>X:_.2//a:Ru?  Q%-W|XW>J( =u>XX|WX`  *((*  +2 2X>=XW|E03>$32!>7 '&'&7!6./EUnohiI\0<{ >ORDƚ~˕VƻoR C37J6I`Tb<^M~M8O  5!#!"&!5!!52!5463 ^B@B^`B^^B `B^^"^BB^ #D2+#!"$&6$3227%#"$$ %&$#" 7=D9KqMLw9'qnH.Ktfw㿢p??pY9n6 LlLkT ၌.?p㿢p?   7!' !\W\ d;tZ`_O; k54+";2%54+";2!4&"!4;234;2354;2354;&5462!2#!32354;2354;2354;2````pp``` &4& ```@PppPpppppp$&&$ ppppp j#"'&=!;5463!2#!"&=#".'.#!#"&463232>7>;>32#"&'#"!546 %. `@` :,.',-XjjXh-,'.,: kb>PppP>bk .%Z & :k%$> $``6&L')59I"TlԖlT"I95)'L&69GppG9$ >$%k: !+32&#!332 $&6$ ~O88OLlL>pN  iLlL '':Ma4&'#"'.7654.#""'&#"3!267#!"&54676$32#"'.76'&>$#"'.7654'&676mD5)  z{6lP,@KijjOoɎȕ>>[ta) GG 4?a) ll >;_-/ 9GH{zyN@,KԕoN繁y! ?hh>$ D" >â? $ n"&5462'#".54>22654.'&'.54>32#"#*.5./"~~s!m{b6# -SjR,l'(s-6^]Itg))[zxȁZ&+6,4$.X%%Dc* &D~WL}]I0"  YYZvJ@N*CVTR3/A3$#/;'"/fR-,&2-" 7Zr^Na94Rji3.I+ &6W6>N%&60;96@7F6I3+4&#!"3!26%4&#!"3!26 $$ ^aa`@@^aa '7  $ >. %"&546;2#!"&546;2#/a^(^aa(N@@4&#!"3!26 $$ @@^aa`@^aa '  $ >. 7"&5463!2#/a^(n@^aa(N@ %=%#!"'&7!>3!26=!26=!2%"&54&""&546 ##]VTV$KjKKjK$&4&Ԗ&4&>9G!5KK55KK5!&&jj&&#/;Im2+#!"&'#"&463>'.3%4&"26%4&"26%6.326#>;463!232#.+#!"&5#"5KK5sH..Hs5KK5e# )4# %&4&&4&&4&&4&` #4) #%~]eZ&&Ze] E-&&-EKjKj.<<.KjK)#)`"@&&`&&&&`&&)#`)"dXo&&oXG,8&&8!O##!!2#!+"'&7#+"'&7!"'&?63!!"'&?63!6;236;2!2@@8@7 8Q NQ N 8G@ 8GQ NQ N7   8 8  H H  k%  ".>2I20]@]@oo@@oo㔕a22]]p^|11|99|11|(%7'7' ' 7T dltl)qnluul)1$4&"24&"2 &6 +"&5476;2 &6 LhLLhLLhLLhL>  &   &`>hLLhLLhLLhL>&&>jP_< u>u>  ~pU3U3]yn2@ zZ@55 zZZ@,_@s@ @(@@@- MM- MM@@@ -`b $ 648""""""@ D@ ,,@  m)@@   ' D9>dY* w    T     @ f %RE    $!k(PBp<$H<TfT H R , D x 6 \ DLX*(2^n0|bX*Z >n@jDH. 4 n !>:>>?|@@>@xAVABBBBCRCDE:FFxFGVGHH\HHHII0IbIIIJ*JrJK`KL@LMM~NN\NO.OOPZPQQNQQR`SU6UV(VzVVW>WWX"XnXXXYY^YYZ2ZdZ[[[[\l\]]]]]^R^_```a`abb:bbcd$dfdeelef&fvfg gghBhphhi2iriijBjzjk kbkll\llmm8mvmnnbnno8op pbpql Ǣ"ɚʔ| ͜VΤ zвTXҾ&`ӎӎӎ,Ԩn(\֚8\tۆ`ܨRݼ?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq rstuvwxyz{|}~     " !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuuni00A0uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni202Funi205Funi25FCglassmusicsearchenvelopeheartstar star_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroad download_altdownloaduploadinbox play_circlerepeatrefreshlist_altlockflag headphones volume_off volume_down volume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalic text_height text_width align_left align_center align_right align_justifylist indent_left indent_rightfacetime_videopicturepencil map_markeradjusttinteditsharecheckmove step_backward fast_backwardbackwardplaypausestopforward fast_forward step_forwardeject chevron_left chevron_right plus_sign minus_sign remove_signok_sign question_sign info_sign screenshot remove_circle ok_circle ban_circle arrow_left arrow_rightarrow_up arrow_down share_alt resize_full resize_smallexclamation_signgiftleaffireeye_open eye_close warning_signplanecalendarrandomcommentmagnet chevron_up chevron_downretweet shopping_cart folder_close folder_openresize_verticalresize_horizontal bar_chart twitter_sign facebook_sign camera_retrokeycogscomments thumbs_up_altthumbs_down_alt star_half heart_emptysignout linkedin_signpushpin external_linksignintrophy github_sign upload_altlemonphone check_emptybookmark_empty phone_signtwitterfacebookgithubunlock credit_cardrsshddbullhornbell certificate hand_right hand_lefthand_up hand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilter briefcase fullscreengrouplinkcloudbeakercutcopy paper_clipsave sign_blankreorderulol strikethrough underlinetablemagictruck pinterestpinterest_signgoogle_plus_sign google_plusmoney caret_downcaret_up caret_left caret_rightcolumnssort sort_downsort_up envelope_altlinkedinundolegal dashboard comment_alt comments_altboltsitemapumbrellapaste light_bulbexchangecloud_download cloud_uploaduser_md stethoscopesuitcasebell_altcoffeefood file_text_altbuildinghospital ambulancemedkit fighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_down angle_left angle_rightangle_up angle_downdesktoplaptoptablet mobile_phone circle_blank quote_left quote_rightspinnercirclereply github_altfolder_close_altfolder_open_alt expand_alt collapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcode reply_allstar_half_emptylocation_arrowcrop code_forkunlink_279 exclamation superscript subscript_283 puzzle_piece microphonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchor unlock_altbullseyeellipsis_horizontalellipsis_vertical_303 play_signticketminus_sign_alt check_minuslevel_up level_down check_sign edit_sign_312 share_signcompasscollapse collapse_top_317eurgbpusdinrjpyrubkrwbtcfile file_textsort_by_alphabet_329sort_by_attributessort_by_attributes_alt sort_by_ordersort_by_order_alt_334_335 youtube_signyoutubexing xing_sign youtube_playdropbox stackexchange instagramflickradnf171bitbucket_signtumblr tumblr_signlong_arrow_down long_arrow_uplong_arrow_leftlong_arrow_rightwindowsandroidlinuxdribbleskype foursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378 vimeo_square_380 plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629VO)python-qtawesome-0.4.4+ds1/qtawesome/iconic_font.py000066400000000000000000000341061306250465400224100ustar00rootroot00000000000000r""" Iconic Font =========== A lightweight module handling iconic fonts. It is designed to provide a simple way for creating QIcons from glyphs. From a user's viewpoint, the main entry point is the ``IconicFont`` class which contains methods for loading new iconic fonts with their character map and methods returning instances of ``QIcon``. """ # Standard library imports from __future__ import print_function import json import os import hashlib import warnings # Third party imports from qtpy.QtCore import QObject, QPoint, QRect, qRound, Qt from qtpy.QtGui import (QColor, QFont, QFontDatabase, QIcon, QIconEngine, QPainter, QPixmap) from qtpy.QtWidgets import QApplication from six import unichr # Linux packagers, please set this to True if you want to make qtawesome # use system fonts SYSTEM_FONTS = False _default_options = { 'color': QColor(50, 50, 50), 'color_disabled': QColor(150, 150, 150), 'opacity': 1.0, 'scale_factor': 1.0, } def set_global_defaults(**kwargs): """Set global defaults for the options passed to the icon painter.""" valid_options = [ 'active', 'selected', 'disabled', 'on', 'off', 'on_active', 'on_selected', 'on_disabled', 'off_active', 'off_selected', 'off_disabled', 'color', 'color_on', 'color_off', 'color_active', 'color_selected', 'color_disabled', 'color_on_selected', 'color_on_active', 'color_on_disabled', 'color_off_selected', 'color_off_active', 'color_off_disabled', 'animation', 'offset', 'scale_factor', ] for kw in kwargs: if kw in valid_options: _default_options[kw] = kwargs[kw] else: error = "Invalid option '{0}'".format(kw) raise KeyError(error) class CharIconPainter: """Char icon painter.""" def paint(self, iconic, painter, rect, mode, state, options): """Main paint method.""" for opt in options: self._paint_icon(iconic, painter, rect, mode, state, opt) def _paint_icon(self, iconic, painter, rect, mode, state, options): """Paint a single icon.""" painter.save() color = options['color'] char = options['char'] color_options = { QIcon.On: { QIcon.Normal: (options['color_on'], options['on']), QIcon.Disabled: (options['color_on_disabled'], options['on_disabled']), QIcon.Active: (options['color_on_active'], options['on_active']), QIcon.Selected: (options['color_on_selected'], options['on_selected']) }, QIcon.Off: { QIcon.Normal: (options['color_off'], options['off']), QIcon.Disabled: (options['color_off_disabled'], options['off_disabled']), QIcon.Active: (options['color_off_active'], options['off_active']), QIcon.Selected: (options['color_off_selected'], options['off_selected']) } } color, char = color_options[state][mode] painter.setPen(QColor(color)) # A 16 pixel-high icon yields a font size of 14, which is pixel perfect # for font-awesome. 16 * 0.875 = 14 # The reason why the glyph size is smaller than the icon size is to # account for font bearing. draw_size = 0.875 * qRound(rect.height() * options['scale_factor']) prefix = options['prefix'] # Animation setup hook animation = options.get('animation') if animation is not None: animation.setup(self, painter, rect) painter.setFont(iconic.font(prefix, draw_size)) if 'offset' in options: rect = QRect(rect) rect.translate(options['offset'][0] * rect.width(), options['offset'][1] * rect.height()) painter.setOpacity(options.get('opacity', 1.0)) painter.drawText(rect, Qt.AlignCenter | Qt.AlignVCenter, char) painter.restore() class FontError(Exception): """Exception for font errors.""" class CharIconEngine(QIconEngine): """Specialization of QIconEngine used to draw font-based icons.""" def __init__(self, iconic, painter, options): super(CharIconEngine, self).__init__() self.iconic = iconic self.painter = painter self.options = options def paint(self, painter, rect, mode, state): self.painter.paint( self.iconic, painter, rect, mode, state, self.options) def pixmap(self, size, mode, state): pm = QPixmap(size) pm.fill(Qt.transparent) self.paint(QPainter(pm), QRect(QPoint(0, 0), size), mode, state) return pm class IconicFont(QObject): """Main class for managing iconic fonts.""" def __init__(self, *args): """IconicFont Constructor. Parameters ---------- ``*args``: tuples Each positional argument is a tuple of 3 or 4 values: - The prefix string to be used when accessing a given font set, - The ttf font filename, - The json charmap filename, - Optionally, the directory containing these files. When not provided, the files will be looked for in ``./fonts/``. """ super(IconicFont, self).__init__() self.painter = CharIconPainter() self.painters = {} self.fontname = {} self.charmap = {} for fargs in args: self.load_font(*fargs) def load_font(self, prefix, ttf_filename, charmap_filename, directory=None): """Loads a font file and the associated charmap. If ``directory`` is None, the files will be looked for in ``./fonts/``. Parameters ---------- prefix: str Prefix string to be used when accessing a given font set ttf_filename: str Ttf font filename charmap_filename: str Charmap filename directory: str or None, optional Directory for font and charmap files """ def hook(obj): result = {} for key in obj: result[key] = unichr(int(obj[key], 16)) return result if directory is None: directory = os.path.join( os.path.dirname(os.path.realpath(__file__)), 'fonts') # Load font if QApplication.instance() is not None: id_ = QFontDatabase.addApplicationFont(os.path.join(directory, ttf_filename)) loadedFontFamilies = QFontDatabase.applicationFontFamilies(id_) if(loadedFontFamilies): self.fontname[prefix] = loadedFontFamilies[0] else: raise FontError(u"Font at '{0}' appears to be empty. " "If you are on Windows 10, please read " "https://support.microsoft.com/" "en-us/kb/3053676 " "to know how to prevent Windows from blocking " "the fonts that come with QtAwesome.".format( os.path.join(directory, ttf_filename))) with open(os.path.join(directory, charmap_filename), 'r') as codes: self.charmap[prefix] = json.load(codes, object_hook=hook) # Verify that vendorized fonts are not corrupt if not SYSTEM_FONTS: md5_hashes = {'fontawesome-webfont.ttf': 'a3de2170e4e9df77161ea5d3f31b2668', 'elusiveicons-webfont.ttf': '207966b04c032d5b873fd595a211582e'} ttf_hash = md5_hashes.get(ttf_filename, None) if ttf_hash is not None: hasher = hashlib.md5() with open(os.path.join(directory, ttf_filename), 'rb') as f: content = f.read() hasher.update(content) ttf_calculated_hash_code = hasher.hexdigest() if ttf_calculated_hash_code != ttf_hash: raise FontError(u"Font is corrupt at: '{0}'".format( os.path.join(directory, ttf_filename))) def icon(self, *names, **kwargs): """Return a QIcon object corresponding to the provided icon name.""" options_list = kwargs.pop('options', [{}] * len(names)) general_options = kwargs if len(options_list) != len(names): error = '"options" must be a list of size {0}'.format(len(names)) raise Exception(error) if QApplication.instance() is not None: parsed_options = [] for i in range(len(options_list)): specific_options = options_list[i] parsed_options.append(self._parse_options(specific_options, general_options, names[i])) # Process high level API api_options = parsed_options return self._icon_by_painter(self.painter, api_options) else: warnings.warn("You need to have a running " "QApplication to use QtAwesome!") return QIcon() def _parse_options(self, specific_options, general_options, name): options = dict(_default_options, **general_options) options.update(specific_options) # Handle icons for modes (Active, Disabled, Selected, Normal) # and states (On, Off) icon_kw = ['char', 'on', 'off', 'active', 'selected', 'disabled', 'on_active', 'on_selected', 'on_disabled', 'off_active', 'off_selected', 'off_disabled'] char = options.get('char', name) on = options.get('on', char) off = options.get('off', char) active = options.get('active', on) selected = options.get('selected', active) disabled = options.get('disabled', char) on_active = options.get('on_active', active) on_selected = options.get('on_selected', selected) on_disabled = options.get('on_disabled', disabled) off_active = options.get('off_active', active) off_selected = options.get('off_selected', selected) off_disabled = options.get('off_disabled', disabled) icon_dict = {'char': char, 'on': on, 'off': off, 'active': active, 'selected': selected, 'disabled': disabled, 'on_active': on_active, 'on_selected': on_selected, 'on_disabled': on_disabled, 'off_active': off_active, 'off_selected': off_selected, 'off_disabled': off_disabled, } names = [icon_dict.get(kw, name) for kw in icon_kw] prefix, chars = self._get_prefix_chars(names) options.update(dict(zip(*(icon_kw, chars)))) options.update({'prefix': prefix}) # Handle colors for modes (Active, Disabled, Selected, Normal) # and states (On, Off) color = options.get('color') options.setdefault('color_on', color) options.setdefault('color_active', options['color_on']) options.setdefault('color_selected', options['color_active']) options.setdefault('color_on_active', options['color_active']) options.setdefault('color_on_selected', options['color_selected']) options.setdefault('color_on_disabled', options['color_disabled']) options.setdefault('color_off', color) options.setdefault('color_off_active', options['color_active']) options.setdefault('color_off_selected', options['color_selected']) options.setdefault('color_off_disabled', options['color_disabled']) return options def _get_prefix_chars(self, names): chars = [] for name in names: if '.' in name: prefix, n = name.split('.') if prefix in self.charmap: if n in self.charmap[prefix]: chars.append(self.charmap[prefix][n]) else: error = 'Invalid icon name "{0}" in font "{1}"'.format( n, prefix) raise Exception(error) else: error = 'Invalid font prefix "{0}"'.format(prefix) raise Exception(error) else: raise Exception('Invalid icon name') return prefix, chars def font(self, prefix, size): """Return a QFont corresponding to the given prefix and size.""" font = QFont(self.fontname[prefix]) font.setPixelSize(size) return font def set_custom_icon(self, name, painter): """Associate a user-provided CharIconPainter to an icon name. The custom icon can later be addressed by calling icon('custom.NAME') where NAME is the provided name for that icon. Parameters ---------- name: str name of the custom icon painter: CharIconPainter The icon painter, implementing ``paint(self, iconic, painter, rect, mode, state, options)`` """ self.painters[name] = painter def _custom_icon(self, name, **kwargs): """Return the custom icon corresponding to the given name.""" options = dict(_default_options, **kwargs) if name in self.painters: painter = self.painters[name] return self._icon_by_painter(painter, options) else: return QIcon() def _icon_by_painter(self, painter, options): """Return the icon corresponding to the given painter.""" engine = CharIconEngine(self, painter, options) return QIcon(engine) python-qtawesome-0.4.4+ds1/qtawesome/tests/000077500000000000000000000000001306250465400207025ustar00rootroot00000000000000python-qtawesome-0.4.4+ds1/qtawesome/tests/test_qtawesome.py000066400000000000000000000005501306250465400243200ustar00rootroot00000000000000r""" Tests for QtAwesome. """ # Standard library imports import subprocess # Test Library imports import pytest def test_segfault_import(): output_number = subprocess.call('python -c "import qtawesome ' '; qtawesome.icon()"', shell=True) assert output_number == 0 if __name__ == "__main__": pytest.main() python-qtawesome-0.4.4+ds1/setup.cfg000066400000000000000000000001301306250465400173460ustar00rootroot00000000000000[bdist_wheel] universal = 1 [egg_info] tag_build = tag_date = 0 tag_svn_revision = 0 python-qtawesome-0.4.4+ds1/setup.py000066400000000000000000000047321306250465400172530ustar00rootroot00000000000000# -*- coding: utf-8 -*- import os try: from setuptools import setup from setuptools.command.install import install except ImportError: from distutils.core import setup from distutils.core.command.install import install here = os.path.abspath(os.path.dirname(__file__)) version_ns = {} with open(os.path.join(here, 'qtawesome', '_version.py')) as f: exec(f.read(), {}, version_ns) LONG_DESCRIPTION = """ .. image:: https://img.shields.io/pypi/v/QtAwesome.svg :target: https://pypi.python.org/pypi/QtAwesome/ :alt: Latest PyPI version .. image:: https://img.shields.io/pypi/dm/QtAwesome.svg :target: https://pypi.python.org/pypi/QtAwesome/ :alt: Number of PyPI downloads QtAwesome - Iconic Fonts in PyQt and PySide applications ======================================================== QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications. It is a port to Python - PyQt / PySide of the QtAwesome C++ library by Rick Blommers. .. code-block:: python # Get icons by name. fa_icon = qta.icon('fa.flag') fa_button = QtGui.QPushButton(fa_icon, 'Font Awesome!') asl_icon = qta.icon('ei.asl') elusive_button = QtGui.QPushButton(asl_icon, 'Elusive Icons!') """ setup( name='QtAwesome', version=version_ns['__version__'], description='FontAwesome icons in PyQt and PySide applications', long_description=LONG_DESCRIPTION, author='Sylvain Corlay', author_email='sylvain.corlay@gmail.com', license='MIT', url='https://github.com/spyder-ide/qtawesome', keywords=['PyQt', 'PySide', 'Icons', 'Font Awesome', 'Fonts'], packages=['qtawesome'], install_requires=['qtpy', 'six'], include_package_data=True, platforms=['OS-independent'], classifiers=[ # 3 - Alpha # 4 - Beta # 5 - Production/Stable 'Development Status :: 3 - Alpha', # Indicate who your project is intended for 'Intended Audience :: Developers', 'Topic :: Software Development :: User Interfaces', # License 'License :: OSI Approved :: MIT License', # Supported Python versions 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4',] )