[PyQt] Working example of QMenuBar on OSX? Examples don't work

Rembrand (daxLAB Limitted) rembrand at daxlab.com
Sun Jun 5 13:36:52 BST 2016


    
I had the same problem. I'm not sure but I believe that you should have an info.plist file with the description of the menu layout. 
You can create an info.plist file by using xcode but I did not dive into that.
I skipped this whole overhyped  unified/global/system wide application menu model by making all menus only context based (the right click stuff). 
   http://doc.qt.io/qt-5/qmenubar.html
Shows some info about this in the Mac OSX section.

Best regards,Rembrand
Cell phone: +31 646.224.526Email: rembrand at daxlab.comSent from my smart phone.




-------- Original message --------
From: pyqt-request at riverbankcomputing.com 
Date: 6/5/2016  07:31  (GMT+01:00) 
To: pyqt at riverbankcomputing.com 
Subject: PyQt Digest, Vol 143, Issue 5 

Send PyQt mailing list submissions to
	pyqt at riverbankcomputing.com

To subscribe or unsubscribe via the World Wide Web, visit
	https://www.riverbankcomputing.com/mailman/listinfo/pyqt
or, via email, send a message with subject or body 'help' to
	pyqt-request at riverbankcomputing.com

You can reach the person managing the list at
	pyqt-owner at riverbankcomputing.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of PyQt digest..."


Today's Topics:

   1. Re: Working example of QMenuBar on OSX? Examples don't work
      (Marcel Maré)
   2. PyQt5.6.0 wheel may be to tweak for the WebEngine part (Big Stone)


----------------------------------------------------------------------

Message: 1
Date: Sat, 4 Jun 2016 22:53:52 +0200
From: Marcel Maré <list at webtothemax.com>
To: vincent.vandevyvre at oqapy.eu, pyqt at riverbankcomputing.com
Subject: Re: [PyQt] Working example of QMenuBar on OSX? Examples don't
	work
Message-ID: <A6744608-D27F-419D-BF74-4FC09FD13CA2 at webtothemax.com>
Content-Type: text/plain; charset=utf-8

Hi Vincent

I should have been a bit clearer: menus defined in code or in the Designer *do* show up in the OSX system menu. However they seem disabled: clicking on the menus does not do anything. 
This is also the case with all PyQt menu-related examples. So it is not related to my code. 

Running PyQt 5.6 and python 3.5.1.

Marcel 

> On 04 Jun 2016, at 07:11, Vincent Vande Vyvre <vincent.vande.vyvre at telenet.be> wrote:
> 
> Le 04/06/2016 01:09, Marcel Maré a écrit :
>> Hi All,
>> 
>> I could not find a working PyQt5.6 working example of the (system) menu bar on OS X.I have taken notice of the section “QMenuBar on OS X” in the docs (http://doc.qt.io/qt-5/qmenubar.html) but still couldn’t get it to work.
>> 
>> I would expect this to work:
>> 
>> self.menubar = QtWidgets.QMenuBar()  # note: no parent
>> self.menubar.setObjectName("menubar")
>> self.menuFile = QtWidgets.QMenu(self.menubar)
>> self.menuFile.setObjectName("menuFile")
>> mainwindow.setMenuBar(self.menubar)
>> self.actionQuit = QtWidgets.QAction(mainwindow)
>> self.actionQuit.setObjectName("actionQuit")
>> self.menuFile.addAction(self.actionQuit)
>> self.menubar.addAction(self.menuFile.menuAction())
>> 
>> What am I doing wrong?
>> 
>> PS I do not want to use “ setNativeMenuBar(False)”.
>> 
>> TIA
>> 
>> Marcel
>> 
>> 
>> _______________________________________________
>> PyQt mailing list    PyQt at riverbankcomputing.com
>> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 
> Hi,
> 
> Are you sure you have set the text of the menu and the action ?
> 
> No text, no visibility.
> 
> Vincent
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt




------------------------------

Message: 2
Date: Sun, 5 Jun 2016 07:31:43 +0200
From: Big Stone <stonebig34 at gmail.com>
To: pyqt at riverbankcomputing.com
Subject: [PyQt] PyQt5.6.0 wheel may be to tweak for the WebEngine part
Message-ID:
	<CAJ-6aJR=b4KECxWbWAwdRKyO0yimTdVL3Tt=HwFg_AYzd4p47g at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi all,

Testing PyQt5.6 for Spyder, I get all working but the WebEngine Part.

Carlos Cordoba hints that the files may not well be in the right place,
when PyQt is installed by the official wheel.
https://github.com/spyder-ide/spyder/pull/3198#issuecomment-223792597

Can anyone confirm this ? let me know what files are to move ?

Here is how the wheel installed files on my windows PC:

PyQt5/icudt54.dll
PyQt5/icuin54.dll
PyQt5/icuuc54.dll
PyQt5/libeay32.dll
PyQt5/msvcp140.dll
PyQt5/QAxContainer.pyd
PyQt5/Qt.pyd
PyQt5/Qt5Bluetooth.dll
PyQt5/Qt5CLucene.dll
PyQt5/Qt5Core.dll
PyQt5/Qt5DBus.dll
PyQt5/Qt5Designer.dll
PyQt5/Qt5Gui.dll
PyQt5/Qt5Help.dll
PyQt5/Qt5Location.dll
PyQt5/Qt5Multimedia.dll
PyQt5/Qt5MultimediaWidgets.dll
PyQt5/Qt5Network.dll
PyQt5/Qt5Nfc.dll
PyQt5/Qt5OpenGL.dll
PyQt5/Qt5Positioning.dll
PyQt5/Qt5PrintSupport.dll
PyQt5/Qt5Qml.dll
PyQt5/Qt5Quick.dll
PyQt5/Qt5QuickWidgets.dll
PyQt5/Qt5Sensors.dll
PyQt5/Qt5SerialPort.dll
PyQt5/Qt5Sql.dll
PyQt5/Qt5Svg.dll
PyQt5/Qt5Test.dll
PyQt5/Qt5WebChannel.dll
PyQt5/Qt5WebEngineCore.dll
PyQt5/Qt5WebEngineWidgets.dll
PyQt5/Qt5WebSockets.dll
PyQt5/Qt5Widgets.dll
PyQt5/Qt5WinExtras.dll
PyQt5/Qt5Xml.dll
PyQt5/Qt5XmlPatterns.dll
PyQt5/QtBluetooth.pyd
PyQt5/QtCore.pyd
PyQt5/QtDBus.pyd
PyQt5/QtDesigner.pyd
PyQt5/QtGui.pyd
PyQt5/QtHelp.pyd
PyQt5/QtLocation.pyd
PyQt5/QtMultimedia.pyd
PyQt5/QtMultimediaWidgets.pyd
PyQt5/QtNetwork.pyd
PyQt5/QtNfc.pyd
PyQt5/QtOpenGL.pyd
PyQt5/QtPositioning.pyd
PyQt5/QtPrintSupport.pyd
PyQt5/QtQml.pyd
PyQt5/QtQuick.pyd
PyQt5/QtQuickWidgets.pyd
PyQt5/QtSensors.pyd
PyQt5/QtSerialPort.pyd
PyQt5/QtSql.pyd
PyQt5/QtSvg.pyd
PyQt5/QtTest.pyd
PyQt5/QtWebChannel.pyd
PyQt5/QtWebEngineCore.pyd
PyQt5/QtWebEngineProcess.exe
PyQt5/QtWebEngineWidgets.pyd
PyQt5/QtWebSockets.pyd
PyQt5/QtWidgets.pyd
PyQt5/QtWinExtras.pyd
PyQt5/QtXml.pyd
PyQt5/QtXmlPatterns.pyd
PyQt5/ssleay32.dll
PyQt5/_QOpenGLFunctions_2_0.pyd
PyQt5/_QOpenGLFunctions_2_1.pyd
PyQt5/_QOpenGLFunctions_4_1_Core.pyd
PyQt5/__init__.py
PyQt5/Qt/plugins/audio/qtaudio_windows.dll
PyQt5/Qt/plugins/bearer/qgenericbearer.dll
PyQt5/Qt/plugins/bearer/qnativewifibearer.dll
PyQt5/Qt/plugins/generic/qtuiotouchplugin.dll
PyQt5/Qt/plugins/geoservices/qtgeoservices_mapbox.dll
PyQt5/Qt/plugins/geoservices/qtgeoservices_nokia.dll
PyQt5/Qt/plugins/geoservices/qtgeoservices_osm.dll
PyQt5/Qt/plugins/iconengines/qsvgicon.dll
PyQt5/Qt/plugins/imageformats/qdds.dll
PyQt5/Qt/plugins/imageformats/qgif.dll
PyQt5/Qt/plugins/imageformats/qicns.dll
PyQt5/Qt/plugins/imageformats/qico.dll
PyQt5/Qt/plugins/imageformats/qjpeg.dll
PyQt5/Qt/plugins/imageformats/qsvg.dll
PyQt5/Qt/plugins/imageformats/qtga.dll
PyQt5/Qt/plugins/imageformats/qtiff.dll
PyQt5/Qt/plugins/imageformats/qwbmp.dll
PyQt5/Qt/plugins/imageformats/qwebp.dll
PyQt5/Qt/plugins/mediaservice/dsengine.dll
PyQt5/Qt/plugins/mediaservice/qtmedia_audioengine.dll
PyQt5/Qt/plugins/platforms/qminimal.dll
PyQt5/Qt/plugins/platforms/qoffscreen.dll
PyQt5/Qt/plugins/platforms/qwindows.dll
PyQt5/Qt/plugins/playlistformats/qtmultimedia_m3u.dll
PyQt5/Qt/plugins/position/qtposition_geoclue.dll
PyQt5/Qt/plugins/position/qtposition_positionpoll.dll
PyQt5/Qt/plugins/position/qtposition_serialnmea.dll
PyQt5/Qt/plugins/printsupport/windowsprintersupport.dll
PyQt5/Qt/plugins/sceneparsers/assimpsceneparser.dll
PyQt5/Qt/plugins/sceneparsers/gltfsceneparser.dll
PyQt5/Qt/plugins/sensorgestures/qtsensorgestures_plugin.dll
PyQt5/Qt/plugins/sensorgestures/qtsensorgestures_shakeplugin.dll
PyQt5/Qt/plugins/sensors/qtsensors_generic.dll
PyQt5/Qt/plugins/sqldrivers/qsqlite.dll
PyQt5/Qt/plugins/sqldrivers/qsqlmysql.dll
PyQt5/Qt/plugins/sqldrivers/qsqlpsql.dll
PyQt5/Qt/resources/icudtl.dat
PyQt5/Qt/resources/qtwebengine_resources.pak
PyQt5/Qt/resources/qtwebengine_resources_100p.pak
PyQt5/Qt/resources/qtwebengine_resources_200p.pak
PyQt5/Qt/translations/qtbase_ca.qm
PyQt5/Qt/translations/qtbase_cs.qm
PyQt5/Qt/translations/qtbase_de.qm
PyQt5/Qt/translations/qtbase_en.qm
PyQt5/Qt/translations/qtbase_fi.qm
PyQt5/Qt/translations/qtbase_fr.qm
PyQt5/Qt/translations/qtbase_he.qm
PyQt5/Qt/translations/qtbase_hu.qm
PyQt5/Qt/translations/qtbase_it.qm
PyQt5/Qt/translations/qtbase_ja.qm
PyQt5/Qt/translations/qtbase_ko.qm
PyQt5/Qt/translations/qtbase_lv.qm
PyQt5/Qt/translations/qtbase_ru.qm
PyQt5/Qt/translations/qtbase_sk.qm
PyQt5/Qt/translations/qtbase_uk.qm
PyQt5/Qt/translations/qtconnectivity_de.qm
PyQt5/Qt/translations/qtconnectivity_en.qm
PyQt5/Qt/translations/qtconnectivity_ko.qm
PyQt5/Qt/translations/qtconnectivity_ru.qm
PyQt5/Qt/translations/qtconnectivity_uk.qm
PyQt5/Qt/translations/qtdeclarative_de.qm
PyQt5/Qt/translations/qtdeclarative_en.qm
PyQt5/Qt/translations/qtdeclarative_fi.qm
PyQt5/Qt/translations/qtdeclarative_fr.qm
PyQt5/Qt/translations/qtdeclarative_ja.qm
PyQt5/Qt/translations/qtdeclarative_ko.qm
PyQt5/Qt/translations/qtdeclarative_lv.qm
PyQt5/Qt/translations/qtdeclarative_ru.qm
PyQt5/Qt/translations/qtdeclarative_sk.qm
PyQt5/Qt/translations/qtdeclarative_uk.qm
PyQt5/Qt/translations/qtlocation_de.qm
PyQt5/Qt/translations/qtlocation_en.qm
PyQt5/Qt/translations/qtlocation_fr.qm
PyQt5/Qt/translations/qtlocation_ko.qm
PyQt5/Qt/translations/qtlocation_ru.qm
PyQt5/Qt/translations/qtlocation_uk.qm
PyQt5/Qt/translations/qtmultimedia_ca.qm
PyQt5/Qt/translations/qtmultimedia_cs.qm
PyQt5/Qt/translations/qtmultimedia_de.qm
PyQt5/Qt/translations/qtmultimedia_en.qm
PyQt5/Qt/translations/qtmultimedia_fi.qm
PyQt5/Qt/translations/qtmultimedia_fr.qm
PyQt5/Qt/translations/qtmultimedia_hu.qm
PyQt5/Qt/translations/qtmultimedia_it.qm
PyQt5/Qt/translations/qtmultimedia_ja.qm
PyQt5/Qt/translations/qtmultimedia_ko.qm
PyQt5/Qt/translations/qtmultimedia_ru.qm
PyQt5/Qt/translations/qtmultimedia_sk.qm
PyQt5/Qt/translations/qtmultimedia_uk.qm
PyQt5/Qt/translations/qtquickcontrols2_uk.qm
PyQt5/Qt/translations/qtquickcontrols_de.qm
PyQt5/Qt/translations/qtquickcontrols_en.qm
PyQt5/Qt/translations/qtquickcontrols_fi.qm
PyQt5/Qt/translations/qtquickcontrols_fr.qm
PyQt5/Qt/translations/qtquickcontrols_ja.qm
PyQt5/Qt/translations/qtquickcontrols_ru.qm
PyQt5/Qt/translations/qtquickcontrols_uk.qm
PyQt5/Qt/translations/qtserialport_de.qm
PyQt5/Qt/translations/qtserialport_en.qm
PyQt5/Qt/translations/qtserialport_ja.qm
PyQt5/Qt/translations/qtserialport_ru.qm
PyQt5/Qt/translations/qtserialport_uk.qm
PyQt5/Qt/translations/qtwebengine_de.qm
PyQt5/Qt/translations/qtwebengine_en.qm
PyQt5/Qt/translations/qtwebengine_ru.qm
PyQt5/Qt/translations/qtwebengine_uk.qm
PyQt5/Qt/translations/qtwebsockets_de.qm
PyQt5/Qt/translations/qtwebsockets_en.qm
PyQt5/Qt/translations/qtwebsockets_fr.qm
PyQt5/Qt/translations/qtwebsockets_ja.qm
PyQt5/Qt/translations/qtwebsockets_ru.qm
PyQt5/Qt/translations/qtwebsockets_uk.qm
PyQt5/Qt/translations/qt_ar.qm
PyQt5/Qt/translations/qt_ca.qm
PyQt5/Qt/translations/qt_cs.qm
PyQt5/Qt/translations/qt_da.qm
PyQt5/Qt/translations/qt_de.qm
PyQt5/Qt/translations/qt_en.qm
PyQt5/Qt/translations/qt_es.qm
PyQt5/Qt/translations/qt_fa.qm
PyQt5/Qt/translations/qt_fi.qm
PyQt5/Qt/translations/qt_fr.qm
PyQt5/Qt/translations/qt_gl.qm
PyQt5/Qt/translations/qt_he.qm
PyQt5/Qt/translations/qt_help_cs.qm
PyQt5/Qt/translations/qt_help_da.qm
PyQt5/Qt/translations/qt_help_de.qm
PyQt5/Qt/translations/qt_help_en.qm
PyQt5/Qt/translations/qt_help_fr.qm
PyQt5/Qt/translations/qt_help_gl.qm
PyQt5/Qt/translations/qt_help_hu.qm
PyQt5/Qt/translations/qt_help_it.qm
PyQt5/Qt/translations/qt_help_ja.qm
PyQt5/Qt/translations/qt_help_ko.qm
PyQt5/Qt/translations/qt_help_pl.qm
PyQt5/Qt/translations/qt_help_ru.qm
PyQt5/Qt/translations/qt_help_sk.qm
PyQt5/Qt/translations/qt_help_sl.qm
PyQt5/Qt/translations/qt_help_uk.qm
PyQt5/Qt/translations/qt_help_zh_CN.qm
PyQt5/Qt/translations/qt_help_zh_TW.qm
PyQt5/Qt/translations/qt_hu.qm
PyQt5/Qt/translations/qt_it.qm
PyQt5/Qt/translations/qt_ja.qm
PyQt5/Qt/translations/qt_ko.qm
PyQt5/Qt/translations/qt_lt.qm
PyQt5/Qt/translations/qt_pl.qm
PyQt5/Qt/translations/qt_pt.qm
PyQt5/Qt/translations/qt_ru.qm
PyQt5/Qt/translations/qt_sk.qm
PyQt5/Qt/translations/qt_sl.qm
PyQt5/Qt/translations/qt_sv.qm
PyQt5/Qt/translations/qt_uk.qm
PyQt5/Qt/translations/qt_zh_CN.qm
PyQt5/Qt/translations/qt_zh_TW.qm
PyQt5/Qt/translations/qtwebengine_locales/am.pak
PyQt5/Qt/translations/qtwebengine_locales/ar.pak
PyQt5/Qt/translations/qtwebengine_locales/bg.pak
PyQt5/Qt/translations/qtwebengine_locales/bn.pak
PyQt5/Qt/translations/qtwebengine_locales/ca.pak
PyQt5/Qt/translations/qtwebengine_locales/cs.pak
PyQt5/Qt/translations/qtwebengine_locales/da.pak
PyQt5/Qt/translations/qtwebengine_locales/de.pak
PyQt5/Qt/translations/qtwebengine_locales/el.pak
PyQt5/Qt/translations/qtwebengine_locales/en-GB.pak
PyQt5/Qt/translations/qtwebengine_locales/en-US.pak
PyQt5/Qt/translations/qtwebengine_locales/es-419.pak
PyQt5/Qt/translations/qtwebengine_locales/es.pak
PyQt5/Qt/translations/qtwebengine_locales/et.pak
PyQt5/Qt/translations/qtwebengine_locales/fa.pak
PyQt5/Qt/translations/qtwebengine_locales/fi.pak
PyQt5/Qt/translations/qtwebengine_locales/fil.pak
PyQt5/Qt/translations/qtwebengine_locales/fr.pak
PyQt5/Qt/translations/qtwebengine_locales/gu.pak
PyQt5/Qt/translations/qtwebengine_locales/he.pak
PyQt5/Qt/translations/qtwebengine_locales/hi.pak
PyQt5/Qt/translations/qtwebengine_locales/hr.pak
PyQt5/Qt/translations/qtwebengine_locales/hu.pak
PyQt5/Qt/translations/qtwebengine_locales/id.pak
PyQt5/Qt/translations/qtwebengine_locales/it.pak
PyQt5/Qt/translations/qtwebengine_locales/ja.pak
PyQt5/Qt/translations/qtwebengine_locales/kn.pak
PyQt5/Qt/translations/qtwebengine_locales/ko.pak
PyQt5/Qt/translations/qtwebengine_locales/lt.pak
PyQt5/Qt/translations/qtwebengine_locales/lv.pak
PyQt5/Qt/translations/qtwebengine_locales/ml.pak
PyQt5/Qt/translations/qtwebengine_locales/mr.pak
PyQt5/Qt/translations/qtwebengine_locales/ms.pak
PyQt5/Qt/translations/qtwebengine_locales/nb.pak
PyQt5/Qt/translations/qtwebengine_locales/nl.pak
PyQt5/Qt/translations/qtwebengine_locales/pl.pak
PyQt5/Qt/translations/qtwebengine_locales/pt-BR.pak
PyQt5/Qt/translations/qtwebengine_locales/pt-PT.pak
PyQt5/Qt/translations/qtwebengine_locales/ro.pak
PyQt5/Qt/translations/qtwebengine_locales/ru.pak
PyQt5/Qt/translations/qtwebengine_locales/sk.pak
PyQt5/Qt/translations/qtwebengine_locales/sl.pak
PyQt5/Qt/translations/qtwebengine_locales/sr.pak
PyQt5/Qt/translations/qtwebengine_locales/sv.pak
PyQt5/Qt/translations/qtwebengine_locales/sw.pak
PyQt5/Qt/translations/qtwebengine_locales/ta.pak
PyQt5/Qt/translations/qtwebengine_locales/te.pak
PyQt5/Qt/translations/qtwebengine_locales/th.pak
PyQt5/Qt/translations/qtwebengine_locales/tr.pak
PyQt5/Qt/translations/qtwebengine_locales/uk.pak
PyQt5/Qt/translations/qtwebengine_locales/vi.pak
PyQt5/Qt/translations/qtwebengine_locales/zh-CN.pak
PyQt5/Qt/translations/qtwebengine_locales/zh-TW.pak
PyQt5/uic/driver.py
PyQt5/uic/exceptions.py
PyQt5/uic/icon_cache.py
PyQt5/uic/objcreator.py
PyQt5/uic/properties.py
PyQt5/uic/pyuic.py
PyQt5/uic/uiparser.py
PyQt5/uic/__init__.py
PyQt5/uic/Compiler/compiler.py
PyQt5/uic/Compiler/indenter.py
PyQt5/uic/Compiler/misc.py
PyQt5/uic/Compiler/proxy_metaclass.py
PyQt5/uic/Compiler/qobjectcreator.py
PyQt5/uic/Compiler/qtproxies.py
PyQt5/uic/Compiler/__init__.py
PyQt5/uic/Loader/loader.py
PyQt5/uic/Loader/qobjectcreator.py
PyQt5/uic/Loader/__init__.py
PyQt5/uic/port_v2/ascii_upper.py
PyQt5/uic/port_v2/as_string.py
PyQt5/uic/port_v2/invoke.py
PyQt5/uic/port_v2/load_plugin.py
PyQt5/uic/port_v2/proxy_base.py
PyQt5/uic/port_v2/string_io.py
PyQt5/uic/port_v2/__init__.py
PyQt5/uic/port_v3/ascii_upper.py
PyQt5/uic/port_v3/as_string.py
PyQt5/uic/port_v3/invoke.py
PyQt5/uic/port_v3/load_plugin.py
PyQt5/uic/port_v3/proxy_base.py
PyQt5/uic/port_v3/string_io.py
PyQt5/uic/port_v3/__init__.py
PyQt5/uic/widget-plugins/qaxcontainer.py
PyQt5/uic/widget-plugins/qscintilla.py
PyQt5/uic/widget-plugins/qtprintsupport.py
PyQt5/uic/widget-plugins/qtquickwidgets.py
PyQt5/uic/widget-plugins/qtwebkit.py
../../Scripts/pyuic5.bat
PyQt5-5.6.dist-info/METADATA
PyQt5-5.6.dist-info/WHEEL
PyQt5-5.6.dist-info\RECORD
PyQt5-5.6.dist-info/INSTALLER
PyQt5/uic/Compiler/__pycache__/indenter.cpython-35.pyc
PyQt5/uic/Loader/__pycache__/__init__.cpython-35.pyc
PyQt5/uic/port_v3/__pycache__/invoke.cpython-35.pyc
PyQt5/uic/port_v2/__pycache__/proxy_base.cpython-35.pyc
PyQt5/uic/Compiler/__pycache__/compiler.cpython-35.pyc
PyQt5/uic/__pycache__/exceptions.cpython-35.pyc
PyQt5/uic/port_v3/__pycache__/ascii_upper.cpython-35.pyc
PyQt5/uic/port_v3/__pycache__/as_string.cpython-35.pyc
PyQt5/uic/__pycache__/objcreator.cpython-35.pyc
PyQt5/uic/port_v3/__pycache__/__init__.cpython-35.pyc
PyQt5/uic/Compiler/__pycache__/proxy_metaclass.cpython-35.pyc
PyQt5/uic/Compiler/__pycache__/qobjectcreator.cpython-35.pyc
PyQt5/uic/__pycache__/icon_cache.cpython-35.pyc
PyQt5/uic/Loader/__pycache__/loader.cpython-35.pyc
PyQt5/uic/Compiler/__pycache__/qtproxies.cpython-35.pyc
PyQt5/uic/widget-plugins/__pycache__/qtwebkit.cpython-35.pyc
PyQt5/__pycache__/__init__.cpython-35.pyc
PyQt5/uic/port_v3/__pycache__/string_io.cpython-35.pyc
PyQt5/uic/__pycache__/driver.cpython-35.pyc
PyQt5/uic/widget-plugins/__pycache__/qtquickwidgets.cpython-35.pyc
PyQt5/uic/widget-plugins/__pycache__/qtprintsupport.cpython-35.pyc
PyQt5/uic/widget-plugins/__pycache__/qaxcontainer.cpython-35.pyc
PyQt5/uic/__pycache__/__init__.cpython-35.pyc
PyQt5/uic/Compiler/__pycache__/misc.cpython-35.pyc
PyQt5/uic/port_v2/__pycache__/ascii_upper.cpython-35.pyc
PyQt5/uic/port_v3/__pycache__/load_plugin.cpython-35.pyc
PyQt5/uic/__pycache__/uiparser.cpython-35.pyc
PyQt5-5.6.dist-info/RECORD
PyQt5/uic/port_v2/__pycache__/__init__.cpython-35.pyc
PyQt5/uic/__pycache__/properties.cpython-35.pyc
PyQt5/uic/Loader/__pycache__/qobjectcreator.cpython-35.pyc
PyQt5/uic/port_v2/__pycache__/string_io.cpython-35.pyc
PyQt5/uic/widget-plugins/__pycache__/qscintilla.cpython-35.pyc
PyQt5/uic/__pycache__/pyuic.cpython-35.pyc
PyQt5/uic/port_v3/__pycache__/proxy_base.cpython-35.pyc
PyQt5/uic/port_v2/__pycache__/as_string.cpython-35.pyc
PyQt5/uic/Compiler/__pycache__/__init__.cpython-35.pyc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160605/ff8313d6/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
PyQt mailing list
PyQt at riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt

------------------------------

End of PyQt Digest, Vol 143, Issue 5
************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160605/69d5f055/attachment-0001.html>


More information about the PyQt mailing list