『PyQt4 tutorial』をやってみた。 その02 Menus and Toolbars in PyQt4 (環境:MacOSX10.6, pythn2.6) Menubarのとこで若干ハマったのでメモ サンプル menubar.py をMacOSXで実行した場合の話 ※コード上記リンクから引用 ※追記:"exit.png" はとりあえずここからダウンロードして使用した。 #!/usr/bin/env python # *-# -*- coding: utf-8 -*- #menubar.py import sys from PyQt4 import QtGui, QtCore class MainWindow(QtGui.QMainWindow): def __init__(self): QtGui.QMainWindow.__init__(self) self.resize(25