You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-12Lines changed: 43 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,55 @@
13
13
</p>
14
14
15
15
## Install
16
-
Download this repository and run setup.py in cmd line:
16
+
Clone this repository and run the following command in your terminal:
17
+
17
18
```cmd
18
19
python setup.py install
19
20
```
20
-
Due to the fact that this project is still in the development stage, it is temporarily not available on PyPi.
21
-
22
-
However, we are currently working hard on it and will be available soon.
23
21
22
+
> ⚠️ This project is still under active development. It is **not yet available on PyPi**, but will be in the future.
24
23
25
-
## Run Examples
26
-
Run `examples/Gallery for siui/start.py` to take a look at widgets and components of PyQt-SiliconUI
27
24
28
-
To quick start, run:
29
-
```cmd
30
-
cd "examples/Gallery for siui"
31
-
start start.py
25
+
## Run the Example Gallery
26
+
To explore the widgets, components, and framework offered by PyQt-SiliconUI, run
27
+
```
28
+
examples/Gallery for siui/start.py
32
29
```
33
-
Other more detailed examples for widgets are coming soon.
30
+
31
+
### Refactoring Plan
32
+
33
+
The refactoring of widgets is nearing completion. You can try them on the "Refactored Widgets" page in the Gallery.
34
+
35
+
**Please note**:
36
+
If you plan to start a project using PyQt-SiliconUI in the near future, it is **highly recommended to use only the widgets listed under “Refactored Widgets”**.
37
+
The older widgets have many issues and are being gradually replaced.
38
+
39
+
Similarly, the application templates are also under a complete overhaul. Work on them will begin once the core widget and component refactors are done.
40
+
Since the current templates contain many flaws and have poor implementations,
41
+
**we strongly advise against using the old application templates for real-world projects until the refactor is complete**.
42
+
43
+
### Refactored Modules Overview
44
+
45
+
Below are actively maintained modules. Once these are fully implemented, outdated ones will be removed from the repository.
0 commit comments