diff --git a/README.rst b/README.rst index 99297e1..f3d629e 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,5 @@ -.. |icon| image:: http://git.hmtsai.cn/cxykevin/magictk-img-readme/raw/branch/master/icon.ico - -magictk --------- - -一个模仿 `element plus `__ 的 tkinter 组件库 - -Warning --------- -Rst File is not the latest version! -Please look the markdown edition +|icon| # magictk ### 一个模仿 `element +plus `__ 的 tkinter 组件库 演示 ---- @@ -16,7 +7,11 @@ Please look the markdown edition .. raw:: html 依赖 @@ -27,17 +22,11 @@ Please look the markdown edition 性能 ---- - | 测试机器: - | - Arch Linux x86_64 - | - Wayland + KDE Plasma - | - Intel Celeron G1840 (2) @ ``2.800GHz`` - | - Intel HD Graphics - | - Memory: ``11665MiB`` - | - htop +| 测试机器: +| - Arch Linux x86_64 - Wayland + KDE Plasma - Intel Celeron G1840 (2) @ + ``2.800GHz`` - Intel HD Graphics - Memory: ``11665MiB`` - htop -CPU 占用: - 单窗口约 ``20%`` - - 非最新数据 +CPU 占用: - 单窗口约 ``20%`` > 非最新数据 Memory 占用: - 约 ``50 MiB`` @@ -47,28 +36,14 @@ Memory 占用: - 约 ``50 MiB`` 组件 ---- - 以下组件按完成时间从上(早)到下(晚)排序 + 以下组件按完成时间从上(早)到下(晚)排序 1. ``Window`` 在 Linux + 下存在强制置顶问题,且最大化存在问题 OSX 未经过测试 2. ``Button`` 3. + ``ProgressBar`` 4. ``CheckBox`` (``Radio``) ``Radio`` 可以使用 + ``Checkbox`` 指定 ``RadioGroup`` 实现 5. ``Menu`` 6. ``Select`` 7. + ``Frame`` 所有组件必须配合自定义的 ``Frame`` 使用,因为 ``Frame`` + 携带 ``root`` 信息(可手动指定) 8. ``Input`` 在 ``Linux`` + 下会弹出一个空窗口(如果没有这个窗口无法输入,原理尚不清楚) — -1. ``Window`` - - 在 Linux下存在强制置顶问题,且最大化存在问题 OSX 未经过测试 -2. ``Button`` -3. ``ProgressBar`` -4. ``CheckBox`` (``Radio``) - - ``Radio`` 可以使用``Checkbox`` 指定 ``RadioGroup`` 实现 -5. ``Menu`` -6. ``Select`` -7. ``Frame`` - - 所有组件必须配合自定义的 ``Frame`` 使用,因为 ``Frame`` 携带 ``root`` 信息(可手动指定) -8. ``Input`` - - 在 ``Linux`` 下会弹出一个空窗口 - (如果没有这个窗口无法输入,原理尚不清楚) - -以下为计划开发顺序: --------------------- - -9. ``ScrollBar`` +以下为计划开发顺序: 9. ``ScrollBar`` +.. |icon| image:: http://git.hmtsai.cn/cxykevin/magictk-img-readme/raw/branch/master/icon.ico