暫無描述

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

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