All Projects → MikeMcQuaid → Qocoa

MikeMcQuaid / Qocoa

Licence: MIT license
☕️ Qt wrappers for macOS Cocoa widgets.

Programming Languages

C++
36643 projects - #6 most used programming language
Objective-C++
1391 projects
CMake
9771 projects
QMake
1090 projects

Labels

Projects that are alternatives of or similar to Qocoa

objc-lisp-bridge
A portable reader and bridge for interacting with Objective-C and Cocoa
Stars: ✭ 39 (-15.22%)
Mutual labels:  cocoa
OperationPlus
NSOperation's missing pieces
Stars: ✭ 119 (+158.7%)
Mutual labels:  cocoa
YAPDFKit
Yet another PDF Kit for parsing and modifying PDF's. For OS X and iOS.
Stars: ✭ 27 (-41.3%)
Mutual labels:  cocoa
articles-ko
Articles for NSHipster.co.kr
Stars: ✭ 18 (-60.87%)
Mutual labels:  cocoa
topologic
Visualiser for basic geometric primitives and fractals in arbitrary-dimensional spaces
Stars: ✭ 39 (-15.22%)
Mutual labels:  cocoa
TextViewPlus
Collection of useful extensions when working with NSTextView
Stars: ✭ 28 (-39.13%)
Mutual labels:  cocoa
nimble-commander
Nimble Commander - dual-pane file manager for Mac
Stars: ✭ 147 (+219.57%)
Mutual labels:  cocoa
ldview
Real-time 3D viewer for displaying LDraw models
Stars: ✭ 65 (+41.3%)
Mutual labels:  cocoa
NoticeBoard
请使用功能更强大的ProHUD: https://github.com/xaoxuu/ProHUD
Stars: ✭ 15 (-67.39%)
Mutual labels:  cocoa
LSPKit
Language Server Protocol (LSP) implementation for Cocoa ☕️
Stars: ✭ 33 (-28.26%)
Mutual labels:  cocoa
trace-cocoa-sdk
Catch bugs before they reach production — get detailed crash reports and monitor how your app is performing across the entire install base.
Stars: ✭ 15 (-67.39%)
Mutual labels:  cocoa
AttributedStringWrapper
a simple packaging for NSAttributedString to make the developers easy to use
Stars: ✭ 16 (-65.22%)
Mutual labels:  cocoa
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+382.61%)
Mutual labels:  cocoa
WCSDateRange
Simple date range class.
Stars: ✭ 13 (-71.74%)
Mutual labels:  cocoa
Diurna
Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform
Stars: ✭ 100 (+117.39%)
Mutual labels:  cocoa
OutlineViewDiffableDataSource
Stop looking for NSOutlineViewDiffableDataSource, it’s here 👌
Stars: ✭ 96 (+108.7%)
Mutual labels:  cocoa
Wireworld
A simple Wireworld cellular automaton explorer in Swift
Stars: ✭ 12 (-73.91%)
Mutual labels:  cocoa
cocoa-documentation
接触確認アプリ COCOA の非公式ドキュメント
Stars: ✭ 51 (+10.87%)
Mutual labels:  cocoa
DSFFloatLabelledTextControl
A macOS Cocoa single-line NSTextField/NSSecureTextField that implements the Float Label Pattern.
Stars: ✭ 21 (-54.35%)
Mutual labels:  cocoa
ios
Resources & homeworks for N17R iOS track
Stars: ✭ 14 (-69.57%)
Mutual labels:  cocoa

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].