qrcode plugin fixes #1153
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#1153
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "qrcode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello.
This is my technical debt on qrcode plugin:
QTreeWidgetItem
with address;address.
;Should I make that plugins also available for Address book and Blacklist entries?
Can look at the codacy review and add docstrings? Don't worry about the "name doesn't conform", I'll try to adjust the check so that it doesn't complain.
I changed the method and function naming regexp, let's see if it is better now.
Maybe it takes a while for the changes to kick in.
@ -0,0 +66,4 @@
self.label.setText(text)
self.image.setPixmap(
qrcode.make(text, image_factory=Image).pixmap())
self.setFixedSize(QtGui.QWidget.sizeHint(self))
I think it should be
bitmessage:BM-aldkfjaolsfkjalfgkalkg