From 3079eaa46064d6d01a172cfb639a4748b76b9e12 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 26 Mar 2021 15:33:30 +1000 Subject: [PATCH] symlink forms/*.py in for the benefit of editor completions --- qt/aqt/forms/about.py | 1 + qt/aqt/forms/addcards.py | 1 + qt/aqt/forms/addfield.py | 1 + qt/aqt/forms/addmodel.py | 1 + qt/aqt/forms/addonconf.py | 1 + qt/aqt/forms/addons.py | 1 + qt/aqt/forms/browser.py | 1 + qt/aqt/forms/browserdisp.py | 1 + qt/aqt/forms/browseropts.py | 1 + qt/aqt/forms/changemap.py | 1 + qt/aqt/forms/changemodel.py | 1 + qt/aqt/forms/clayout_top.py | 1 + qt/aqt/forms/customstudy.py | 1 + qt/aqt/forms/dconf.py | 1 + qt/aqt/forms/debug.py | 1 + qt/aqt/forms/editaddon.py | 1 + qt/aqt/forms/editcurrent.py | 1 + qt/aqt/forms/edithtml.py | 1 + qt/aqt/forms/emptycards.py | 1 + qt/aqt/forms/exporting.py | 1 + qt/aqt/forms/fields.py | 1 + qt/aqt/forms/filtered_deck.py | 1 + qt/aqt/forms/finddupes.py | 1 + qt/aqt/forms/findreplace.py | 1 + qt/aqt/forms/getaddons.py | 1 + qt/aqt/forms/importing.py | 1 + qt/aqt/forms/main.py | 1 + qt/aqt/forms/modelopts.py | 1 + qt/aqt/forms/models.py | 1 + qt/aqt/forms/preferences.py | 1 + qt/aqt/forms/preview.py | 1 + qt/aqt/forms/profiles.py | 1 + qt/aqt/forms/progress.py | 1 + qt/aqt/forms/reposition.py | 1 + qt/aqt/forms/setgroup.py | 1 + qt/aqt/forms/setlang.py | 1 + qt/aqt/forms/stats.py | 1 + qt/aqt/forms/studydeck.py | 1 + qt/aqt/forms/synclog.py | 1 + qt/aqt/forms/taglimit.py | 1 + qt/aqt/forms/template.py | 1 + 41 files changed, 41 insertions(+) create mode 120000 qt/aqt/forms/about.py create mode 120000 qt/aqt/forms/addcards.py create mode 120000 qt/aqt/forms/addfield.py create mode 120000 qt/aqt/forms/addmodel.py create mode 120000 qt/aqt/forms/addonconf.py create mode 120000 qt/aqt/forms/addons.py create mode 120000 qt/aqt/forms/browser.py create mode 120000 qt/aqt/forms/browserdisp.py create mode 120000 qt/aqt/forms/browseropts.py create mode 120000 qt/aqt/forms/changemap.py create mode 120000 qt/aqt/forms/changemodel.py create mode 120000 qt/aqt/forms/clayout_top.py create mode 120000 qt/aqt/forms/customstudy.py create mode 120000 qt/aqt/forms/dconf.py create mode 120000 qt/aqt/forms/debug.py create mode 120000 qt/aqt/forms/editaddon.py create mode 120000 qt/aqt/forms/editcurrent.py create mode 120000 qt/aqt/forms/edithtml.py create mode 120000 qt/aqt/forms/emptycards.py create mode 120000 qt/aqt/forms/exporting.py create mode 120000 qt/aqt/forms/fields.py create mode 120000 qt/aqt/forms/filtered_deck.py create mode 120000 qt/aqt/forms/finddupes.py create mode 120000 qt/aqt/forms/findreplace.py create mode 120000 qt/aqt/forms/getaddons.py create mode 120000 qt/aqt/forms/importing.py create mode 120000 qt/aqt/forms/main.py create mode 120000 qt/aqt/forms/modelopts.py create mode 120000 qt/aqt/forms/models.py create mode 120000 qt/aqt/forms/preferences.py create mode 120000 qt/aqt/forms/preview.py create mode 120000 qt/aqt/forms/profiles.py create mode 120000 qt/aqt/forms/progress.py create mode 120000 qt/aqt/forms/reposition.py create mode 120000 qt/aqt/forms/setgroup.py create mode 120000 qt/aqt/forms/setlang.py create mode 120000 qt/aqt/forms/stats.py create mode 120000 qt/aqt/forms/studydeck.py create mode 120000 qt/aqt/forms/synclog.py create mode 120000 qt/aqt/forms/taglimit.py create mode 120000 qt/aqt/forms/template.py diff --git a/qt/aqt/forms/about.py b/qt/aqt/forms/about.py new file mode 120000 index 000000000..e70429a4a --- /dev/null +++ b/qt/aqt/forms/about.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/about.py \ No newline at end of file diff --git a/qt/aqt/forms/addcards.py b/qt/aqt/forms/addcards.py new file mode 120000 index 000000000..f54c8fe40 --- /dev/null +++ b/qt/aqt/forms/addcards.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/addcards.py \ No newline at end of file diff --git a/qt/aqt/forms/addfield.py b/qt/aqt/forms/addfield.py new file mode 120000 index 000000000..1a54703f0 --- /dev/null +++ b/qt/aqt/forms/addfield.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/addfield.py \ No newline at end of file diff --git a/qt/aqt/forms/addmodel.py b/qt/aqt/forms/addmodel.py new file mode 120000 index 000000000..319620610 --- /dev/null +++ b/qt/aqt/forms/addmodel.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/addmodel.py \ No newline at end of file diff --git a/qt/aqt/forms/addonconf.py b/qt/aqt/forms/addonconf.py new file mode 120000 index 000000000..de53ecee1 --- /dev/null +++ b/qt/aqt/forms/addonconf.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/addonconf.py \ No newline at end of file diff --git a/qt/aqt/forms/addons.py b/qt/aqt/forms/addons.py new file mode 120000 index 000000000..a13b69944 --- /dev/null +++ b/qt/aqt/forms/addons.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/addons.py \ No newline at end of file diff --git a/qt/aqt/forms/browser.py b/qt/aqt/forms/browser.py new file mode 120000 index 000000000..592ca70b4 --- /dev/null +++ b/qt/aqt/forms/browser.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/browser.py \ No newline at end of file diff --git a/qt/aqt/forms/browserdisp.py b/qt/aqt/forms/browserdisp.py new file mode 120000 index 000000000..d1017e9e2 --- /dev/null +++ b/qt/aqt/forms/browserdisp.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/browserdisp.py \ No newline at end of file diff --git a/qt/aqt/forms/browseropts.py b/qt/aqt/forms/browseropts.py new file mode 120000 index 000000000..2f97ae88f --- /dev/null +++ b/qt/aqt/forms/browseropts.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/browseropts.py \ No newline at end of file diff --git a/qt/aqt/forms/changemap.py b/qt/aqt/forms/changemap.py new file mode 120000 index 000000000..96f98d078 --- /dev/null +++ b/qt/aqt/forms/changemap.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/changemap.py \ No newline at end of file diff --git a/qt/aqt/forms/changemodel.py b/qt/aqt/forms/changemodel.py new file mode 120000 index 000000000..8a83a2d08 --- /dev/null +++ b/qt/aqt/forms/changemodel.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/changemodel.py \ No newline at end of file diff --git a/qt/aqt/forms/clayout_top.py b/qt/aqt/forms/clayout_top.py new file mode 120000 index 000000000..1a1d15638 --- /dev/null +++ b/qt/aqt/forms/clayout_top.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/clayout_top.py \ No newline at end of file diff --git a/qt/aqt/forms/customstudy.py b/qt/aqt/forms/customstudy.py new file mode 120000 index 000000000..7e062decc --- /dev/null +++ b/qt/aqt/forms/customstudy.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/customstudy.py \ No newline at end of file diff --git a/qt/aqt/forms/dconf.py b/qt/aqt/forms/dconf.py new file mode 120000 index 000000000..f90767bfa --- /dev/null +++ b/qt/aqt/forms/dconf.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/dconf.py \ No newline at end of file diff --git a/qt/aqt/forms/debug.py b/qt/aqt/forms/debug.py new file mode 120000 index 000000000..eeb139524 --- /dev/null +++ b/qt/aqt/forms/debug.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/debug.py \ No newline at end of file diff --git a/qt/aqt/forms/editaddon.py b/qt/aqt/forms/editaddon.py new file mode 120000 index 000000000..1f692c333 --- /dev/null +++ b/qt/aqt/forms/editaddon.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/editaddon.py \ No newline at end of file diff --git a/qt/aqt/forms/editcurrent.py b/qt/aqt/forms/editcurrent.py new file mode 120000 index 000000000..7298dc774 --- /dev/null +++ b/qt/aqt/forms/editcurrent.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/editcurrent.py \ No newline at end of file diff --git a/qt/aqt/forms/edithtml.py b/qt/aqt/forms/edithtml.py new file mode 120000 index 000000000..865dee6af --- /dev/null +++ b/qt/aqt/forms/edithtml.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/edithtml.py \ No newline at end of file diff --git a/qt/aqt/forms/emptycards.py b/qt/aqt/forms/emptycards.py new file mode 120000 index 000000000..7a520f0d4 --- /dev/null +++ b/qt/aqt/forms/emptycards.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/emptycards.py \ No newline at end of file diff --git a/qt/aqt/forms/exporting.py b/qt/aqt/forms/exporting.py new file mode 120000 index 000000000..46f6c94a9 --- /dev/null +++ b/qt/aqt/forms/exporting.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/exporting.py \ No newline at end of file diff --git a/qt/aqt/forms/fields.py b/qt/aqt/forms/fields.py new file mode 120000 index 000000000..ce2d542bd --- /dev/null +++ b/qt/aqt/forms/fields.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/fields.py \ No newline at end of file diff --git a/qt/aqt/forms/filtered_deck.py b/qt/aqt/forms/filtered_deck.py new file mode 120000 index 000000000..39713291a --- /dev/null +++ b/qt/aqt/forms/filtered_deck.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/filtered_deck.py \ No newline at end of file diff --git a/qt/aqt/forms/finddupes.py b/qt/aqt/forms/finddupes.py new file mode 120000 index 000000000..fc7c7bf1d --- /dev/null +++ b/qt/aqt/forms/finddupes.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/finddupes.py \ No newline at end of file diff --git a/qt/aqt/forms/findreplace.py b/qt/aqt/forms/findreplace.py new file mode 120000 index 000000000..7d7e10e7a --- /dev/null +++ b/qt/aqt/forms/findreplace.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/findreplace.py \ No newline at end of file diff --git a/qt/aqt/forms/getaddons.py b/qt/aqt/forms/getaddons.py new file mode 120000 index 000000000..5acc58c23 --- /dev/null +++ b/qt/aqt/forms/getaddons.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/getaddons.py \ No newline at end of file diff --git a/qt/aqt/forms/importing.py b/qt/aqt/forms/importing.py new file mode 120000 index 000000000..4d04d5af0 --- /dev/null +++ b/qt/aqt/forms/importing.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/importing.py \ No newline at end of file diff --git a/qt/aqt/forms/main.py b/qt/aqt/forms/main.py new file mode 120000 index 000000000..7d0246bd4 --- /dev/null +++ b/qt/aqt/forms/main.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/main.py \ No newline at end of file diff --git a/qt/aqt/forms/modelopts.py b/qt/aqt/forms/modelopts.py new file mode 120000 index 000000000..cb08b0791 --- /dev/null +++ b/qt/aqt/forms/modelopts.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/modelopts.py \ No newline at end of file diff --git a/qt/aqt/forms/models.py b/qt/aqt/forms/models.py new file mode 120000 index 000000000..6f38bb2f7 --- /dev/null +++ b/qt/aqt/forms/models.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/models.py \ No newline at end of file diff --git a/qt/aqt/forms/preferences.py b/qt/aqt/forms/preferences.py new file mode 120000 index 000000000..15982ca41 --- /dev/null +++ b/qt/aqt/forms/preferences.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/preferences.py \ No newline at end of file diff --git a/qt/aqt/forms/preview.py b/qt/aqt/forms/preview.py new file mode 120000 index 000000000..877162b89 --- /dev/null +++ b/qt/aqt/forms/preview.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/preview.py \ No newline at end of file diff --git a/qt/aqt/forms/profiles.py b/qt/aqt/forms/profiles.py new file mode 120000 index 000000000..9643ad8ae --- /dev/null +++ b/qt/aqt/forms/profiles.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/profiles.py \ No newline at end of file diff --git a/qt/aqt/forms/progress.py b/qt/aqt/forms/progress.py new file mode 120000 index 000000000..22dd1eb4a --- /dev/null +++ b/qt/aqt/forms/progress.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/progress.py \ No newline at end of file diff --git a/qt/aqt/forms/reposition.py b/qt/aqt/forms/reposition.py new file mode 120000 index 000000000..68a9c20b5 --- /dev/null +++ b/qt/aqt/forms/reposition.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/reposition.py \ No newline at end of file diff --git a/qt/aqt/forms/setgroup.py b/qt/aqt/forms/setgroup.py new file mode 120000 index 000000000..e3227b7a9 --- /dev/null +++ b/qt/aqt/forms/setgroup.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/setgroup.py \ No newline at end of file diff --git a/qt/aqt/forms/setlang.py b/qt/aqt/forms/setlang.py new file mode 120000 index 000000000..ae38ab548 --- /dev/null +++ b/qt/aqt/forms/setlang.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/setlang.py \ No newline at end of file diff --git a/qt/aqt/forms/stats.py b/qt/aqt/forms/stats.py new file mode 120000 index 000000000..9ba8aa2d0 --- /dev/null +++ b/qt/aqt/forms/stats.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/stats.py \ No newline at end of file diff --git a/qt/aqt/forms/studydeck.py b/qt/aqt/forms/studydeck.py new file mode 120000 index 000000000..4dbf7513a --- /dev/null +++ b/qt/aqt/forms/studydeck.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/studydeck.py \ No newline at end of file diff --git a/qt/aqt/forms/synclog.py b/qt/aqt/forms/synclog.py new file mode 120000 index 000000000..fff84ce3b --- /dev/null +++ b/qt/aqt/forms/synclog.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/synclog.py \ No newline at end of file diff --git a/qt/aqt/forms/taglimit.py b/qt/aqt/forms/taglimit.py new file mode 120000 index 000000000..b0edb113d --- /dev/null +++ b/qt/aqt/forms/taglimit.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/taglimit.py \ No newline at end of file diff --git a/qt/aqt/forms/template.py b/qt/aqt/forms/template.py new file mode 120000 index 000000000..9afe0aac7 --- /dev/null +++ b/qt/aqt/forms/template.py @@ -0,0 +1 @@ +../../../bazel-bin/qt/aqt/forms/template.py \ No newline at end of file