mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 00:55:40 -04:00
Add code documentation
This commit is contained in:
parent
faae3d58d2
commit
ce0d21bb7a
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ class MinimumWidthWidget(QtWidgets.QWidget):
|
||||||
|
|
||||||
|
|
||||||
class Image(qrcode.image.base.BaseImage):
|
class Image(qrcode.image.base.BaseImage):
|
||||||
|
"""
|
||||||
|
A custom Image class, for use with the QR Code pixmap.
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self, border, width, box_size):
|
def __init__(self, border, width, box_size):
|
||||||
self.border = border
|
self.border = border
|
||||||
self.width = width
|
self.width = width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue