QtCocoaSegmentedButton from msorvigs-cocoawidgets
-
I was searching for a solution how to make native-looking Mac OS toolbar buttons (segmented control), and I found this old blog:
http://labs.qt.nokia.com/2009/04/17/mac-widget-style-addons/
I want to use the mentioned QtCocoaSegmentedButton, but the source code links do not work anymore...
http://labs.trolltech.com/gitweb?p=msorvigs-cocoawidgets
git://labs.trolltech.com/msorvigs-cocoawidgetsDoes anyone have msorvigs-cocoawidgets? Could you possibly upload it to somewhere for people that try to make Mac OS Qt apps?
-
Labs projects are now hosted on gitorious. Is "this":http://qt.gitorious.org/qt-labs/segmentedbutton what you are looking for?
-
No, that's a different one. I'm looking for cocoawidgets. It uses QMacCocoaViewContainer.
segmentedbutton that you have found does not use QMacCocoaViewContainer. It even does not have cocoa string anywhere in the code :-) And I cannot compile it (maybe it can only be compiled if Qt was built with Carbon instead of Cocoa?)
I cannot find cocoawidgets on qt.gitorious.org. Does anyone have it?