<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/pythonqt/news/" rel="alternate"/><link href="https://sourceforge.net/p/pythonqt/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/pythonqt/news/</id><updated>2019-06-24T08:26:23.650000Z</updated><subtitle>Recent posts to news</subtitle><entry><title>PythonQt has moved to GitHub</title><link href="https://sourceforge.net/p/pythonqt/news/2019/06/pythonqt-has-moved-to-github/" rel="alternate"/><published>2019-06-24T08:26:23.650000Z</published><updated>2019-06-24T08:26:23.650000Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.netae4b3b1ac09b84ab1ea02244ffb93fa29c422aec</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;PythonQt has moved to GitHub:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/MeVisLab/pythonqt" rel="nofollow"&gt;https://github.com/MeVisLab/pythonqt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The SF site will stay around, but will not get updated anymore.&lt;/p&gt;
&lt;p&gt;Issues should be reported at:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/MeVisLab/pythonqt/issues" rel="nofollow"&gt;https://github.com/MeVisLab/pythonqt/issues&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 3.2 released!</title><link href="https://sourceforge.net/p/pythonqt/news/2017/06/pythonqt-32-released/" rel="alternate"/><published>2017-06-06T13:00:50.349000Z</published><updated>2017-06-06T13:00:50.349000Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.net213edd96f3b7decc6fe6344c6bfea4ef2e1a45bc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Today we released PythonQt 3.2. It provides several bug fixes and improvements.&lt;/p&gt;
&lt;p&gt;The main changes are:&lt;br/&gt;
&lt;em&gt; improvements and fixes to QMetaObject creation on Python classes derived from QObject&lt;br/&gt;
&lt;/em&gt; wrapper generator now works with Qt 5.7 and Qt 5.8&lt;br/&gt;
&lt;em&gt; various fixes in the type system&lt;br/&gt;
&lt;/em&gt; new naming convention for the generated shared libraries to allow side-by-side PythonQt libraries for Qt4/Qt5 and Python 2 / Python 3&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 3.1 update</title><link href="https://sourceforge.net/p/pythonqt/news/2016/06/pythonqt-31-update/" rel="alternate"/><published>2016-06-13T10:54:41.547000Z</published><updated>2016-06-13T10:54:41.547000Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.net346bfeda5497b3c5f402dbb28251b25e8dea5717</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The PythonQt 3.1 zip file contained wrappers for two methods which are not part of Qt 5.6, so compilation failed on all platforms. I updated the svn and the PythonQt 3.1 release zip file. Sorry for the inconvenience!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 3.1 released</title><link href="https://sourceforge.net/p/pythonqt/news/2016/06/pythonqt-31-released/" rel="alternate"/><published>2016-06-09T12:30:35.865000Z</published><updated>2016-06-09T12:30:35.865000Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.net912d0e8964f37b519bc3580ad5665e9d9b22d5aa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;PythonQt 3.1 has just been released and contains fresh wrappers for Qt 5.6.&lt;br/&gt;
It adds support for QtCore.Slot, QtCore.Signal and QtCore.Property and creates dynamic meta objects&lt;br/&gt;
when slots, signals or properties are added. PythonQt now contains wrappers for QtQml and QtQuick.&lt;br/&gt;
It does not yet support extending Qml with Python classes. The QtWebKit support is now made optional,&lt;br/&gt;
since Qt 5.6 does not come with QtWebKit anymore.&lt;/p&gt;
&lt;p&gt;If you need PythonQt for Qt4, please use the svn branches/Qt4LastWorkingVersion instead of the PythonQt 3.1 release.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt svn trunk is now Qt5 only</title><link href="https://sourceforge.net/p/pythonqt/news/2016/05/pythonqt-svn-trunk-is-now-qt5-only/" rel="alternate"/><published>2016-05-31T07:41:48.202000Z</published><updated>2016-05-31T07:41:48.202000Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.net5a2d5ba279332381b38aec4a8ecd08f03d934b0b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;We added support for dynamic metaobject creation (QtCore.Signal, QtCore.Property, QtCore.Slot), which&lt;br/&gt;
is only supported on Qt5 and makes use of the private QMetaObjectBuilder.&lt;/p&gt;
&lt;p&gt;This code is not backwards compatible to Qt4 and we decided to stop Qt4 support on the svn trunk.&lt;br/&gt;
The last working Qt4 version can be found in the SVN at branches/Qt4LastWorkingVersion/.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 3.0 released</title><link href="https://sourceforge.net/p/pythonqt/news/2015/02/pythonqt-30-released/" rel="alternate"/><published>2015-02-04T13:07:08.639000Z</published><updated>2015-02-04T13:07:08.639000Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.netff10cf904b674be86ac9647352620df853724988</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;PythonQt 3.0 has just been released. After three years of small improvements on the SVN trunk, it was about time to do an official release.&lt;/p&gt;
&lt;p&gt;The following features have been added:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Python 3 support&lt;/li&gt;
&lt;li&gt;Qt 5 support&lt;/li&gt;
&lt;li&gt;C++/Python ownership tracking for most of the Qt API&lt;/li&gt;
&lt;li&gt;better support for Pylint and jedi completion library (by e.g. implementing &lt;strong&gt;doc&lt;/strong&gt; strings on slots)&lt;/li&gt;
&lt;li&gt;wrapping of all protected methods and protected enums&lt;/li&gt;
&lt;li&gt;many small improvements and bug fixes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note that the CMake support for Qt5 is not yet ready, so please use the provided qmake profiles instead.&lt;/p&gt;
&lt;p&gt;If you want to contribute CMake files that support both Qt4 and Qt5 and can build both PythonQt and the code generator then please don't hesitate to contact the PythonQt author.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 2.1 is out!</title><link href="https://sourceforge.net/p/pythonqt/news/2012/06/pythonqt-21-is-out/" rel="alternate"/><published>2012-06-25T14:23:10Z</published><updated>2012-06-25T14:23:10Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.net0292c83a0ae097e7a54cca20774fb23d37c66805</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The PythonQt 2.1 release is ready for download. We provide a legacy version with Qt 4.6.2 wrappers and a version with newly generated wrappers for Qt 4.8.&lt;/p&gt;
&lt;p&gt;In addition to many bug fixes the following features have been added:&lt;/p&gt;
&lt;p&gt;- support for new style signals&lt;br /&gt;
- improved introspection&lt;br /&gt;
- support for external object wrapping via PythonQtForeignWrapperFactory, e.g. to support existing SWIG wrappers&lt;br /&gt;
- improved ownership handling of wrapped C++ (non-QObject) objects&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 2.0.1 is available</title><link href="https://sourceforge.net/p/pythonqt/news/2010/05/pythonqt-201-is-available/" rel="alternate"/><published>2010-05-15T20:16:51Z</published><updated>2010-05-15T20:16:51Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.netd87bf93724b466125473def55d380addc8116583</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The PythonQt 2.0 release contained a last minute feature that broke Python startup of PythonQt, this is fixed in the PythonQt 2.0.1 release and on SVN trunk. Lesson learned: Never add last minute features without running your unit tests.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 2.0 is available</title><link href="https://sourceforge.net/p/pythonqt/news/2010/05/pythonqt-20-is-available/" rel="alternate"/><published>2010-05-07T20:30:39Z</published><updated>2010-05-07T20:30:39Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.netf5501c5e6bd566a87184f3543bfe53dc2b320a95</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is the first PythonQt release that offers complete wrapping of the Qt framework using a wrapper generator. The core PythonQt library is still fully dynamic using the QMetaObject system, while the generator adds the parts of Qt which are not QObjects or signal/slots. Large parts of PythonQt have been rewritten since the last 1.1 release. PythonQt now supports multiple inheritance, polymorphic downcasting and a lot of other details which you can find in the documentation.&lt;br /&gt;
Deriving C++ classes from Python is now supported as well, but it is an  experimental feature which has not been tested a lot.&lt;br /&gt;
A comparison to PyQt and PySide APIs has been added to the feature overview of the website.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PythonQt 1.1 update available</title><link href="https://sourceforge.net/p/pythonqt/news/2009/03/pythonqt-11-update-available/" rel="alternate"/><published>2009-03-31T14:03:01Z</published><updated>2009-03-31T14:03:01Z</updated><author><name>Florian Link</name><uri>https://sourceforge.net/u/florianlink/</uri></author><id>https://sourceforge.netfe3a62b3f6450154c14d3e78af1c60b23c9eba22</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This PythonQt 1.1 release offers a lot of small fixes and improvements to the project, after a long period of silence.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>