commit | d2af6ad9cdc1d5cea4bee3c5a531f58cba5d1945 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat Apr 16 14:42:17 2022 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat Apr 16 14:42:17 2022 -0700 |
tree | 2f85293b7811309ce191cd9d01f4d941fdfb75c1 | |
parent | 505de41dee2d3d5f16406dee78fad121307f3cab [diff] [blame] |
Add save+open to notebook, allow multiple windows, add translations, add welcome window
diff --git a/translations.qrc b/translations.qrc new file mode 100644 index 0000000..a79f88e --- /dev/null +++ b/translations.qrc
@@ -0,0 +1,8 @@ +<RCC> + <qresource prefix="/"> + <file>ts/refal_en_US.qm</file> + <file>ts/refal_en_US.ts</file> + <file>ts/refal_ru_RU.qm</file> + <file>ts/refal_ru_RU.ts</file> + </qresource> +</RCC>