q2rad 0.1.195__tar.gz → 0.1.196__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 q2rad might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: q2rad
3
- Version: 0.1.195
3
+ Version: 0.1.196
4
4
  Summary: RAD - database, GUI, reports
5
5
  Author: Andrei Puchko
6
6
  Author-email: andrei.puchko@gmx.de
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "q2rad"
3
- version = "0.1.195"
3
+ version = "0.1.196"
4
4
  description = "RAD - database, GUI, reports"
5
5
  authors = ["Andrei Puchko <andrei.puchko@gmx.de>"]
6
6
  readme = "README.md"
@@ -238,7 +238,7 @@ class Q2AppSelect(Q2Form):
238
238
  "database_data": "databases/my_first_app_data_storage.sqlite",
239
239
  "driver_logic": "Sqlite",
240
240
  "database_logic": "databases/my_first_app_logic_storage.sqlite",
241
- "dev_mode": "*",
241
+ "dev_mode": "",
242
242
  },
243
243
  self.db,
244
244
  )
@@ -129,6 +129,7 @@ class Q2Lines(Q2Form, Q2_save_and_run):
129
129
  self.add_control("/")
130
130
  if self.add_control("/h"):
131
131
  self.add_control("stretch", _("Stretch factor"), datatype="int")
132
+ self.add_control("alignment", _("Alignment"), datatype="int",datalen=3)
132
133
  self.add_control("tag", _("Tag"), datatype="char", datalen=100)
133
134
  self.add_control("/")
134
135
  if self.add_control("/h", _("Control type")):
@@ -1015,6 +1015,7 @@ class Q2RadApp(Q2App):
1015
1015
  `column`
1016
1016
  , label
1017
1017
  , gridlabel
1018
+ , tag
1018
1019
  , mess
1019
1020
  , nogrid
1020
1021
  , noform
@@ -0,0 +1 @@
1
+ __version__ = "0.1.196"
@@ -1 +0,0 @@
1
- __version__ = "0.1.195"
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