rbeesoft 2.0.9__py3-none-any.whl → 2.0.10__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.
@@ -5,12 +5,11 @@ from PySide6.QtWidgets import QWidget
5
5
  class Page(QWidget):
6
6
  page_changed = Signal(str)
7
7
 
8
- def __init__(self, name, title, settings, license=None):
8
+ def __init__(self, name, title, settings):
9
9
  super(Page, self).__init__()
10
10
  self._name = name
11
11
  self._title = title
12
12
  self._settings = settings
13
- self._license = license
14
13
 
15
14
  def name(self):
16
15
  return self._name
@@ -21,8 +20,5 @@ class Page(QWidget):
21
20
  def settings(self):
22
21
  return self._settings
23
22
 
24
- def license(self):
25
- return self._license
26
-
27
23
  def switch_to_page(self, name):
28
24
  self.page_changed.emit(name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rbeesoft
3
- Version: 2.0.9
3
+ Version: 2.0.10
4
4
  Summary:
5
5
  Author: Brecheisen
6
6
  Author-email: r.brecheisen@maastrichtuniversity.nl
@@ -13,7 +13,7 @@ rbeesoft/app/ui/widgets/__init__.py,sha256=PI6L1-6X9UBEQqiGbZard5Gde2ik7uQTyBATg
13
13
  rbeesoft/app/ui/widgets/centraldockwidget.py,sha256=kK0x-Sz4yz7D4icaIepWpAtct7ZQ9BNroi9EccAvABA,1376
14
14
  rbeesoft/app/ui/widgets/logdockwidget.py,sha256=DZkQQitarE5B82qvNCSnUWDWXxhWsuTauboULFoh7eI,1810
15
15
  rbeesoft/app/ui/widgets/pages/__init__.py,sha256=RfblhaIaT8rGBK6ZCtAw6MOqJ6gQJcWwkj13GOtDlok,116
16
- rbeesoft/app/ui/widgets/pages/page.py,sha256=huzUrbvyx8qZmeelKRhLimB9RFfuj9bK_EsG_56AK_E,661
16
+ rbeesoft/app/ui/widgets/pages/page.py,sha256=_YI8y-VP3MLz4C6xChIJhrDwZ2QbcQBY2g7zvAI8r4M,554
17
17
  rbeesoft/app/ui/widgets/pages/pagerouter.py,sha256=L5EKEMWVibSI7IpabQBkLsCDw1xBt1wfYY50iR56VZA,1460
18
18
  rbeesoft/common/__init__.py,sha256=8o67M0v8JtjuLeECjKW47wttfX8vSQrhdlvlQ7g2DzE,220
19
19
  rbeesoft/common/decorators.py,sha256=FV0k_LlOCmFhlWN6gf1c2x7YXWyd8-7DsIMvOKrI6NY,224
@@ -24,6 +24,6 @@ rbeesoft/common/licensemanager.py,sha256=I3kc5x8yfyCDtLquu4lxNOi6jH7ryBYbEvF-P8V
24
24
  rbeesoft/common/logmanager.py,sha256=Hrn0pmLwh0LQtvucRAO43lAHlGdM2hh1Qc1gA3QC1nk,1392
25
25
  rbeesoft/common/logmanagerlistener.py,sha256=Gaig07yjBnyQq9I8sN85olTEeDCDyCFQnEJdwzvmgvc,99
26
26
  rbeesoft/webapp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- rbeesoft-2.0.9.dist-info/METADATA,sha256=He0vje5BtatoxX4NuwuahMHPnvsCLJL-2-icAwntp3E,378
28
- rbeesoft-2.0.9.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
29
- rbeesoft-2.0.9.dist-info/RECORD,,
27
+ rbeesoft-2.0.10.dist-info/METADATA,sha256=5sH6IvqW5g27IpuPuOmX8rcsbJ8zY_QToXVm-T6KnIU,379
28
+ rbeesoft-2.0.10.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
29
+ rbeesoft-2.0.10.dist-info/RECORD,,