RinUI 0.1.0__tar.gz → 0.1.1.post1__tar.gz

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.
Files changed (123) hide show
  1. {rinui-0.1.0 → rinui-0.1.1.post1}/LICENSE +21 -21
  2. {rinui-0.1.0 → rinui-0.1.1.post1}/MANIFEST.in +7 -7
  3. {rinui-0.1.0/RinUI.egg-info → rinui-0.1.1.post1}/PKG-INFO +116 -115
  4. {rinui-0.1.0 → rinui-0.1.1.post1}/README.md +100 -100
  5. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/__init__.py +4 -4
  6. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/assets/fonts/FluentSystemIcons-Index.js +5255 -5255
  7. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Base.qml +78 -78
  8. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/Button.qml +146 -146
  9. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/CheckBox.qml +98 -98
  10. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/ComboBox.qml +159 -159
  11. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/DropDownButton.qml +20 -20
  12. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/Hyperlink.qml +17 -17
  13. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/PillButton.qml +10 -10
  14. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/RadioButton.qml +94 -94
  15. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/RoundButton.qml +26 -26
  16. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/Slider.qml +212 -212
  17. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/Switch.qml +101 -101
  18. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/ToggleButton.qml +10 -10
  19. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/BasicInput/ToolButton.qml +30 -30
  20. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ContextMenu.qml +183 -183
  21. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/DateAndTime/DatePicker.qml +142 -140
  22. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/DateAndTime/PickerView.qml +223 -223
  23. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/DateAndTime/TimePicker.qml +114 -114
  24. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/DialogsAndFlyouts/Dialog.qml +106 -106
  25. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/DialogsAndFlyouts/DialogButtonBox.qml +47 -47
  26. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/DialogsAndFlyouts/Flyout.qml +87 -87
  27. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/DialogsAndFlyouts/Popup.qml +110 -106
  28. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/FocusIndicator.qml +33 -33
  29. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/IconWidget.qml +52 -52
  30. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Indicator.qml +89 -89
  31. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Layout/Expander.qml +159 -159
  32. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Layout/SettingExpander.qml +66 -66
  33. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Layout/SettingItem.qml +70 -70
  34. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ListAndCollections/Clip.qml +21 -21
  35. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ListAndCollections/Frame.qml +43 -43
  36. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ListAndCollections/ListView.qml +104 -104
  37. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ListAndCollections/ListViewDelegate.qml +82 -82
  38. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ListAndCollections/SettingCard.qml +72 -72
  39. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ListAndCollections/TableView.qml +81 -81
  40. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ListAndCollections/TableViewDelegate.qml +88 -88
  41. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Media/Avatar.qml +82 -82
  42. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/MenusAndToolbars/Menu.qml +150 -150
  43. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/MenusAndToolbars/MenuBar.qml +42 -42
  44. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/MenusAndToolbars/MenuItem.qml +131 -131
  45. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/MenusAndToolbars/MenuItemGroup.qml +43 -43
  46. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/MenusAndToolbars/MenuSeparator.qml +13 -13
  47. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/MenusAndToolbars/TextInputMenu.qml +37 -37
  48. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/MenusAndToolbars/ToolSeparator.qml +16 -16
  49. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/ErrorPage.qml +48 -48
  50. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/NavigationBar.qml +179 -179
  51. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/NavigationItem.qml +193 -193
  52. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/NavigationSubItem.qml +103 -103
  53. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/NavigationView.qml +228 -227
  54. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/Segmented.qml +16 -16
  55. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/SegmentedItem.qml +107 -107
  56. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/SelectorBar.qml +12 -12
  57. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Navigation/SelectorBarItem.qml +88 -88
  58. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ScrollBar.qml +204 -204
  59. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/ScrollView.qml +12 -12
  60. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Shadow.qml +47 -47
  61. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/StatusAndInfo/InfoBadge.qml +77 -77
  62. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/StatusAndInfo/InfoBar.qml +256 -251
  63. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/StatusAndInfo/ProgressBar.qml +126 -126
  64. rinui-0.1.1.post1/RinUI/components/StatusAndInfo/ProgressRing.qml +149 -0
  65. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/StatusAndInfo/Toast.qml +236 -236
  66. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/StatusAndInfo/ToolTip.qml +93 -93
  67. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Text/SpinBox.qml +150 -133
  68. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Text/Text.qml +44 -44
  69. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Text/TextArea.qml +117 -117
  70. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Text/TextField.qml +113 -113
  71. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/Text/TextInput.qml +47 -47
  72. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/components/qmldir +80 -80
  73. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/core/__init__.py +4 -4
  74. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/core/config.py +129 -129
  75. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/core/launcher.py +129 -129
  76. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/core/theme.py +339 -339
  77. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/core/translator.py +26 -25
  78. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/hooks/__init__.py +3 -3
  79. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/hooks/hook-RinUI.py +3 -3
  80. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/qmldir +108 -104
  81. rinui-0.1.1.post1/RinUI/themes/Appearance.qml +36 -0
  82. rinui-0.1.1.post1/RinUI/themes/Colors.qml +36 -0
  83. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/themes/dark.qml +145 -145
  84. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/themes/light.qml +145 -145
  85. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/themes/qmldir +9 -6
  86. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/themes/theme.qml +151 -149
  87. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/themes/utils.qml +37 -37
  88. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/utils/Animation.qml +12 -12
  89. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/utils/FloatLayer.qml +132 -123
  90. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/utils/FontIconLoader.qml +13 -13
  91. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/utils/Position.qml +19 -19
  92. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/utils/Severity.qml +13 -13
  93. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/utils/Typography.qml +17 -17
  94. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/utils/qmldir +4 -4
  95. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/CtrlBtn.qml +118 -118
  96. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/FluentPage.qml +92 -92
  97. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/FluentWindow.qml +31 -30
  98. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/FluentWindowBase.qml +158 -158
  99. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/TitleBar.qml +135 -135
  100. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/qmldir +7 -7
  101. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/window/ApplicationWindow.qml +8 -8
  102. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/windows/window/Window.qml +118 -118
  103. {rinui-0.1.0 → rinui-0.1.1.post1/RinUI.egg-info}/PKG-INFO +116 -115
  104. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI.egg-info/SOURCES.txt +3 -8
  105. {rinui-0.1.0 → rinui-0.1.1.post1}/pyproject.toml +43 -43
  106. {rinui-0.1.0 → rinui-0.1.1.post1}/setup.cfg +4 -4
  107. rinui-0.1.0/RinUI/__pycache__/__init__.cpython-38.pyc +0 -0
  108. rinui-0.1.0/RinUI/config/rin_ui.json +0 -8
  109. rinui-0.1.0/RinUI/core/__pycache__/__init__.cpython-38.pyc +0 -0
  110. rinui-0.1.0/RinUI/core/__pycache__/config.cpython-38.pyc +0 -0
  111. rinui-0.1.0/RinUI/core/__pycache__/launcher.cpython-38.pyc +0 -0
  112. rinui-0.1.0/RinUI/core/__pycache__/theme.cpython-38.pyc +0 -0
  113. rinui-0.1.0/RinUI/core/__pycache__/translator.cpython-38.pyc +0 -0
  114. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/assets/fonts/FluentSystemIcons-Resizable.ttf +0 -0
  115. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/assets/img/default_app_icon.png +0 -0
  116. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/languages/en_US.qm +0 -0
  117. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/languages/en_US.ts +0 -0
  118. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/languages/zh_CN.qm +0 -0
  119. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI/languages/zh_CN.ts +0 -0
  120. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI.egg-info/dependency_links.txt +0 -0
  121. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI.egg-info/entry_points.txt +0 -0
  122. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI.egg-info/requires.txt +0 -0
  123. {rinui-0.1.0 → rinui-0.1.1.post1}/RinUI.egg-info/top_level.txt +0 -0
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 RinLit
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 RinLit
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,8 +1,8 @@
1
- include README.md
2
- include LICENSE
3
- recursive-include RinUI/assets *
4
- recursive-include RinUI/components *
5
- recursive-include RinUI/themes *
6
- recursive-include RinUI/windows *
7
- recursive-include RinUI/utils *
1
+ include README.md
2
+ include LICENSE
3
+ recursive-include RinUI/assets *
4
+ recursive-include RinUI/components *
5
+ recursive-include RinUI/themes *
6
+ recursive-include RinUI/windows *
7
+ recursive-include RinUI/utils *
8
8
  recursive-include RinUI *
@@ -1,115 +1,116 @@
1
- Metadata-Version: 2.1
2
- Name: RinUI
3
- Version: 0.1.0
4
- Summary: A Fluent Design-like UI library for Qt Quick (QML) based on PySide6
5
- Author-email: RinLit <lintu233_qwq@icloud.com>
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.8
10
- Description-Content-Type: text/markdown
11
- License-File: LICENSE
12
- Requires-Dist: PySide6>=6.6.3.1
13
- Requires-Dist: darkdetect~=0.8.0
14
- Requires-Dist: pywin32>=306; sys_platform == "win32"
15
-
16
- <div align="center">
17
- <img src="docs/img/logo.png" alt="RinUI Logo" width="18%">
18
- <h1>RinUI</h1>
19
- <p>A Fluent Design-like UI library for Qt Quick (QML)</p>
20
-
21
- **English** | [中文](./docs/README_zhCN.MD)
22
-
23
- </div>
24
-
25
- > [!TIP]
26
- > This project is still in development and not ready for production use! (This project has even not a logo yet)
27
- >
28
- > Of course, you are welcome to contribute to this project.
29
-
30
- ## 📄 Introduction
31
-
32
- RinUI is a UI library similar to Fluent Design for Qt Quick (QML), RinUI will provide high-quality components and practical functions.
33
- With simple configuration, you can quickly develop elegant UI interfaces in the Fluent style.
34
-
35
- ### Features
36
- * Elegant Fluent Design controls (WIP)
37
- * Dark and light mode, automatic switching
38
- * Compatible with original QML control names
39
- * i18n Internationalization
40
- * Multi-programming language support (WIP)
41
- * Theme system (WIP)
42
- * Development documentation, [preview](https://ui.rinlit.cn/) now. (WIP)
43
-
44
- ### Screenshots
45
- ![Screenshot 1](/docs/img/shot_1.png)
46
-
47
- <details style="text-align: center">
48
- <summary>More screenshots...</summary>
49
-
50
- ![img.png](/docs/img/img.png)
51
- ![img_1.png](/docs/img/img_1.png)
52
- ![img_2.png](/docs/img/img_2.png)
53
- ![img_3.png](/docs/img/img_3.png)
54
- </details>
55
-
56
- > The image in the banner comes from Pixiv, PID: [125975786](https://www.pixiv.net/artworks/125975786)
57
-
58
- ## 🪄 Usage
59
-
60
- You can install RinUI via pip:
61
- ```bash
62
- pip install RinUI
63
- ```
64
-
65
- Import RinUI in your QML file:
66
- ```qmllang
67
- import RinUI
68
- ```
69
- Then you can run the QML file in your project.
70
- ```python
71
- import sys
72
- from RinUI import *
73
- from PySide6.QtWidgets import QApplication
74
-
75
- if __name__ == '__main__':
76
- app = QApplication(sys.argv)
77
- your_app = RinUIWindow("/path/to/your/file.qml")
78
- sys.exit(app.exec_())
79
- ```
80
-
81
- You also can view the demo in the source code, like this:
82
- ```bash
83
- cd examples
84
- python gallery.py
85
- ```
86
-
87
- You also can move the RinUI folder to anywhere in your project's directory.
88
-
89
- > [!NOTE]
90
- > The documentation is still in progress!!
91
- > You can view the source code to learn more about the components and themes at the moment.
92
-
93
- Now you can learn more about RinUI components and themes in [the online documentation](https://ui.rinlit.cn/).
94
-
95
- ## 🙌 Acknowledgements
96
- ### Resources
97
- - [PySide6 & Qt Quick](https://www.qt.io/)
98
- - [Fluent Design System](https://fluent2.microsoft.design/)
99
- - [Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons/)
100
- - [WinUI 3 Gallery](https://github.com/microsoft/WinUI-Gallery)
101
-
102
- ### Contributors
103
- Contributions are welcome! Please read the [contribution guidelines](./CONTRIBUTING.md) before submitting a pull request.
104
-
105
- Thanks to the great people who contributed to this project.
106
- [![Contributors](http://contrib.nn.ci/api?repo=rinlit-233-shiroko/Rin-UI)](https://github.com/RinLit-233-shiroko/Rin-UI/graphs/contributors)
107
-
108
- ## 📜 License
109
- This project is licensed under the **MIT** License, you can learn more about it in the [license file](./LICENSE).
110
-
111
- Copyright © 2025 RinLit
112
-
113
- ##
114
-
115
- This is an experimental project by Rin as a newcomer. Welcome to suggest and contribute to this project. ❤️
1
+ Metadata-Version: 2.4
2
+ Name: RinUI
3
+ Version: 0.1.1.post1
4
+ Summary: A Fluent Design-like UI library for Qt Quick (QML) based on PySide6
5
+ Author-email: RinLit <lintu233_qwq@icloud.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: PySide6>=6.6.3.1
13
+ Requires-Dist: darkdetect~=0.8.0
14
+ Requires-Dist: pywin32>=306; sys_platform == "win32"
15
+ Dynamic: license-file
16
+
17
+ <div align="center">
18
+ <img src="docs/img/logo.png" alt="RinUI Logo" width="18%">
19
+ <h1>RinUI</h1>
20
+ <p>A Fluent Design-like UI library for Qt Quick (QML)</p>
21
+
22
+ **English** | [中文](./docs/README_zhCN.MD)
23
+
24
+ </div>
25
+
26
+ > [!TIP]
27
+ > This project is still in development and not ready for production use!
28
+ >
29
+ > Of course, you are welcome to contribute to this project.
30
+
31
+ ## 📄 Introduction
32
+
33
+ RinUI is a UI library similar to Fluent Design for Qt Quick (QML), RinUI will provide high-quality components and practical functions.
34
+ With simple configuration, you can quickly develop elegant UI interfaces in the Fluent style.
35
+
36
+ ### Features
37
+ * Elegant Fluent Design controls (WIP)
38
+ * Dark and light mode, automatic switching
39
+ * Compatible with original QML control names
40
+ * i18n Internationalization
41
+ * Multi-programming language support (WIP)
42
+ * Theme system (WIP)
43
+ * Development documentation, [preview](https://ui.rinlit.cn/) now. (WIP)
44
+
45
+ ### Screenshots
46
+ ![Screenshot 1](/docs/img/shot_1.png)
47
+
48
+ <details style="text-align: center">
49
+ <summary>More screenshots...</summary>
50
+
51
+ ![img.png](/docs/img/img.png)
52
+ ![img_1.png](/docs/img/img_1.png)
53
+ ![img_2.png](/docs/img/img_2.png)
54
+ ![img_3.png](/docs/img/img_3.png)
55
+ </details>
56
+
57
+ > The image in the banner comes from Pixiv, PID: [125975786](https://www.pixiv.net/artworks/125975786)
58
+
59
+ ## 🪄 Usage
60
+
61
+ You can install RinUI via pip:
62
+ ```bash
63
+ pip install RinUI
64
+ ```
65
+
66
+ Import RinUI in your QML file:
67
+ ```qmllang
68
+ import RinUI
69
+ ```
70
+ Then you can run the QML file in your project.
71
+ ```python
72
+ import sys
73
+ from RinUI import *
74
+ from PySide6.QtWidgets import QApplication
75
+
76
+ if __name__ == '__main__':
77
+ app = QApplication(sys.argv)
78
+ your_app = RinUIWindow("/path/to/your/file.qml")
79
+ sys.exit(app.exec_())
80
+ ```
81
+
82
+ You also can view the demo in the source code, like this:
83
+ ```bash
84
+ cd examples
85
+ python gallery.py
86
+ ```
87
+
88
+ You also can move the RinUI folder to anywhere in your project's directory.
89
+
90
+ > [!NOTE]
91
+ > The documentation is still in progress!!
92
+ > You can view the source code to learn more about the components and themes at the moment.
93
+
94
+ Now you can learn more about RinUI components and themes in [the online documentation](https://ui.rinlit.cn/).
95
+
96
+ ## 🙌 Acknowledgements
97
+ ### Resources
98
+ - [PySide6 & Qt Quick](https://www.qt.io/)
99
+ - [Fluent Design System](https://fluent2.microsoft.design/)
100
+ - [Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons/)
101
+ - [WinUI 3 Gallery](https://github.com/microsoft/WinUI-Gallery)
102
+
103
+ ### Contributors
104
+ Contributions are welcome! Please read the [contribution guidelines](./CONTRIBUTING.md) before submitting a pull request.
105
+
106
+ Thanks to the great people who contributed to this project.
107
+ [![Contributors](http://contrib.nn.ci/api?repo=rinlit-233-shiroko/Rin-UI)](https://github.com/RinLit-233-shiroko/Rin-UI/graphs/contributors)
108
+
109
+ ## 📜 License
110
+ This project is licensed under the **MIT** License, you can learn more about it in the [license file](./LICENSE).
111
+
112
+ Copyright © 2025 RinLit
113
+
114
+ ##
115
+
116
+ This is an experimental project by Rin as a newcomer. Welcome to suggest and contribute to this project. ❤️
@@ -1,100 +1,100 @@
1
- <div align="center">
2
- <img src="docs/img/logo.png" alt="RinUI Logo" width="18%">
3
- <h1>RinUI</h1>
4
- <p>A Fluent Design-like UI library for Qt Quick (QML)</p>
5
-
6
- **English** | [中文](./docs/README_zhCN.MD)
7
-
8
- </div>
9
-
10
- > [!TIP]
11
- > This project is still in development and not ready for production use! (This project has even not a logo yet)
12
- >
13
- > Of course, you are welcome to contribute to this project.
14
-
15
- ## 📄 Introduction
16
-
17
- RinUI is a UI library similar to Fluent Design for Qt Quick (QML), RinUI will provide high-quality components and practical functions.
18
- With simple configuration, you can quickly develop elegant UI interfaces in the Fluent style.
19
-
20
- ### Features
21
- * Elegant Fluent Design controls (WIP)
22
- * Dark and light mode, automatic switching
23
- * Compatible with original QML control names
24
- * i18n Internationalization
25
- * Multi-programming language support (WIP)
26
- * Theme system (WIP)
27
- * Development documentation, [preview](https://ui.rinlit.cn/) now. (WIP)
28
-
29
- ### Screenshots
30
- ![Screenshot 1](/docs/img/shot_1.png)
31
-
32
- <details style="text-align: center">
33
- <summary>More screenshots...</summary>
34
-
35
- ![img.png](/docs/img/img.png)
36
- ![img_1.png](/docs/img/img_1.png)
37
- ![img_2.png](/docs/img/img_2.png)
38
- ![img_3.png](/docs/img/img_3.png)
39
- </details>
40
-
41
- > The image in the banner comes from Pixiv, PID: [125975786](https://www.pixiv.net/artworks/125975786)
42
-
43
- ## 🪄 Usage
44
-
45
- You can install RinUI via pip:
46
- ```bash
47
- pip install RinUI
48
- ```
49
-
50
- Import RinUI in your QML file:
51
- ```qmllang
52
- import RinUI
53
- ```
54
- Then you can run the QML file in your project.
55
- ```python
56
- import sys
57
- from RinUI import *
58
- from PySide6.QtWidgets import QApplication
59
-
60
- if __name__ == '__main__':
61
- app = QApplication(sys.argv)
62
- your_app = RinUIWindow("/path/to/your/file.qml")
63
- sys.exit(app.exec_())
64
- ```
65
-
66
- You also can view the demo in the source code, like this:
67
- ```bash
68
- cd examples
69
- python gallery.py
70
- ```
71
-
72
- You also can move the RinUI folder to anywhere in your project's directory.
73
-
74
- > [!NOTE]
75
- > The documentation is still in progress!!
76
- > You can view the source code to learn more about the components and themes at the moment.
77
-
78
- Now you can learn more about RinUI components and themes in [the online documentation](https://ui.rinlit.cn/).
79
-
80
- ## 🙌 Acknowledgements
81
- ### Resources
82
- - [PySide6 & Qt Quick](https://www.qt.io/)
83
- - [Fluent Design System](https://fluent2.microsoft.design/)
84
- - [Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons/)
85
- - [WinUI 3 Gallery](https://github.com/microsoft/WinUI-Gallery)
86
-
87
- ### Contributors
88
- Contributions are welcome! Please read the [contribution guidelines](./CONTRIBUTING.md) before submitting a pull request.
89
-
90
- Thanks to the great people who contributed to this project.
91
- [![Contributors](http://contrib.nn.ci/api?repo=rinlit-233-shiroko/Rin-UI)](https://github.com/RinLit-233-shiroko/Rin-UI/graphs/contributors)
92
-
93
- ## 📜 License
94
- This project is licensed under the **MIT** License, you can learn more about it in the [license file](./LICENSE).
95
-
96
- Copyright © 2025 RinLit
97
-
98
- ##
99
-
100
- This is an experimental project by Rin as a newcomer. Welcome to suggest and contribute to this project. ❤️
1
+ <div align="center">
2
+ <img src="docs/img/logo.png" alt="RinUI Logo" width="18%">
3
+ <h1>RinUI</h1>
4
+ <p>A Fluent Design-like UI library for Qt Quick (QML)</p>
5
+
6
+ **English** | [中文](./docs/README_zhCN.MD)
7
+
8
+ </div>
9
+
10
+ > [!TIP]
11
+ > This project is still in development and not ready for production use!
12
+ >
13
+ > Of course, you are welcome to contribute to this project.
14
+
15
+ ## 📄 Introduction
16
+
17
+ RinUI is a UI library similar to Fluent Design for Qt Quick (QML), RinUI will provide high-quality components and practical functions.
18
+ With simple configuration, you can quickly develop elegant UI interfaces in the Fluent style.
19
+
20
+ ### Features
21
+ * Elegant Fluent Design controls (WIP)
22
+ * Dark and light mode, automatic switching
23
+ * Compatible with original QML control names
24
+ * i18n Internationalization
25
+ * Multi-programming language support (WIP)
26
+ * Theme system (WIP)
27
+ * Development documentation, [preview](https://ui.rinlit.cn/) now. (WIP)
28
+
29
+ ### Screenshots
30
+ ![Screenshot 1](/docs/img/shot_1.png)
31
+
32
+ <details style="text-align: center">
33
+ <summary>More screenshots...</summary>
34
+
35
+ ![img.png](/docs/img/img.png)
36
+ ![img_1.png](/docs/img/img_1.png)
37
+ ![img_2.png](/docs/img/img_2.png)
38
+ ![img_3.png](/docs/img/img_3.png)
39
+ </details>
40
+
41
+ > The image in the banner comes from Pixiv, PID: [125975786](https://www.pixiv.net/artworks/125975786)
42
+
43
+ ## 🪄 Usage
44
+
45
+ You can install RinUI via pip:
46
+ ```bash
47
+ pip install RinUI
48
+ ```
49
+
50
+ Import RinUI in your QML file:
51
+ ```qmllang
52
+ import RinUI
53
+ ```
54
+ Then you can run the QML file in your project.
55
+ ```python
56
+ import sys
57
+ from RinUI import *
58
+ from PySide6.QtWidgets import QApplication
59
+
60
+ if __name__ == '__main__':
61
+ app = QApplication(sys.argv)
62
+ your_app = RinUIWindow("/path/to/your/file.qml")
63
+ sys.exit(app.exec_())
64
+ ```
65
+
66
+ You also can view the demo in the source code, like this:
67
+ ```bash
68
+ cd examples
69
+ python gallery.py
70
+ ```
71
+
72
+ You also can move the RinUI folder to anywhere in your project's directory.
73
+
74
+ > [!NOTE]
75
+ > The documentation is still in progress!!
76
+ > You can view the source code to learn more about the components and themes at the moment.
77
+
78
+ Now you can learn more about RinUI components and themes in [the online documentation](https://ui.rinlit.cn/).
79
+
80
+ ## 🙌 Acknowledgements
81
+ ### Resources
82
+ - [PySide6 & Qt Quick](https://www.qt.io/)
83
+ - [Fluent Design System](https://fluent2.microsoft.design/)
84
+ - [Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons/)
85
+ - [WinUI 3 Gallery](https://github.com/microsoft/WinUI-Gallery)
86
+
87
+ ### Contributors
88
+ Contributions are welcome! Please read the [contribution guidelines](./CONTRIBUTING.md) before submitting a pull request.
89
+
90
+ Thanks to the great people who contributed to this project.
91
+ [![Contributors](http://contrib.nn.ci/api?repo=rinlit-233-shiroko/Rin-UI)](https://github.com/RinLit-233-shiroko/Rin-UI/graphs/contributors)
92
+
93
+ ## 📜 License
94
+ This project is licensed under the **MIT** License, you can learn more about it in the [license file](./LICENSE).
95
+
96
+ Copyright © 2025 RinLit
97
+
98
+ ##
99
+
100
+ This is an experimental project by Rin as a newcomer. Welcome to suggest and contribute to this project. ❤️
@@ -1,4 +1,4 @@
1
- from .core import *
2
-
3
- __version__ = "0.1.0"
4
- __author__ = "RinLit"
1
+ from .core import *
2
+
3
+ __version__ = "0.1.1"
4
+ __author__ = "RinLit"