jbqt 0.1.18__py3-none-any.whl → 0.1.19__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/widgets/chips.py CHANGED
@@ -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)
@@ -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
@@ -18,11 +18,11 @@ jbqt/types/__init__.py,sha256=er6dhNIqsfQr8mdpA2f7LIvX2CPmRG2Xyqj0cneitpg,407
18
18
  jbqt/view_icons.py,sha256=Jy_o5dFSzKZGUX7oBq0sEi8jTrI5eI4COu5e4bWKT9o,6559
19
19
  jbqt/widgets/__init__.py,sha256=WxDWM5MDnB9NkvaYxE4AiT7tFjGB9fBirEx2iZUujeU,523
20
20
  jbqt/widgets/chip_button.py,sha256=mmh9EZfYY-d0hiQbGIZDvmi6RrBfKgGein_f_69gnCY,6362
21
- jbqt/widgets/chips.py,sha256=THekZ4LUHQ5lXMbQoh16y0vYAb-0ulWNIv8YI5HMKwc,8349
21
+ jbqt/widgets/chips.py,sha256=1FzRu5rbqR3FWpUeiWa3_hmzSJYtM94vfJlgo9aljp4,8345
22
22
  jbqt/widgets/multiselect.py,sha256=ucL6QeFHs12DnHAHASMwdOD9YFYu4x4NDCYa6Pl41HM,7328
23
23
  jbqt/widgets/simple.py,sha256=pj2PBdR1am7VtPi4jGxsKm5nOLyTwiZV4jCuTd58rpk,1841
24
24
  jbqt/widgets/toast.py,sha256=S85PgcydbmICnjSY5VR6KUG_UZv4UERjvE_mP_zE9GA,1179
25
25
  jbqt/widgets/widget_utils.py,sha256=IEVg60rJ6hL0_9wre7j-_aprg-fccNZhwwOtbVEmHvw,2525
26
- jbqt-0.1.18.dist-info/METADATA,sha256=LuBD7VrwmWKKUeaDh81szdCSGcoC38FmX_SaUXPy7s0,544
27
- jbqt-0.1.18.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
28
- jbqt-0.1.18.dist-info/RECORD,,
26
+ jbqt-0.1.19.dist-info/METADATA,sha256=UV1YutPUAe-Rff3IAKKsakC65hJsGBiCedBasgBvDGE,544
27
+ jbqt-0.1.19.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
28
+ jbqt-0.1.19.dist-info/RECORD,,
File without changes