qcanvas 0.0.4.1a0__py3-none-any.whl → 0.0.4.1a0.post1__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.
qcanvas/ui/main_ui.py
CHANGED
|
@@ -160,7 +160,7 @@ class AppMainWindow(QMainWindow):
|
|
|
160
160
|
msg_box = QMessageBox(
|
|
161
161
|
QMessageBox.Icon.Question,
|
|
162
162
|
"Update available",
|
|
163
|
-
f"There is an update available ({installed_version} -> {newer_version})\
|
|
163
|
+
f"There is an update available ({installed_version} -> {newer_version})\nDo you want to update?\nThe program will close after the update is finished.",
|
|
164
164
|
QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No,
|
|
165
165
|
self
|
|
166
166
|
)
|
|
@@ -24,7 +24,7 @@ qcanvas/queries/canvas_course_data.gql,sha256=KJHjdu5sMKld4L6mPGfUrhqRLx_wdgGH8f
|
|
|
24
24
|
qcanvas/queries/canvas_course_data.py,sha256=_ZNv9stXAyap2eBbCqmajXVpWr0920ZUcCS6Gtyyo0g,4314
|
|
25
25
|
qcanvas/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
26
|
qcanvas/ui/container_item.py,sha256=EGNypuA-nDTzPK1Np8dlwT_SF_az6cAaECOY3a44LjU,431
|
|
27
|
-
qcanvas/ui/main_ui.py,sha256=
|
|
27
|
+
qcanvas/ui/main_ui.py,sha256=ljdEu_Ien9WqMEnl1KHKx48YyeiLIgN8WqmvALU1f0I,8497
|
|
28
28
|
qcanvas/ui/setup_dialog.py,sha256=c-Eda97IaMCdLh5kJuSAkoJ-7SMfU0xzG37L77Krd3s,5671
|
|
29
29
|
qcanvas/ui/menu_bar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
qcanvas/ui/menu_bar/grouping_preferences_menu.py,sha256=L4vaQCCBqM5MFH7NjSff8y_VlhOwDM9pppvublBuLLg,2433
|
|
@@ -55,6 +55,6 @@ qcanvas/util/tree_util/__init__.py,sha256=yqjNHrD8SiyW_fGPfw7xdS-Rctjdu-RMWSkUxc
|
|
|
55
55
|
qcanvas/util/tree_util/expanding_tree.py,sha256=DaSr0KS5owejQhehV4SS30GA3jhwD32M3Rx5-j5a4h8,6653
|
|
56
56
|
qcanvas/util/tree_util/model_helpers.py,sha256=io1bHOMNgVqkPvGH2Iohug1-wx2MwC_-qlWlpVA0fFE,743
|
|
57
57
|
qcanvas/util/tree_util/tree_model.py,sha256=2c_wLfbcS9RrmGGkTeX4rqMu4Fu5a-GwhtKLI_-QzE8,3012
|
|
58
|
-
qcanvas-0.0.4.1a0.dist-info/METADATA,sha256=
|
|
59
|
-
qcanvas-0.0.4.1a0.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
|
60
|
-
qcanvas-0.0.4.1a0.dist-info/RECORD,,
|
|
58
|
+
qcanvas-0.0.4.1a0.post1.dist-info/METADATA,sha256=7nT9UxHLo-7aUt_mZNWEa70KqQ66SC9agsHhAIiIao8,682
|
|
59
|
+
qcanvas-0.0.4.1a0.post1.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
|
60
|
+
qcanvas-0.0.4.1a0.post1.dist-info/RECORD,,
|
|
File without changes
|