Skip to content

Commit 04f9d6a

Browse files
author
Kadir Aksoy
committed
stylingref
1 parent 8e6d5f2 commit 04f9d6a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ More useful and stylish widgets for PyQt5 such as toggle switches, animated butt
1212
- [Installing](#Installing)
1313
- [Usage](#Usage)
1414
- [Widgets](#Widgets)
15-
- [Examples](https://github.com/kadir014/pyqt5-custom-widgets/blob/main/examples/)
16-
- [Documentation](documentation.md)
15+
- [Examples](#Examples)
16+
- [Documentation](#Documentation)
17+
- [Styling Reference](#Styling)
1718
- [Dependencies](#Dependencies)
1819
- [TODO](#Todo)
1920
- [License](#License)
@@ -51,6 +52,14 @@ layout.addWidget(togglesw)
5152
| ![CodeTextEdit](https://github.com/kadir014/pyqt5-custom-widgets/blob/main/examples/data/codetextshowcase.gif) <br> **CodeTextEdit** <br> [Documentation](documentation.md) | ![TitleBar](https://github.com/kadir014/pyqt5-custom-widgets/blob/main/examples/data/titlebarshowcase.png) <br> **TitleBar** <br> [Documentation](documentation.md) |
5253
| ![Spinner](https://github.com/kadir014/pyqt5-custom-widgets/blob/main/examples/data/spinnershowcase.gif) <br> **Spinner** <br> [Documentation](documentation.md) | ![Toast](https://github.com/kadir014/pyqt5-custom-widgets/blob/main/examples/data/toastshowcase.gif) <br> **Toast** <br> [Documentation](documentation.md) |
5354

55+
## Examples
56+
See [examples](https://github.com/kadir014/pyqt5-custom-widgets/blob/main/examples/) page
57+
58+
## Documentation
59+
See [documentation](documentation.md) page
60+
61+
# Styling
62+
See [styling reference](stylingref.md) page
5463

5564
## Dependencies
5665
- [PyQt5](https://pypi.org/project/PyQt5/)

stylingref.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Welcome to pyqt5Custom styling reference!
2+
TODO

0 commit comments

Comments
 (0)