Rapid GUI Programming with Python and Qt: The Definitive Guide to PyQt Programming
by Mark Summerfield
Index
When looking up methods for PyQt widgets, also consider looking under their base classes, such as QFrame, QWidget, and QObject. Functions and methods are listed in their own right, and in most cases under their module or class. Where a method or function name is close enough to a concept, the concept is not listed. For example, there is no entry for “splitting strings”, but there is an entry for the split() methods.
Symbols
!= (not equal operator), 47, 81, 82
” (double quote), 21
% (modulus/remainder operator, string formatting operator), 24, 26, 53, 84, 98
%= (modulus augmented assignment operator), 84
& (bitwise and operator, accelerator indicator), 38, 47, 143
' (single quote), 21
() (tuple creation operator, function and method call ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access