GitXplorerGitXplorer
M

Qocoa

public
45 stars
17 forks
0 issues

Commits

List of commits on branch master.
Unverified
3a5623cb916e540ee46f5c13a85236ff458f4aba

README: fix build status.

MMikeMcQuaid committed 9 years ago
Unverified
a027b886650d67695049aca1ba3db419d8add618

Merge pull request #20 from ArnaudBienner/better_copy_cut_actions

AArnaudBienner committed 9 years ago
Unverified
9c6ae30fdc30f6656599b8e2e87a2abd5dd434d3

Merge pull request #22 from ArnaudBienner/master

AArnaudBienner committed 9 years ago
Unverified
7cb6eafdd9186ae49989614620012578ce60a3c1

Add a comment to explain why we need this file

AArnaudBienner committed 9 years ago
Unverified
fb0fbb1d78aa6b2c152400b8f69224b801321350

Merge pull request #21 from ArnaudBienner/master

AArnaudBienner committed 9 years ago
Unverified
9aaee7fc26bdd3578fa43aa9723654720ef1bd19

Fix blurry font on retina display for the demo application

AArnaudBienner committed 9 years ago

README

The README file for this repository.

Qocoa

Qocoa is a collection of Qt wrappers for OSX's Cocoa widgets.

Features

  • basic fallback to sensible Qt types on non-OSX platforms
  • shared class headers which expose no implementation details
  • typical Qt signal/slot-based API
  • trivial to import into projects (class header/implementation, single shared global header)

Building

git clone git://github.com/mikemcquaid/Qocoa.git
cd Qocoa
qmake # or cmake .
make

Status

I'm not personally working on this any more but will accept pull-requests.

Build Status

Usage

For each class you want to use copy the qocoa_mac.h, $CLASS.h, $CLASS_mac.* and $CLASS_nonmac.* files into your source tree and add them to your buildsystem. Examples are provided for CMake and QMake.

Contact

Mike McQuaid

License

Qocoa is licensed under the MIT License. The full license text is available in LICENSE.txt.

Magnifier and EditClear icons taken from QtCreator and are licensed under the LGPL.

Other icons are taken from the Oxygen Project and are licensed under the Creative Commons Attribution-ShareAlike 3.0 License.

Gallery

Qocoa Gallery