Ingen beskrivning

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

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