jbqt 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of jbqt might be problematic. Click here for more details.

jbqt/common/consts.py CHANGED
@@ -165,5 +165,3 @@ class ICONS:
165
165
  return getattr(cls, name)
166
166
  else:
167
167
  return default
168
-
169
- WIDGET_MAP
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jbqt
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary:
5
5
  Author: Joseph Bochinski
6
6
  Author-email: stirgejr@gmail.com
@@ -1,6 +1,6 @@
1
1
  jbqt/__init__.py,sha256=JThPqSDraggKWluruHIXeE1-Kzgu6zJin-IXxX1GnLg,243
2
2
  jbqt/common/__init__.py,sha256=WkP7IRKAuScLZpGP3AgARlegLke714OlrgihUVHMHMs,317
3
- jbqt/common/consts.py,sha256=L3c7sP2V-KuDXVc52SVUp3DTDHmIWF2GXLyYUqQsQHI,5610
3
+ jbqt/common/consts.py,sha256=00fLELOQ8KzWnQyvnf_9NDynZFsSHSb6Tx6jNzRBCWU,5599
4
4
  jbqt/common/qt_utils.py,sha256=d81MXUIs7JTpXOaPIoGHTLZYwhry7xhCWRy9BxitlzA,2297
5
5
  jbqt/dialogs/__init__.py,sha256=DZi-qwW75JKfTLk33bowjt9Nhn1mpOO6kmP7mSMGz0o,245
6
6
  jbqt/dialogs/file_dialog.py,sha256=QMUxgSNt1IGLqgPgKqrEwlPjKIQ7D5qrY2cJCXmW654,1830
@@ -17,6 +17,6 @@ jbqt/widgets/multiselect.py,sha256=84DYA12FBZvBBsPqlxiWMjY8lsQN0MkpJwqYN3nyz8Y,6
17
17
  jbqt/widgets/simple.py,sha256=-JVvNYiL05Ip7qSkt9rRFbdb-Jff6AbnuXPXOXdXoUw,1750
18
18
  jbqt/widgets/toast.py,sha256=S85PgcydbmICnjSY5VR6KUG_UZv4UERjvE_mP_zE9GA,1179
19
19
  jbqt/widgets/widget_utils.py,sha256=W8HkKJvTjGOB6wRR2D1sFzd673yEpPHNn-njjkM-1HE,2225
20
- jbqt-0.1.4.dist-info/METADATA,sha256=ZNGL18QrLQkxqgisC66kCitZ5G_n9pX6F6TocL8qGjc,462
21
- jbqt-0.1.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
- jbqt-0.1.4.dist-info/RECORD,,
20
+ jbqt-0.1.5.dist-info/METADATA,sha256=MbO5HiKzuF3QHFeZCKlvN362bkjzdQ5joOwD_2M3Lfw,462
21
+ jbqt-0.1.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
+ jbqt-0.1.5.dist-info/RECORD,,
File without changes