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.
- {q2rad-0.1.195 → q2rad-0.1.196}/PKG-INFO +1 -1
- {q2rad-0.1.195 → q2rad-0.1.196}/pyproject.toml +1 -1
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2appselector.py +1 -1
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2lines.py +1 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2rad.py +1 -0
- q2rad-0.1.196/q2rad/version.py +1 -0
- q2rad-0.1.195/q2rad/version.py +0 -1
- {q2rad-0.1.195 → q2rad-0.1.196}/LICENSE +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/README.md +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/__init__.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/__main__.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2actions.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2appmanager.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2constants.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2forms.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2make.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2market.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2modules.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2packages.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2queries.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2raddb.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2reports.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2stylesettings.py +0 -0
- {q2rad-0.1.195 → q2rad-0.1.196}/q2rad/q2utils.py +0 -0
|
@@ -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")):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.196"
|
q2rad-0.1.195/q2rad/version.py
DELETED
|
@@ -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
|
|
File without changes
|