qcanvas 1.0.11__py3-none-any.whl → 1.0.12.dev1__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.
Potentially problematic release.
This version of qcanvas might be problematic. Click here for more details.
- qcanvas/ui/main_ui/qcanvas_window.py +1 -1
- qcanvas/util/paths.py +2 -2
- {qcanvas-1.0.11.dist-info → qcanvas-1.0.12.dev1.dist-info}/METADATA +1 -1
- {qcanvas-1.0.11.dist-info → qcanvas-1.0.12.dev1.dist-info}/RECORD +6 -6
- {qcanvas-1.0.11.dist-info → qcanvas-1.0.12.dev1.dist-info}/WHEEL +0 -0
- {qcanvas-1.0.11.dist-info → qcanvas-1.0.12.dev1.dist-info}/entry_points.txt +0 -0
qcanvas/util/paths.py
CHANGED
|
@@ -6,7 +6,7 @@ from pathlib import Path
|
|
|
6
6
|
|
|
7
7
|
import cachetools
|
|
8
8
|
import platformdirs
|
|
9
|
-
from qtpy.QtCore import
|
|
9
|
+
from qtpy.QtCore import QSettings
|
|
10
10
|
|
|
11
11
|
_logger = logging.getLogger(__name__)
|
|
12
12
|
|
|
@@ -19,7 +19,7 @@ _is_running_as_flatpak = os.environ.get("container", "") == "flatpak"
|
|
|
19
19
|
def client_settings() -> QSettings:
|
|
20
20
|
if _is_running_as_pyinstaller and _is_running_on_windows:
|
|
21
21
|
return QSettings(
|
|
22
|
-
str(
|
|
22
|
+
str(platformdirs.user_documents_path() / "QCanvasTeam" / "QCanvas.ini"),
|
|
23
23
|
QSettings.Format.IniFormat,
|
|
24
24
|
)
|
|
25
25
|
else:
|
|
@@ -38,7 +38,7 @@ qcanvas/ui/main_ui/options/auto_download_resources_option.py,sha256=W9BleGh6egfN
|
|
|
38
38
|
qcanvas/ui/main_ui/options/quick_sync_option.py,sha256=qEfmtLllO32ejc-bydCvFRjal5RUlk2HtC5Ld4mT7ss,753
|
|
39
39
|
qcanvas/ui/main_ui/options/sync_on_start_option.py,sha256=zFFAAyGZEa6qBchJJIm7bJpOwxcntnto9Ee-lzCiHX4,731
|
|
40
40
|
qcanvas/ui/main_ui/options/theme_selection_menu.py,sha256=MVudpolTToR1TRAtqfaFMUH__G0gc4oyqDAL5BH-7RY,1263
|
|
41
|
-
qcanvas/ui/main_ui/qcanvas_window.py,sha256=
|
|
41
|
+
qcanvas/ui/main_ui/qcanvas_window.py,sha256=nNU0g4PFbDkXuFM61CoJne8fuzljqRV23ek3osPLyeM,8554
|
|
42
42
|
qcanvas/ui/main_ui/status_bar_progress_display.py,sha256=ExFRWY1SPDS2t8CBOx80TlOdENrxXGnuv7ht-DPcnwY,4836
|
|
43
43
|
qcanvas/ui/memory_tree/__init__.py,sha256=-XLitM6teC0zmwPrGf-Q-A53-zgmIPASExdOtaLIvPU,107
|
|
44
44
|
qcanvas/ui/memory_tree/_tree_memory.py,sha256=CMKfCnrHj22ervaq7xB5U4AiKijYvghUK5ZL0MJIFmQ,1805
|
|
@@ -53,7 +53,7 @@ qcanvas/util/basic_fonts.py,sha256=1NK5_kejgH45mENwiTWvE5oOuAvGqWMX3hg9tTUCBi4,2
|
|
|
53
53
|
qcanvas/util/html_cleaner.py,sha256=O9_PhvZZw3RcPjdXZagAbNmp8Hfyq9fydBH-ee-DfII,615
|
|
54
54
|
qcanvas/util/layouts.py,sha256=7wQ0-DAbRHPPcfVIQoOmVhPdhGqcF-6qWE1-P86e7ys,1351
|
|
55
55
|
qcanvas/util/logs.py,sha256=VZKFITiW2WR2POEFVv5GRpEXic23Pzjehry-vH3g3Gk,138
|
|
56
|
-
qcanvas/util/paths.py,sha256=
|
|
56
|
+
qcanvas/util/paths.py,sha256=xNdo7PtzlIaIw6jcvHR_u9IJCqw9wvLYwkzoDVulZY8,1302
|
|
57
57
|
qcanvas/util/qurl_util.py,sha256=NkskYvrMQJuYWMNF4DFQ4J5-YM5CGl5gHQKxJaAhHBE,197
|
|
58
58
|
qcanvas/util/settings/__init__.py,sha256=ivc8bczhQdEJsWse6fc81Xyz0i2YX57pL4UubM3NJfw,228
|
|
59
59
|
qcanvas/util/settings/_client_settings.py,sha256=VpJ80rE04iB-1bsQLr6wWzD5fB8fp-goy62o7OGABWo,1119
|
|
@@ -62,7 +62,7 @@ qcanvas/util/settings/_ui_settings.py,sha256=zlWMjpntuqm7ZN3aBEROGrXc4bhtKOfWijm
|
|
|
62
62
|
qcanvas/util/themes.py,sha256=BE6lMf0lVE-0G_QYhK5emMdtKG4lUJw76HFX4go7R80,473
|
|
63
63
|
qcanvas/util/ui_tools.py,sha256=bSM1xrmZPn847YEbXAC9VIAv--8hMLMWrsEMWGA5p3E,916
|
|
64
64
|
qcanvas/util/url_checker.py,sha256=gaV_KZZsG5bfJaGBv9jbHJjq0rVxIH55HRtucT6Qkx8,144
|
|
65
|
-
qcanvas-1.0.
|
|
66
|
-
qcanvas-1.0.
|
|
67
|
-
qcanvas-1.0.
|
|
68
|
-
qcanvas-1.0.
|
|
65
|
+
qcanvas-1.0.12.dev1.dist-info/METADATA,sha256=C6sPhLrT-yopXcvAZlsm8wGJ-RbMcvSVqYHonA6Zg_I,1715
|
|
66
|
+
qcanvas-1.0.12.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
67
|
+
qcanvas-1.0.12.dev1.dist-info/entry_points.txt,sha256=46VbnhQ9w2CYdfhYcPfWgjXYHjsKshu0asQ1B_sAMac,44
|
|
68
|
+
qcanvas-1.0.12.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|