Skip to content

Commit efbc3c9

Browse files
committed
Replaced 'Qt5' with 'PyQt5' in README.
I now realise the distinction I was subconsciously making. When referring to the Python packages, the correct name should be used (Tkinter, wxPython and PyQt5). The names of the classes and files, however, directly reference the GUI toolkits they are intended for.
1 parent addf358 commit efbc3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install ScrollableContainers
1313
Scrollable containers are currently available for the following GUI toolkits.
1414
* [Tkinter](#Tkinter)
1515
* [wxPython](#wxPython)
16-
* [Qt5](#Qt5)
16+
* [PyQt5](#PyQt5)
1717

1818
# Tkinter
1919
`ScrollableContainers.Tk.ScrollableFrameTk`: a comprehensive implementation of a scrollable frame, and the flagship
@@ -46,7 +46,7 @@ Add widgets to the `panel` attribute of a `ScrollablePanelWx` object.
4646
* Does everything the wrapped class does.
4747
* Horizontally centres the contents if the window is wider.
4848

49-
# Qt5
49+
# PyQt5
5050
`ScrollableContainers.Qt5.ScrollableAreaQt5`: a thin wrapper around `PyQt5.QtWidgets.QScrollArea`.
5151

5252
### Usage

0 commit comments

Comments
 (0)