Home
Latest Articles
Updated
FAQ
Resources
Books & Courses
Forum
Services
Consulting
Launch Window
1:1 Office Hours
Libraries
PyQt6
PySide6
PyQt5
Streamlit
Tkinter
PySide2
Kivy
Search Python GUIs
Search Python GUIs
qtdesigner
Showing articles for
All (9)
PyQt6 (5)
PySide6 (1)
PyQt5 (3)
Streamlit (0)
Tkinter (0)
PySide2 (0)
Kivy (0)
PyQt6
Why can't the button be set size and other styles?
Understanding widget parenting and layouts when combining custom widgets with Qt Designer
PyQt6
How to use "File->New" to create a new (duplicate) window of current form
Open multiple instances of the same window from your PyQt6 application
PyQt5
How can I import a pyqtgraph HistogramLUTWidget with a .ui file
Using Qt Designer widget promotion to embed pyqtgraph's HistogramLUTWidget in your UI
PySide6
Using PyQtGraph PlotWidget with PySide6
Fixing the graphWidget PlotWidget issue when porting PyQtGraph code from PyQt5 to PySide6
PyQt6
QWebEngine in Qt Designer
How to use QWebEngineView and other custom widgets in your Qt Designer layouts
PyQt6
How to Add Custom Widgets to Qt Designer
Use widget promotion to integrate your own Python widgets into Qt Designer layouts
PyQt5
Customizing the Size of a PyQtGraph Plot
Control where and how large your PyQtGraph plots appear in your PyQt5 application
PyQt6
Embedding Matplotlib Plots Alongside Other Widgets in PyQt6
How to use Matplotlib canvases as regular widgets in your PyQt6 layouts
PyQt5
Plotting time series data with PyQtGraph
Display datetime data on PyQtGraph plot axes, including when using Qt Designer