pyqt-tutorial
There are 64 repositories under pyqt-tutorial topic.
yjg30737/pyqt-custom-titlebar-window
PyQt custom titlebar window (resizable, movable, minimize/maximize/close)
yjg30737/pyqt-graphics-video-item-video-player
Video(mp4 file only) player using QGraphicsVideoItem. Control widget at the bottom is shown/hidden followed by cursor's movement.
yjg30737/pyqt-editable-treewidget-example
PyQt example of QTreeWidget which is editable (intuitive enough to use)
yjg30737/pyqt-color-picker
PyQt color picker dialog
yjg30737/pyqt-loading-progressbar
PyQt animated progress bar used for loading
yjg30737/pyqt-bounding-box
PyQt bounding box for graphic design software
yjg30737/pyqt-toast
PyQt Toast (Small message displayed on the screen, visible for a short time)
yjg30737/pyqt-notifier
PyQt Windows notifier show at bottom right of the desktop screen
yjg30737/pyqt-plotly-example
PyQt application which shows the plotly map
yjg30737/pyqt-realtime-log-widget
Display log in real time with PyQt widget
yjg30737/pyqt-switch
PyQt Switch (O ) -> ( O)
yjg30737/pyqt-responsive-label
PyQt QLabel which can resize the font responsively accordance with window's size change
yjg30737/pyqt-capturer
PyQt application which can capture/record certain area of screen
yjg30737/pyqt-music-player-widget
PyQt music player widget
yjg30737/pyqt-foldable-window
PyQt foldable window
yjg30737/pyqt-highlight-completer
PyQt highlight completer
yjg30737/pyqt-instant-search-bar
PyQt instant search bar
yjg30737/pyqt-checkbox-file-list-widget
PyQt QListWidget for files and supporting the checkbox
yjg30737/pyqt-console
PyQt console which ansi2html package is applied, colorful, console-like output like cmd, bash, etc.
yjg30737/pyqt-drawer
PyQt drawer
yjg30737/pyqt-foldable-toolbar
PyQt foldable/hidable toolbar
yjg30737/pyqt-svg-viewer
PyQt SVG viewer
yjg30737/pyqt-tooltip-list-widget
PyQt QListWidget which shows text as tooltip longer than widget's size
yjg30737/pyqt-transparent-button-background-animation-example
PyQt example of transparent button's background animation
yjg30737/pyqt-transparent-centralwidget-window
PyQt window which can set the QMainWindow as main widget and make central widget of QMainWindow transparent. Simply put, frame with no image.
yjg30737/pyqt-transparent-timer
PyQt transparent timer
yjg30737/pyqt-vbounding-box
PyQt QGraphicsView with bounding box. User can move horizontal border of the box vertically.
yjg30737/pyqt-windows-os-light-dark-theme-window
PyQt windows which detects Windows dark/light theme settings and changes the theme dynamically
yjg30737/pyqt-checkbox-list-widget
PyQt QListWidget for checkable items
yjg30737/pyqt-custom-frameless-mainwindow
PyQt Custom Frameless Main Window (Enable to move and resize)
yjg30737/pyqt-files-already-exists-dialog
PyQt files already exists dialog. Like "These files already exist. Would you add files except for these? (Yes/No)"
yjg30737/pyqt-find-path-widget
PyQt find path widget (QLabel - QLineEdit - QPushButton)
yjg30737/pyqt-media-slider
This is QSlider which supports the smoothly draggable handle, direct handle placement to click position for media(audio, video).
yjg30737/pyqt-rounded-corners-lineedit
PyQt QLineEdit with rounded corners
yjg30737/pyqt-tooltip-widget
PyQt QWidget as a tooltip
yjg30737/pyqt_speech_recognition
PyQt speech recognition demonstrating example (using pydub and speech_recognition, very easy to use)