mirror of
https://github.com/bytedream/PyQt5-expansion.git
synced 2025-05-09 20:25:11 +02:00
Name changes
This commit is contained in:
parent
1e78728291
commit
7cae8d2ae5
16
README.md
16
README.md
@ -19,8 +19,8 @@ NOTE: Not every emoji looks "nice" in PyQt5 so you may have to install a custom
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from PyQt5 import QtWidgets # import pyqt5
|
from PyQt5 import QtWidgets # import pyqt5
|
||||||
from QOptionObjects import QEmojiPicker # import the emoji picker
|
from QCustomObjects import QEmojiPicker # import the emoji picker
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# create a new app
|
# create a new app
|
||||||
@ -49,8 +49,8 @@ A hydrodynamic layout which rearranges the items in it dynamically if its resize
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from PyQt5 import QtWidgets # import pyqt5
|
from PyQt5 import QtWidgets # import pyqt5
|
||||||
from QOptionObjects import QFlowLayout # import the flow layout
|
from QCustomObjects import QFlowLayout # import the flow layout
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# create a new app
|
# create a new app
|
||||||
@ -82,8 +82,8 @@ A simple toggle switch
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from PyQt5 import QtWidgets # import pyqt5
|
from PyQt5 import QtWidgets # import pyqt5
|
||||||
from QOptionObjects import QSwitch # import the switch
|
from QCustomObjects import QSwitch # import the switch
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# create a new app
|
# create a new app
|
||||||
@ -114,8 +114,8 @@ A widget where you can create, delete and edit tags
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from PyQt5 import QtWidgets # import pyqt5
|
from PyQt5 import QtWidgets # import pyqt5
|
||||||
from QOptionObjects import QTagEdit # import the tag edit
|
from QCustomObjects import QTagEdit # import the tag edit
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# create a new app
|
# create a new app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user