pyqt5
Here are 1,412 public repositories matching this topic...
The Directory Structure is out dated on the Dev: Spyder Internals Wiki page
https://github.com/spyder-ide/spyder/wiki/Dev:-Spyder-Internals
If you don't mind, please assign it to me and I can come up with a better version.
System Details:
In: https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi
RMDir should not have the /r flag on the uninstaller.
As per documentation (https://nsis.sourceforge.io/Reference/RMDir) this runs the risk of the user involuntarily choosing an installation directory containing other data and wiping it upon uninstallation.
I've had one report from one user inst
关于插件:安装和编写
最新进展 (screenshot)
-
Updated
May 28, 2020 - Python
-
Updated
May 20, 2020 - Python
My printer displays the Z height. Cura displays the layer number. When editing Gcode it would be nice to have the Z height displayed along with the Layer number in the little text box at the top of the preview slider. It would also be nice if the layer number in Cura was the same as the layer number in the Gcode file that Cura generates. Right now Gcode layers start at "0" and Cura layers star
谢谢作者的辛苦工作!我有一些疑惑:“全局代理”下的“白名单模式”、“黑名单模式”、“关闭全局代理”分别是什么含义?如何配合chrome的SwitchyOmega一起工作?我试着摸索了一下,恕我愚钝,SwitchyOmega没有配置成功。作者可否出一个简单描述以方便我们这些小白?非常感谢!
Please advise how to update the .po file every time the git-cola. pot file content changes without overwriting the previous translation.
Classification:
Enhancement
Reproducibility:
N/A
Version
AutoKey version: All - longstanding problem
Used GUI (Gtk, Qt, or both): Both
Installed via: All
Linux Distribution: All
Summary
The current default - Paste using keyboard - has a number of problems
- Fails on long phrases - especially in slow target windows
- Fails to handle some keys which ar
It would be good if the tutorial provided some guidance on how to setup logging, especially for macOS, where the logger FileHandler only takes relative paths, and thus attempts to write in a read-only portion of the app bundle.
On Linux, the logging.handlers.FileHandler appeared to work fine (wrote to the user home directory if I remember right), I have not tested on Windows.
Thanks for the
-
Updated
Nov 19, 2019 - Python
Under def wheelEvent(self, event):, code event.delta() pops up error message:
File "svgviewer.py", line 281, in wheelEvent
factor = pow(1.2, event.delta() / 240.0)
AttributeError: 'QWheelEvent' object has no attribute 'delta'
The correct code is event.angleDelta().y()
When I open preferences from edit menu or toolbar it shows me an empty window.
Here there is an screenshot:

And here is another one of the stdout:
 C:\Users\X\Documents\Python Scripts\pyside>pip install PySide2
ERROR: Could not find a version that satisfies the requirement PySide2 (from versions: none)
ERROR: No matching distribution found for PySide2
-
Updated
May 30, 2020 - Python
The title is fairly self-explanatory. Most applications have "Ctrl + Q" linked to the 'quit' action. I realise that "Alt + F4" does the job, but this is a bit more cumbersome.
In all bindings you have the keyword argument dir for members of QFileDialog, but in PyQt5 it is directory (personally I think it's better because it doesn't redefine a built-in). For example QFileDialog.getOpenFilename(dir="/home/me") would be QFileDialog.getOpenFileName(directory="/home/me") in PyQt5.
I have no idea how difficult this would be, but personally I think the best soluti
-
Updated
May 15, 2020 - Python
关于对软件的若干建议
关于对软件的若干建议
- 主界面上的“查询内容:查询未开始”字样建议放在状态栏,不然拉大界面后,比例就不对了,见下图。
- 建议开放这个repo的wiki页面,以便于大家对产品有心得可以写在里面,不用开issue。
- 例如我想分享给大家,“https://ygdy8.com”阳光电影网的下载连接
直链和磁力链接用IDM或者Aria下载根本没速度。

- 例如我想分享给大家,“https://ygdy8.com”阳光电影网的下载连接
-
Updated
Jul 7, 2019 - Python
-
Updated
May 1, 2020 - Python
One small menu entry right below "About", containing "Use it!" section from https://github.com/QTodoTxt/QTodoTxt/wiki will be extremely useful, at least to learn keyboard shortcuts etc.
Tcl/Tk source: https://github.com/FabriceSalvaire/CodeReview/blob/master/ressources/gitk
- list nice features
- search in : commit message, filename, patch
- how is painted graph ?
- tag etc.
Improve this page
Add a description, image, and links to the pyqt5 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyqt5 topic, visit your repo's landing page and select "manage topics."


qutebrowser still uses
enum.Enum()as function in some places: