jbqt 0.1.18__tar.gz → 0.1.19__tar.gz

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.

Files changed (47) hide show
  1. {jbqt-0.1.18 → jbqt-0.1.19}/PKG-INFO +1 -1
  2. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/chips.py +1 -1
  3. {jbqt-0.1.18 → jbqt-0.1.19}/pyproject.toml +1 -1
  4. {jbqt-0.1.18 → jbqt-0.1.19}/README.md +0 -0
  5. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/__init__.py +0 -0
  6. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/__init__.py +0 -0
  7. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/__pycache__/__init__.cpython-312.pyc +0 -0
  8. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/__pycache__/qt_utils.cpython-312.pyc +0 -0
  9. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/qt_utils.py +0 -0
  10. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/consts/__init__.py +0 -0
  11. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/consts/__pycache__/__init__.cpython-312.pyc +0 -0
  12. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__init__.py +0 -0
  13. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/__init__.cpython-312.pyc +0 -0
  14. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/file_dialog.cpython-312.pyc +0 -0
  15. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/input_form.cpython-312.pyc +0 -0
  16. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/single_input.cpython-312.pyc +0 -0
  17. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/text_preview.cpython-312.pyc +0 -0
  18. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/file_dialog.py +0 -0
  19. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/input_form.py +0 -0
  20. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/single_input.py +0 -0
  21. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/text_preview.py +0 -0
  22. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__init__.py +0 -0
  23. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/__init__.cpython-312.pyc +0 -0
  24. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/chip_button.cpython-312.pyc +0 -0
  25. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/chips.cpython-312.pyc +0 -0
  26. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/dialog_options.cpython-312.pyc +0 -0
  27. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/model_consts.cpython-312.pyc +0 -0
  28. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/model_utils.cpython-312.pyc +0 -0
  29. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/toolbar_button.cpython-312.pyc +0 -0
  30. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/chip_button.py +0 -0
  31. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/chips.py +0 -0
  32. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/dialog_options.py +0 -0
  33. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/model_consts.py +0 -0
  34. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/model_utils.py +0 -0
  35. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/toolbar_button.py +0 -0
  36. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/types/__init__.py +0 -0
  37. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/types/__pycache__/__init__.cpython-312.pyc +0 -0
  38. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/view_icons.py +0 -0
  39. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__init__.py +0 -0
  40. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__pycache__/__init__.cpython-312.pyc +0 -0
  41. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__pycache__/chip_button.cpython-312.pyc +0 -0
  42. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__pycache__/simple.cpython-312.pyc +0 -0
  43. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/chip_button.py +0 -0
  44. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/multiselect.py +0 -0
  45. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/simple.py +0 -0
  46. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/toast.py +0 -0
  47. {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/widget_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jbqt
3
- Version: 0.1.18
3
+ Version: 0.1.19
4
4
  Summary:
5
5
  Author: Joseph Bochinski
6
6
  Author-email: stirgejr@gmail.com
@@ -227,6 +227,7 @@ class ChipsWidget(IChipsWidget):
227
227
  self.add_chips(utils.parse_csv_line(text))
228
228
  else:
229
229
  self.add_chip()
230
+ self.input_field.setText("")
230
231
 
231
232
  def add_chip(self):
232
233
  text = self.input_field.text().strip()
@@ -237,7 +238,6 @@ class ChipsWidget(IChipsWidget):
237
238
  self.chip_layout.addWidget(chip_button)
238
239
  self.values.append(text)
239
240
  self.emit_changes()
240
- self.input_field.setText("")
241
241
 
242
242
  def remove_chip(self, button: ChipButton): # type: ignore
243
243
  self.chip_layout.removeWidget(button)
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "jbqt"
7
- version = "0.1.18"
7
+ version = "0.1.19"
8
8
  description = ""
9
9
  authors = [ "Joseph Bochinski <stirgejr@gmail.com>",]
10
10
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes