QtCreator support for Python / PyQt.
Stefan Seefeld
stefan at seefeld.name
Wed Oct 21 21:12:23 BST 2020
On 2020-10-15 4:13 a.m., Giuseppe Corbelli wrote:
> On 9/7/20 8:53 PM, Stefan Seefeld wrote:
>> Hello,
>>
>> my team is developing Qt applications with a mix of C++ and Python
>> (using PyQt). The default development environment is using QtCreator.
>> However, it appears QtCreator is rather C++-centric, while with PyQt
>> we'd like to use more pythonic development workflows (including
>> pytest for testing, notably).
>>
>> Does anyone on this list know whether it's possible to fine-tune
>> QtCreator to support such use-cases ? Are there perhaps any plugins
>> available to enable such integration ?
>
> https://doc.qt.io/qtcreator/creator-language-servers.html
> https://pypi.org/project/python-language-server/
Thanks, but that seems to be focused on editing (code completion etc.),
while I'm looking for workflow customizations to adapt stages like
"build" and "test" to Python code. In particular, I'm looking for ways
to make qtcreator recognize and integrate pytest tests so doing a test
run of my hybrid C++/Python project can also run pytest (and list all
the individual tests with their test result).
Thanks,
Stefan
--
...ich hab' noch einen Koffer in Berlin...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20201021/aba3a518/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .signature.png
Type: image/png
Size: 2754 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20201021/aba3a518/attachment.png>
More information about the PyQt
mailing list