Žiadny popis

Nox P@sNox 336fe6631a Fix build error with recent gcc 12 rokov pred
Python 725f00f619 bindings update 13 rokov pred
doc 32b56f461b Fix doxygen file to generate help for QtHelp format. 13 rokov pred
examples 0019b01e24 Removed useless resource 13 rokov pred
include 99879daaf5 Add helpers for windows 13 rokov pred
resources e7c5e06f42 Introduce pNetworkAccessManager & pPaypalButton 14 rokov pred
src 336fe6631a Fix build error with recent gcc 12 rokov pred
translations a4314ac633 Update translations. Ready let release 1.0.0 13 rokov pred
.gitignore 338813e8af Update ignore file 13 rokov pred
CMakeLists.txt 026c7c3487 Fix merge conflicts 13 rokov pred
FindFresh.cmake c9bbadffd7 Fix small typo 13 rokov pred
LICENSE f2ec78ec10 Add license file as well as main documentation file. 13 rokov pred
README 2c5e3659e0 Update readme (cherry-picking from commit f72dfcb41d43a3137eeac13a86afb0cb0ba1b643) 12 rokov pred
fresh.pro 0f615fde1d Fix build upong SDK 10.4u and up 13 rokov pred
fresh_shared.prf 346a1a70ab Fix linking on mac os x 13 rokov pred
fresh_static.prf 346a1a70ab Fix linking on mac os x 13 rokov pred
functions.pri ae40018bcd Fix slash / backslash replace in qmake project 12 rokov pred
installs.pri ae40018bcd Fix slash / backslash replace in qmake project 12 rokov pred
subdirs.pro 37919f79e1 Fix project files due to examples projects moved. 14 rokov pred

README

Fresh is a library extending the Qt library by adding new classes/widgets.
Library has Python bindings.
It's developped by Filipe AZEVEDO (Nox P@sNox, pasnox@gmail.com)
Python bindings created by Andrei KOPATS (hlamer, hlamer@tut.by)

Licensed in LGPL v3.
Home Page: http://bettercodes.org/projects/fresh


Building library and examples WITHOUT Python support
====================================================
Dependencies:
* C++ compiler (ubuntu package g++)
* Mac OS X: CoreFoundation
* Qt4 library v4.6+, headers and tools. (ubuntu packages qt4-qmake, libqt4-dev)

Building:
qmake ./fresh.pro && make
Building an example (after having built the library):
cd examples/cpp
qmake
make
Running an example
./examples


Building library and examples WITH Python support
=================================================
Dependencies:
* C++ compiler (Ubuntu package g++)
* Qt4 library v4.7, headers and tools. (Ubuntu packages qt4-qmake, libqt4-dev)
* PyQt4 including development files (Ubuntu packages python-qt4, python-qt4-dev)
* SIP (http://www.riverbankcomputing.co.uk/software/sip/download) (Ubuntu package python-sip-dev)

Building:
mkdir build
cd build
cmake ..
make all
make install
The last command requires root privileges
Executing Python example:
cd examples/python
python freshexample.py


Reporting bugs
==============

monkeystudio.ide@gmail.com