Bez popisu

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

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