Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/modern-pyqt
/ functions
Functions
209 in github.com/Apress/modern-pyqt
⨍
Functions
209
◇
Types & classes
38
Method
stopCurrentVideo
Stop the current video, process events, and clear the video_display_label.
ch05_computer_vision/human_detection.py:136
Method
stopRecording
Stop recording, stop the timer, and reset widget states.
ch09_deploy_apps/AudioRecorder/audio_recorder.py:142
Method
tabsSwitched
Depending upon which tab the user is currently looking at, the information for that tab needs to be updated. This function updates the differe
ch01_overview/pomodoro.py:263
Method
toggleAntialiasing
If self.antialiasing_check_box.isChecked() is True, turn on antialiasing.
ch03_data_visualization/data_visualization.py:242
Method
trainingFinished
Once the chatbot has been trained, display messages to the user and start chatting.
ch08_chatbot/chatbotGUI.py:222
Method
updateTimer
Updates the timer and the current QLCDNumber widget. Also, update the task counter if a task is set.
ch01_overview/pomodoro.py:242
Method
updateVideoFrames
A video is a collection of images played together in quick succession. For each frame (image) in the video, convert it to a QImage object to
ch05_computer_vision/display_video.py:164
Method
updateVideoFrames
A video is a collection of images played together in quick succession. For each frame (image) in the video, convert it to a QImage object to
ch05_computer_vision/human_detection.py:145
Method
wheelEvent
Reimplement the scroll wheel on the mouse for zooming in and out on the chart.
ch03_data_visualization/data_visualization.py:22
← previous
201–209 of 209, ranked by callers