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.
- {jbqt-0.1.18 → jbqt-0.1.19}/PKG-INFO +1 -1
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/chips.py +1 -1
- {jbqt-0.1.18 → jbqt-0.1.19}/pyproject.toml +1 -1
- {jbqt-0.1.18 → jbqt-0.1.19}/README.md +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/__init__.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/__init__.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/__pycache__/__init__.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/__pycache__/qt_utils.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/common/qt_utils.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/consts/__init__.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/consts/__pycache__/__init__.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__init__.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/__init__.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/file_dialog.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/input_form.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/single_input.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/__pycache__/text_preview.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/file_dialog.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/input_form.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/single_input.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/dialogs/text_preview.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__init__.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/__init__.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/chip_button.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/chips.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/dialog_options.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/model_consts.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/model_utils.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/__pycache__/toolbar_button.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/chip_button.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/chips.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/dialog_options.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/model_consts.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/model_utils.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/models/toolbar_button.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/types/__init__.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/types/__pycache__/__init__.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/view_icons.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__init__.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__pycache__/__init__.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__pycache__/chip_button.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/__pycache__/simple.cpython-312.pyc +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/chip_button.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/multiselect.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/simple.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/toast.py +0 -0
- {jbqt-0.1.18 → jbqt-0.1.19}/jbqt/widgets/widget_utils.py +0 -0
|
@@ -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)
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|