qpuiq 0.10__tar.gz → 0.11__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 qpuiq might be problematic. Click here for more details.
- {qpuiq-0.10 → qpuiq-0.11}/PKG-INFO +1 -1
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/textfield.py +4 -2
- {qpuiq-0.10 → qpuiq-0.11}/PUI/__init__.py +1 -1
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/textfield.py +3 -1
- {qpuiq-0.10 → qpuiq-0.11}/PUI/node.py +2 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/textfield.py +4 -2
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/textfield.py +3 -1
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/textfield.py +3 -2
- {qpuiq-0.10 → qpuiq-0.11}/QPUIQ.egg-info/PKG-INFO +1 -1
- {qpuiq-0.10 → qpuiq-0.11}/LICENSE.txt +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/__init__.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/application.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/base.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/button.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/canvas.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/checkbox.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/combobox.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/dialog.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/divider.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/image.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/label.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/layout.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/matplotlib.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/mdi.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/menu.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/modal.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/progressbar.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/radiobutton.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/scroll.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/splitter.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/tab.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/table.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/text.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/toolbar.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/tree.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/PySide6/window.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/common.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/decorator.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/dom.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/__init__.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/application.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/base.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/button.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/canvas.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/checkbox.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/label.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/layout.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/progressbar.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/radiobutton.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/scroll.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/tab.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/text.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/flet/window.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/interfaces.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/state.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/__init__.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/application.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/base.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/button.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/checkbox.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/label.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/layout.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/progressbar.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/radiobutton.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/scroll.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/tab.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/text.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/textual/window.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/timeline.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/__init__.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/application.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/base.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/button.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/canvas.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/checkbox.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/label.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/layout.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/progressbar.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/radiobutton.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/scroll.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/tab.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/text.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/tkinter/window.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/utils.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/view.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/__init__.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/application.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/base.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/button.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/canvas.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/checkbox.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/combobox.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/dialog.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/divider.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/label.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/layout.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/progressbar.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/radiobutton.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/scroll.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/text.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/PUI/wx/window.py +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/QPUIQ.egg-info/SOURCES.txt +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/QPUIQ.egg-info/dependency_links.txt +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/QPUIQ.egg-info/top_level.txt +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/README.md +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/setup.cfg +0 -0
- {qpuiq-0.10 → qpuiq-0.11}/setup.py +0 -0
|
@@ -53,10 +53,12 @@ class TextField(QtBaseWidget):
|
|
|
53
53
|
|
|
54
54
|
def on_textchanged(self):
|
|
55
55
|
node = self.get_node()
|
|
56
|
-
node.editing = True
|
|
57
56
|
value = self.ui.text()
|
|
58
57
|
if node.edit_model:
|
|
59
|
-
|
|
58
|
+
node.editing = True
|
|
59
|
+
node.edit_model.value = value
|
|
60
|
+
else:
|
|
61
|
+
node.model.value = value
|
|
60
62
|
e = PUIEvent()
|
|
61
63
|
e.value = value
|
|
62
64
|
self._input(e)
|
|
@@ -32,10 +32,12 @@ class TextField(FBase):
|
|
|
32
32
|
|
|
33
33
|
def on_textbox_changed(self, e):
|
|
34
34
|
node = self.get_node()
|
|
35
|
-
node.editing = True
|
|
36
35
|
value = e.control.value
|
|
37
36
|
if node.edit_model:
|
|
37
|
+
node.editing = True
|
|
38
38
|
node.edit_model.value = value
|
|
39
|
+
else:
|
|
40
|
+
node.model.value = value
|
|
39
41
|
e = PUIEvent()
|
|
40
42
|
e.value = value
|
|
41
43
|
self._input(e)
|
|
@@ -31,9 +31,11 @@ class TextField(TBase):
|
|
|
31
31
|
|
|
32
32
|
def _changed(self, value):
|
|
33
33
|
node = self.get_node()
|
|
34
|
-
node.editing = True
|
|
35
34
|
if node.edit_model:
|
|
36
|
-
|
|
35
|
+
node.editing = True
|
|
36
|
+
node.edit_model.value = value
|
|
37
|
+
else:
|
|
38
|
+
node.model.value = value
|
|
37
39
|
e = PUIEvent()
|
|
38
40
|
e.value = value
|
|
39
41
|
self._input(e)
|
|
@@ -32,9 +32,11 @@ class TextField(TkBaseWidget):
|
|
|
32
32
|
|
|
33
33
|
def on_variable_changed(self, var, index, mode):
|
|
34
34
|
node = self.get_node()
|
|
35
|
-
node.editing = True
|
|
36
35
|
if node.edit_model:
|
|
36
|
+
node.editing = True
|
|
37
37
|
node.edit_model.value = self.variable.get()
|
|
38
|
+
else:
|
|
39
|
+
node.model.value = self.variable.get()
|
|
38
40
|
self._input()
|
|
39
41
|
|
|
40
42
|
def on_change(self):
|
|
@@ -45,12 +45,13 @@ class TextField(WxBaseWidget):
|
|
|
45
45
|
|
|
46
46
|
def on_kill_focus(self, *args):
|
|
47
47
|
node = self.get_node()
|
|
48
|
-
node.editing = True
|
|
49
|
-
|
|
50
48
|
value = self.ui.GetValue()
|
|
51
49
|
node.model.value = value
|
|
52
50
|
if node.edit_model:
|
|
51
|
+
node.editing = True
|
|
53
52
|
node.edit_model.value = value
|
|
53
|
+
else:
|
|
54
|
+
node.model.value = value
|
|
54
55
|
e = PUIEvent()
|
|
55
56
|
e.value = value
|
|
56
57
|
self._change(e)
|
|
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
|
|
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
|
|
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
|