Skip to content
#

pyqt5

Here are 1,412 public repositories matching this topic...

qutebrowser
The-Compiler
The-Compiler commented Apr 7, 2020

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

scripts/dev/check_coverage.py
49:MsgType = enum.Enum('MsgType', 'insufficient_coverage, perfect_file')

tests/unit/api/test_cmdutils.py
272:    Enum = enum.Enum('Test', ['x', 'y'])

tests/unit/utils/test_utils.py
563:        e = enum.Enum('Foo', 'bar, baz')

tests/unit/commands/test_argparser.py
31:Enum = enum.Enum(
fservida
fservida commented Mar 21, 2020

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

GregValiant
GregValiant commented Apr 23, 2020

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

yanglijay
yanglijay commented Nov 25, 2019

谢谢作者的辛苦工作!我有一些疑惑:“全局代理”下的“白名单模式”、“黑名单模式”、“关闭全局代理”分别是什么含义?如何配合chrome的SwitchyOmega一起工作?我试着摸索了一下,恕我愚钝,SwitchyOmega没有配置成功。作者可否出一个简单描述以方便我们这些小白?非常感谢!

josephj11
josephj11 commented Apr 27, 2020

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

  1. Fails on long phrases - especially in slow target windows
  2. Fails to handle some keys which ar
j9ac9k
j9ac9k commented Aug 14, 2019

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

examples
jasperges
jasperges commented Aug 2, 2019

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

colemanlee
colemanlee commented Jan 29, 2019

关于对软件的若干建议

  1. 主界面上的“查询内容:查询未开始”字样建议放在状态栏,不然拉大界面后,比例就不对了,见下图。
  2. 建议开放这个repo的wiki页面,以便于大家对产品有心得可以写在里面,不用开issue。

Improve this page

Add a description, image, and links to the pyqt5 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pyqt5 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.