plasmoid

Please point me to (good) documentation about QT layouts for plasma development [closed]

和自甴很熟 提交于 2019-12-11 07:38:55
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I am trying to develop a plasmoid in python. I got some good tutorials here (techbase.kde.org/Development/Tutorials/Plasma) and they are really helpful, but they don't have documentation or examples about QT layouts and their usage. I haven't programmed with QT, but I know C++ well. So, the resources shouldn't be

Autocompletion not working with PyQT4 and PyKDE4 in most of the IDEs

Deadly 提交于 2019-12-05 21:33:44
I am trying to develop a plasmoid using python. I have tried eclipse with pydev, vim with pythoncomplete, PIDA and also Komodo, but none of them could give me autocmpletion for method names or members for the classes belonging to PyQT4 or PyKDE4. I added the folders in /usr/share/pyshare in the PYTHONPATH list for the IDEs. Do I need to do something else ? Wojciech Bederski There is a number of ways to do it, PyQt4 provides enough information about method names for any object inspecting IDE: >>> from PyQt4 import QtGui >>> dir(QtGui.QToolBox) ['Box', ... contextMenuPolicy', 'count', 'create',