q2rad 0.1.240__tar.gz → 0.1.241__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.240
3
+ Version: 0.1.241
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.240"
3
+ version = "0.1.241"
4
4
  description = "RAD - database, GUI, reports"
5
5
  authors = ["Andrei Puchko <andrei.puchko@gmx.de>"]
6
6
  readme = "README.md"
@@ -165,7 +165,7 @@ class AppManager(Q2Form):
165
165
  control="button",
166
166
  # datalen=14,
167
167
  valid=self.export_q2market,
168
- style="background:LightCoral",
168
+ style="background:LightCoral; ; font-weight:bold",
169
169
  )
170
170
  self.add_control("/")
171
171
 
@@ -187,7 +187,7 @@ class AppManager(Q2Form):
187
187
  control="button",
188
188
  # datalen=10,
189
189
  valid=self.import_app_all,
190
- style="background:red",
190
+ style="background:#FF6666; font-weight:bold",
191
191
  )
192
192
  if self.q2_app.app_url:
193
193
  self.add_control(
@@ -194,20 +194,6 @@ class Q2QueryEdit(Q2Form):
194
194
  control="button",
195
195
  )
196
196
  self.add_control("/s")
197
- self.add_control(
198
- "show_json",
199
- "Show as JSON",
200
- valid=self.query_list.show_dataset_json,
201
- control="button",
202
- )
203
- self.add_control("/s")
204
- self.add_control(
205
- "save_json",
206
- "Save as JSON",
207
- valid=self.query_list.save_dataset_json,
208
- control="button",
209
- )
210
- self.add_control("/s")
211
197
  self.add_control("/")
212
198
  self.add_control("pl", "", widget=self.param_list, nogrid=1, migrate=0)
213
199
  self.add_control("/")
@@ -263,6 +249,10 @@ class Q2QueryList(Q2Form):
263
249
  self.add_control("/")
264
250
  self.set_model(Q2Model())
265
251
  self.add_action("/crud")
252
+ self.add_action("-")
253
+ self.add_action("Dataset|Show as JSON", self.show_dataset_json)
254
+ self.add_action("Dataset|Save as JSON", self.save_dataset_json)
255
+
266
256
  self.model.readonly = False
267
257
  self.last_current_row = -1
268
258
 
@@ -0,0 +1 @@
1
+ __version__ = "0.1.241"
@@ -1 +0,0 @@
1
- __version__ = "0.1.239"
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