schrodinger.ui.qt.periodictable module¶
A simple periodic table widget that allows the user to select a single element.
- Example usage:
- self.table_dialog = PeriodicTableDialog(self) self.table_dialog.exec_() symbol = self.periodic_table_dlg.getSymbol()
Copyright Schrodinger, LLC. All rights reserved.
-
class
schrodinger.ui.qt.periodictable.ElementButton(text, tip, colors)¶ Bases:
PyQt5.QtWidgets.QToolButtonA toolbutton that is checkable (stays depressed) and is colored. the use of style sheets makes these buttons not only colored, but also square so that the Periodic Table looks like an actual clickable periodic table rather than a collection of rounded buttons.
-
__init__(text, tip, colors)¶ Create an ElementButton instance
Parameters: - text (str) – The text of the button
- tip (str) – The button tooltip
- colors (tuple) – The button colors - a two item tuple (normal button color, color when depressed). Should be strings in a color format that Qt style sheets accept.
-
setPeriodicStyle(colors)¶ Set the color and style of the button. The use of a StyleSheet allows the button to be colored and square.
Parameters: colors (tuple) – The button colors - a two item tuple (normal button color, color when depressed). Should be strings in a color format that Qt style sheets accept.
-
DelayedPopup= 0¶
-
DrawChildren= 2¶
-
DrawWindowBackground= 1¶
-
IgnoreMask= 4¶
-
InstantPopup= 2¶
-
MenuButtonPopup= 1¶
-
class
PaintDeviceMetric¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x35979f8>¶
-
-
PdmDepth= 6¶
-
PdmDevicePixelRatio= 11¶
-
PdmDevicePixelRatioScaled= 12¶
-
PdmDpiX= 7¶
-
PdmDpiY= 8¶
-
PdmHeight= 2¶
-
PdmHeightMM= 4¶
-
PdmNumColors= 5¶
-
PdmPhysicalDpiX= 9¶
-
PdmPhysicalDpiY= 10¶
-
PdmWidth= 1¶
-
PdmWidthMM= 3¶
-
class
RenderFlag¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x3c52688>¶
-
-
class
RenderFlags¶ Bases:
sip.simplewrapperQWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag]) QWidget.RenderFlags(QWidget.RenderFlags)
-
__init__¶ Initialize self. See help(type(self)) for accurate signature.
-
-
class
ToolButtonPopupMode¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x3c4e108>¶
-
-
acceptDrops(self) → bool¶
-
accessibleDescription(self) → str¶
-
accessibleName(self) → str¶
-
actionEvent(self, QActionEvent)¶
-
actions(self) → List[QAction]¶
-
activateWindow(self)¶
-
addAction(self, QAction)¶
-
addActions(self, Iterable[QAction])¶
-
adjustSize(self)¶
-
animateClick(self, msecs: int = 100)¶
-
arrowType(self) → Qt.ArrowType¶
-
autoExclusive(self) → bool¶
-
autoFillBackground(self) → bool¶
-
autoRaise(self) → bool¶
-
autoRepeat(self) → bool¶
-
autoRepeatDelay(self) → int¶
-
autoRepeatInterval(self) → int¶
-
backgroundRole(self) → QPalette.ColorRole¶
-
baseSize(self) → QSize¶
-
blockSignals(self, bool) → bool¶
-
changeEvent(self, QEvent)¶
-
checkStateSet(self)¶
-
childAt(self, QPoint) → QWidget¶ childAt(self, int, int) -> QWidget
-
childEvent(self, QChildEvent)¶
-
children(self) → List[QObject]¶
-
childrenRect(self) → QRect¶
-
childrenRegion(self) → QRegion¶
-
clearFocus(self)¶
-
clearMask(self)¶
-
click(self)¶
-
clicked¶ clicked(self, checked: bool = False) [signal]
-
close(self) → bool¶
-
closeEvent(self, QCloseEvent)¶
-
colorCount(self) → int¶
-
connectNotify(self, QMetaMethod)¶
-
contentsMargins(self) → QMargins¶
-
contentsRect(self) → QRect¶
-
contextMenuEvent(self, QContextMenuEvent)¶
-
contextMenuPolicy(self) → Qt.ContextMenuPolicy¶
-
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)¶
-
createWindowContainer(QWindow, parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = 0) → QWidget¶
-
cursor(self) → QCursor¶
-
customContextMenuRequested¶ customContextMenuRequested(self, QPoint) [signal]
-
customEvent(self, QEvent)¶
-
defaultAction(self) → QAction¶
-
deleteLater(self)¶
-
depth(self) → int¶
-
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)¶
-
destroyed¶ destroyed(self, object: QObject = None) [signal]
-
devType(self) → int¶
-
devicePixelRatio(self) → int¶
-
devicePixelRatioF(self) → float¶
-
devicePixelRatioFScale() → float¶
-
disconnect(self)¶
-
disconnectNotify(self, QMetaMethod)¶
-
dragEnterEvent(self, QDragEnterEvent)¶
-
dragLeaveEvent(self, QDragLeaveEvent)¶
-
dragMoveEvent(self, QDragMoveEvent)¶
-
dropEvent(self, QDropEvent)¶
-
dumpObjectInfo(self)¶
-
dumpObjectTree(self)¶
-
dynamicPropertyNames(self) → List[QByteArray]¶
-
effectiveWinId(self) → sip.voidptr¶
-
ensurePolished(self)¶
-
enterEvent(self, QEvent)¶
-
event(self, QEvent) → bool¶
-
eventFilter(self, QObject, QEvent) → bool¶
-
find(sip.voidptr) → QWidget¶
-
findChild(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) → QObject¶ findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
-
findChildren(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) → List[QObject]¶ findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
-
focusInEvent(self, QFocusEvent)¶
-
focusNextChild(self) → bool¶
-
focusNextPrevChild(self, bool) → bool¶
-
focusOutEvent(self, QFocusEvent)¶
-
focusPolicy(self) → Qt.FocusPolicy¶
-
focusPreviousChild(self) → bool¶
-
focusProxy(self) → QWidget¶
-
focusWidget(self) → QWidget¶
-
font(self) → QFont¶
-
fontInfo(self) → QFontInfo¶
-
fontMetrics(self) → QFontMetrics¶
-
foregroundRole(self) → QPalette.ColorRole¶
-
frameGeometry(self) → QRect¶
-
frameSize(self) → QSize¶
-
geometry(self) → QRect¶
-
getContentsMargins(self) → Tuple[int, int, int, int]¶
-
grab(self, rectangle: QRect = QRect(QPoint(0, 0), QSize(-1, -1))) → QPixmap¶
-
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())¶
-
grabKeyboard(self)¶
-
grabMouse(self)¶ grabMouse(self, Union[QCursor, Qt.CursorShape])
-
grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut) → int¶
-
graphicsEffect(self) → QGraphicsEffect¶
-
graphicsProxyWidget(self) → QGraphicsProxyWidget¶
-
group(self) → QButtonGroup¶
-
hasFocus(self) → bool¶
-
hasHeightForWidth(self) → bool¶
-
hasMouseTracking(self) → bool¶
-
hasTabletTracking(self) → bool¶
-
height(self) → int¶
-
heightForWidth(self, int) → int¶
-
heightMM(self) → int¶
-
hide(self)¶
-
hideEvent(self, QHideEvent)¶
-
hitButton(self, QPoint) → bool¶
-
icon(self) → QIcon¶
-
iconSize(self) → QSize¶
-
inherits(self, str) → bool¶
-
initPainter(self, QPainter)¶
-
initStyleOption(self, QStyleOptionToolButton)¶
-
inputMethodEvent(self, QInputMethodEvent)¶
-
inputMethodHints(self) → Qt.InputMethodHints¶
-
inputMethodQuery(self, Qt.InputMethodQuery) → Any¶
-
insertAction(self, QAction, QAction)¶
-
insertActions(self, QAction, Iterable[QAction])¶
-
installEventFilter(self, QObject)¶
-
isActiveWindow(self) → bool¶
-
isAncestorOf(self, QWidget) → bool¶
-
isCheckable(self) → bool¶
-
isChecked(self) → bool¶
-
isDown(self) → bool¶
-
isEnabled(self) → bool¶
-
isEnabledTo(self, QWidget) → bool¶
-
isFullScreen(self) → bool¶
-
isHidden(self) → bool¶
-
isLeftToRight(self) → bool¶
-
isMaximized(self) → bool¶
-
isMinimized(self) → bool¶
-
isModal(self) → bool¶
-
isRightToLeft(self) → bool¶
-
isSignalConnected(self, QMetaMethod) → bool¶
-
isVisible(self) → bool¶
-
isVisibleTo(self, QWidget) → bool¶
-
isWidgetType(self) → bool¶
-
isWindow(self) → bool¶
-
isWindowModified(self) → bool¶
-
isWindowType(self) → bool¶
-
keyPressEvent(self, QKeyEvent)¶
-
keyReleaseEvent(self, QKeyEvent)¶
-
keyboardGrabber() → QWidget¶
-
killTimer(self, int)¶
-
layout(self) → QLayout¶
-
layoutDirection(self) → Qt.LayoutDirection¶
-
leaveEvent(self, QEvent)¶
-
locale(self) → QLocale¶
-
logicalDpiX(self) → int¶
-
logicalDpiY(self) → int¶
-
lower(self)¶
-
mapFrom(self, QWidget, QPoint) → QPoint¶
-
mapFromGlobal(self, QPoint) → QPoint¶
-
mapFromParent(self, QPoint) → QPoint¶
-
mapTo(self, QWidget, QPoint) → QPoint¶
-
mapToGlobal(self, QPoint) → QPoint¶
-
mapToParent(self, QPoint) → QPoint¶
-
mask(self) → QRegion¶
-
maximumHeight(self) → int¶
-
maximumSize(self) → QSize¶
-
maximumWidth(self) → int¶
-
metaObject(self) → QMetaObject¶
-
metric(self, QPaintDevice.PaintDeviceMetric) → int¶
-
minimumHeight(self) → int¶
-
minimumSize(self) → QSize¶
-
minimumSizeHint(self) → QSize¶
-
minimumWidth(self) → int¶
-
mouseDoubleClickEvent(self, QMouseEvent)¶
-
mouseGrabber() → QWidget¶
-
mouseMoveEvent(self, QMouseEvent)¶
-
mousePressEvent(self, QMouseEvent)¶
-
mouseReleaseEvent(self, QMouseEvent)¶
-
move(self, QPoint)¶ move(self, int, int)
-
moveEvent(self, QMoveEvent)¶
-
moveToThread(self, QThread)¶
-
nativeEvent(self, Union[QByteArray, bytes, bytearray], sip.voidptr) → Tuple[bool, int]¶
-
nativeParentWidget(self) → QWidget¶
-
nextCheckState(self)¶
-
nextInFocusChain(self) → QWidget¶
-
normalGeometry(self) → QRect¶
-
objectName(self) → str¶
-
objectNameChanged¶ objectNameChanged(self, str) [signal]
-
overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
paintEngine(self) → QPaintEngine¶
-
paintEvent(self, QPaintEvent)¶
-
paintingActive(self) → bool¶
-
palette(self) → QPalette¶
-
parent(self) → QObject¶
-
parentWidget(self) → QWidget¶
-
physicalDpiX(self) → int¶
-
physicalDpiY(self) → int¶
-
popupMode(self) → QToolButton.ToolButtonPopupMode¶
-
pos(self) → QPoint¶
-
pressed¶ pressed(self) [signal]
-
previousInFocusChain(self) → QWidget¶
-
property(self, str) → Any¶
-
pyqtConfigure(...)¶ Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
-
raise_(self)¶
-
receivers(self, PYQT_SIGNAL) → int¶
-
rect(self) → QRect¶
-
releaseKeyboard(self)¶
-
releaseMouse(self)¶
-
releaseShortcut(self, int)¶
-
released¶ released(self) [signal]
-
removeAction(self, QAction)¶
-
removeEventFilter(self, QObject)¶
-
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))¶ render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))
-
repaint(self)¶ repaint(self, int, int, int, int) repaint(self, QRect) repaint(self, QRegion)
-
resize(self, QSize)¶ resize(self, int, int)
-
resizeEvent(self, QResizeEvent)¶
-
restoreGeometry(self, Union[QByteArray, bytes, bytearray]) → bool¶
-
saveGeometry(self) → QByteArray¶
-
scroll(self, int, int)¶ scroll(self, int, int, QRect)
-
sender(self) → QObject¶
-
senderSignalIndex(self) → int¶
-
setAcceptDrops(self, bool)¶
-
setAccessibleDescription(self, str)¶
-
setAccessibleName(self, str)¶
-
setArrowType(self, Qt.ArrowType)¶
-
setAttribute(self, Qt.WidgetAttribute, on: bool = True)¶
-
setAutoExclusive(self, bool)¶
-
setAutoFillBackground(self, bool)¶
-
setAutoRaise(self, bool)¶
-
setAutoRepeat(self, bool)¶
-
setAutoRepeatDelay(self, int)¶
-
setAutoRepeatInterval(self, int)¶
-
setBackgroundRole(self, QPalette.ColorRole)¶
-
setBaseSize(self, int, int)¶ setBaseSize(self, QSize)
-
setCheckable(self, bool)¶
-
setChecked(self, bool)¶
-
setContentsMargins(self, int, int, int, int)¶ setContentsMargins(self, QMargins)
-
setContextMenuPolicy(self, Qt.ContextMenuPolicy)¶
-
setCursor(self, Union[QCursor, Qt.CursorShape])¶
-
setDefaultAction(self, QAction)¶
-
setDisabled(self, bool)¶
-
setDown(self, bool)¶
-
setEnabled(self, bool)¶
-
setFixedHeight(self, int)¶
-
setFixedSize(self, QSize)¶ setFixedSize(self, int, int)
-
setFixedWidth(self, int)¶
-
setFocus(self)¶ setFocus(self, Qt.FocusReason)
-
setFocusPolicy(self, Qt.FocusPolicy)¶
-
setFocusProxy(self, QWidget)¶
-
setFont(self, QFont)¶
-
setForegroundRole(self, QPalette.ColorRole)¶
-
setGeometry(self, QRect)¶ setGeometry(self, int, int, int, int)
-
setGraphicsEffect(self, QGraphicsEffect)¶
-
setHidden(self, bool)¶
-
setIcon(self, QIcon)¶
-
setIconSize(self, QSize)¶
-
setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])¶
-
setLayout(self, QLayout)¶
-
setLayoutDirection(self, Qt.LayoutDirection)¶
-
setLocale(self, QLocale)¶
-
setMask(self, QBitmap)¶ setMask(self, QRegion)
-
setMaximumHeight(self, int)¶
-
setMaximumSize(self, int, int)¶ setMaximumSize(self, QSize)
-
setMaximumWidth(self, int)¶
-
setMenu(self, QMenu)¶
-
setMinimumHeight(self, int)¶
-
setMinimumSize(self, int, int)¶ setMinimumSize(self, QSize)
-
setMinimumWidth(self, int)¶
-
setMouseTracking(self, bool)¶
-
setObjectName(self, str)¶
-
setPalette(self, QPalette)¶
-
setParent(self, QWidget)¶ setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])
-
setPopupMode(self, QToolButton.ToolButtonPopupMode)¶
-
setProperty(self, str, Any) → bool¶
-
setShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int])¶
-
setShortcutAutoRepeat(self, int, enabled: bool = True)¶
-
setShortcutEnabled(self, int, enabled: bool = True)¶
-
setSizeIncrement(self, int, int)¶ setSizeIncrement(self, QSize)
-
setSizePolicy(self, QSizePolicy)¶ setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)
-
setStatusTip(self, str)¶
-
setStyle(self, QStyle)¶
-
setStyleSheet(self, str)¶
-
setTabOrder(QWidget, QWidget)¶
-
setTabletTracking(self, bool)¶
-
setText(self, str)¶
-
setToolButtonStyle(self, Qt.ToolButtonStyle)¶
-
setToolTip(self, str)¶
-
setToolTipDuration(self, int)¶
-
setUpdatesEnabled(self, bool)¶
-
setVisible(self, bool)¶
-
setWhatsThis(self, str)¶
-
setWindowFilePath(self, str)¶
-
setWindowFlag(self, Qt.WindowType, on: bool = True)¶
-
setWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
setWindowIcon(self, QIcon)¶
-
setWindowIconText(self, str)¶
-
setWindowModality(self, Qt.WindowModality)¶
-
setWindowModified(self, bool)¶
-
setWindowOpacity(self, float)¶
-
setWindowRole(self, str)¶
-
setWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
setWindowTitle(self, str)¶
-
shortcut(self) → QKeySequence¶
-
show(self)¶
-
showEvent(self, QShowEvent)¶
-
showFullScreen(self)¶
-
showMaximized(self)¶
-
showMenu(self)¶
-
showMinimized(self)¶
-
showNormal(self)¶
-
signalsBlocked(self) → bool¶
-
size(self) → QSize¶
-
sizeHint(self) → QSize¶
-
sizeIncrement(self) → QSize¶
-
sizePolicy(self) → QSizePolicy¶
-
stackUnder(self, QWidget)¶
-
startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer) → int¶
-
staticMetaObject= <PyQt5.QtCore.QMetaObject object>¶
-
statusTip(self) → str¶
-
style(self) → QStyle¶
-
styleSheet(self) → str¶
-
tabletEvent(self, QTabletEvent)¶
-
testAttribute(self, Qt.WidgetAttribute) → bool¶
-
text(self) → str¶
-
thread(self) → QThread¶
-
timerEvent(self, QTimerEvent)¶
-
toggle(self)¶
-
toggled¶ toggled(self, bool) [signal]
-
toolButtonStyle(self) → Qt.ToolButtonStyle¶
-
toolTip(self) → str¶
-
toolTipDuration(self) → int¶
-
tr(self, str, disambiguation: str = None, n: int = -1) → str¶
-
triggered¶ triggered(self, QAction) [signal]
-
underMouse(self) → bool¶
-
ungrabGesture(self, Qt.GestureType)¶
-
unsetCursor(self)¶
-
unsetLayoutDirection(self)¶
-
unsetLocale(self)¶
-
update(self)¶ update(self, QRect) update(self, QRegion) update(self, int, int, int, int)
-
updateGeometry(self)¶
-
updateMicroFocus(self)¶
-
updatesEnabled(self) → bool¶
-
visibleRegion(self) → QRegion¶
-
whatsThis(self) → str¶
-
wheelEvent(self, QWheelEvent)¶
-
width(self) → int¶
-
widthMM(self) → int¶
-
winId(self) → sip.voidptr¶
-
window(self) → QWidget¶
-
windowFilePath(self) → str¶
-
windowFlags(self) → Qt.WindowFlags¶
-
windowHandle(self) → QWindow¶
-
windowIcon(self) → QIcon¶
-
windowIconChanged¶ windowIconChanged(self, QIcon) [signal]
-
windowIconText(self) → str¶
-
windowIconTextChanged¶ windowIconTextChanged(self, str) [signal]
-
windowModality(self) → Qt.WindowModality¶
-
windowOpacity(self) → float¶
-
windowRole(self) → str¶
-
windowState(self) → Qt.WindowStates¶
-
windowTitle(self) → str¶
-
windowTitleChanged¶ windowTitleChanged(self, str) [signal]
-
windowType(self) → Qt.WindowType¶
-
x(self) → int¶
-
y(self) → int¶
-
-
class
schrodinger.ui.qt.periodictable.PeriodicTableDialog(parent=None, default_element=6, max_element=118, title='Choose Element', dummy_name='')¶ Bases:
schrodinger.ui.qt.swidgets.SDialogA simple periodic table widget that allows the user to select a single element.
-
ELEMENTS= [('Hydrogen', 'H', 0, 0), ('Helium', 'He', 17, 0), ('Lithium', 'Li', 0, 1), ('Beryllium', 'Be', 1, 1), ('Boron', 'B', 12, 1), ('Carbon', 'C', 13, 1), ('Nitrogen', 'N', 14, 1), ('Oxygen', 'O', 15, 1), ('Fluorine', 'F', 16, 1), ('Neon', 'Ne', 17, 1), ('Sodium', 'Na', 0, 2), ('Magnesium', 'Mg', 1, 2), ('Aluminium', 'Al', 12, 2), ('Silicon', 'Si', 13, 2), ('Phosphorus', 'P', 14, 2), ('Sulphur', 'S', 15, 2), ('Chlorine', 'Cl', 16, 2), ('Argon', 'Ar', 17, 2), ('Potassium', 'K', 0, 3), ('Calcium', 'Ca', 1, 3), ('Scandium', 'Sc', 2, 3), ('Titanium', 'Ti', 3, 3), ('Vanadium', 'V', 4, 3), ('Chromium', 'Cr', 5, 3), ('Manganese', 'Mn', 6, 3), ('Iron', 'Fe', 7, 3), ('Cobalt', 'Co', 8, 3), ('Nickel', 'Ni', 9, 3), ('Copper', 'Cu', 10, 3), ('Zinc', 'Zn', 11, 3), ('Gallium', 'Ga', 12, 3), ('Germanium', 'Ge', 13, 3), ('Arsenic', 'As', 14, 3), ('Selenium', 'Se', 15, 3), ('Bromine', 'Br', 16, 3), ('Krypton', 'Kr', 17, 3), ('Rubidium', 'Rb', 0, 4), ('Strontium', 'Sr', 1, 4), ('Yttrium', 'Y', 2, 4), ('Zirconium', 'Zr', 3, 4), ('Niobium', 'Nb', 4, 4), ('Molybdenum', 'Mo', 5, 4), ('Technetium', 'Tc', 6, 4), ('Ruthenium', 'Ru', 7, 4), ('Rhodium', 'Rh', 8, 4), ('Palladium', 'Pd', 9, 4), ('Silver', 'Ag', 10, 4), ('Cadmium', 'Cd', 11, 4), ('Indium', 'In', 12, 4), ('Tin', 'Sn', 13, 4), ('Antimony', 'Sb', 14, 4), ('Tellurium', 'Te', 15, 4), ('Iodine', 'I', 16, 4), ('Xenon', 'Xe', 17, 4), ('Cesium', 'Cs', 0, 5), ('Barium', 'Ba', 1, 5), ('Lanthanum', 'La', 2, 5), ('Cerium', 'Ce', 3, 9), ('Praseodymium', 'Pr', 4, 9), ('Neodymium', 'Nd', 5, 9), ('Promethium', 'Pm', 6, 9), ('Samarium', 'Sm', 7, 9), ('Europium', 'Eu', 8, 9), ('Gadolinium', 'Gd', 9, 9), ('Terbium', 'Tb', 10, 9), ('Dysprosium', 'Dy', 11, 9), ('Holmium', 'Ho', 12, 9), ('Erbium', 'Er', 13, 9), ('Thulium', 'Tm', 14, 9), ('Ytterbium', 'Yb', 15, 9), ('Lutetium', 'Lu', 16, 9), ('Hafnium', 'Hf', 3, 5), ('Tantalum', 'Ta', 4, 5), ('Tungsten', 'W', 5, 5), ('Rhenium', 'Re', 6, 5), ('Osmium', 'Os', 7, 5), ('Iridium', 'Ir', 8, 5), ('Platinum', 'Pt', 9, 5), ('Gold', 'Au', 10, 5), ('Mercury', 'Hg', 11, 5), ('Thallium', 'Tl', 12, 5), ('Lead', 'Pb', 13, 5), ('Bismuth', 'Bi', 14, 5), ('Polonium', 'Po', 15, 5), ('Astatine', 'At', 16, 5), ('Radon', 'Rn', 17, 5), ('Francium', 'Fr', 0, 6), ('Radium', 'Ra', 1, 6), ('Actinium', 'Ac', 2, 6), ('Thorium', 'Th', 3, 10), ('Protactinium', 'Pa', 4, 10), ('Uranium', 'U', 5, 10), ('Neptunium', 'Np', 6, 10), ('Plutonium', 'Pu', 7, 10), ('Americium', 'Am', 8, 10), ('Curium', 'Cm', 9, 10), ('Berkelium', 'Bk', 10, 10), ('Californium', 'Cf', 11, 10), ('Einsteinium', 'Es', 12, 10), ('Fermium', 'Fm', 13, 10), ('Mendelevium', 'Md', 14, 10), ('Nobelium', 'No', 15, 10), ('Lawrencium', 'Lr', 16, 10), ('Rutherfordium', 'Rf', 3, 6), ('Dubnium', 'Db', 4, 6), ('Seaborgium', 'Sg', 5, 6), ('Bohrium', 'Bh', 6, 6), ('Hassium', 'Hs', 7, 6), ('Meitnerium', 'Mt', 8, 6), ('Darmstadtium', 'Ds', 9, 6), ('Roentgenium', 'Rg', 10, 6), ('Copernicium', 'Cn', 11, 6), ('Nihonium', 'Nh', 12, 6), ('Flerovium', 'Fl', 13, 6), ('Moscovium', 'Mc', 14, 6), ('Livermorium', 'Lv', 15, 6), ('Tennessine', 'Ts', 16, 6), ('Oganesson', 'Og', 17, 6)]¶
-
DU_SYMBOL= 'DU'¶
-
DU_ELEMENT= -2¶
-
DU_BUTTON_ID= 500¶
-
__init__(parent=None, default_element=6, max_element=118, title='Choose Element', dummy_name='')¶ Create a PeriodicTable instance
Parameters: - parent (QWidget) – Dialog’s parent.
- default_element (int) – Default selected element.
- max_element (int) – Number of elements displayed in the widget.
- title (str) – The Dialog window title
- show_dummy – Dummy name, if showing of dummy element is desired
-
layOut()¶ Lay out the periodic table
Record the element that was just selected by the user
-
showEvent(event)¶ Reimplemented showEvent event. Checks self.current_button.
Parameters: event (QShowEvent) – Show event.
-
getElement()¶ Returns atomic number of a selected element.
Return type: int Returns: Atomic number of a selected element.
-
getSymbol()¶ Returns symbol of a selected element.
Return type: str Returns: Symbol of a selected element.
-
getButtonId()¶ Returns button ID of a selected element.
Return type: int Returns: Button ID
-
Accepted= 1¶
-
class
DialogCode¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x3be3928>¶
-
-
DrawChildren= 2¶
-
DrawWindowBackground= 1¶
-
IgnoreMask= 4¶
-
class
PaintDeviceMetric¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x35979f8>¶
-
-
PdmDepth= 6¶
-
PdmDevicePixelRatio= 11¶
-
PdmDevicePixelRatioScaled= 12¶
-
PdmDpiX= 7¶
-
PdmDpiY= 8¶
-
PdmHeight= 2¶
-
PdmHeightMM= 4¶
-
PdmNumColors= 5¶
-
PdmPhysicalDpiX= 9¶
-
PdmPhysicalDpiY= 10¶
-
PdmWidth= 1¶
-
PdmWidthMM= 3¶
-
Rejected= 0¶
-
class
RenderFlag¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x3c52688>¶
-
-
class
RenderFlags¶ Bases:
sip.simplewrapperQWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag]) QWidget.RenderFlags(QWidget.RenderFlags)
-
__init__¶ Initialize self. See help(type(self)) for accurate signature.
-
-
accept(self)¶
-
acceptDrops(self) → bool¶
-
accepted¶ accepted(self) [signal]
-
accessibleDescription(self) → str¶
-
accessibleName(self) → str¶
-
actionEvent(self, QActionEvent)¶
-
actions(self) → List[QAction]¶
-
activateWindow(self)¶
-
addAction(self, QAction)¶
-
addActions(self, Iterable[QAction])¶
-
adjustSize(self)¶
-
autoFillBackground(self) → bool¶
-
backgroundRole(self) → QPalette.ColorRole¶
-
baseSize(self) → QSize¶
-
blockSignals(self, bool) → bool¶
-
changeEvent(self, QEvent)¶
-
childAt(self, QPoint) → QWidget¶ childAt(self, int, int) -> QWidget
-
childEvent(self, QChildEvent)¶
-
children(self) → List[QObject]¶
-
childrenRect(self) → QRect¶
-
childrenRegion(self) → QRegion¶
-
clearFocus(self)¶
-
clearMask(self)¶
-
close(self) → bool¶
-
closeEvent(self, QCloseEvent)¶
-
colorCount(self) → int¶
-
connectNotify(self, QMetaMethod)¶
-
contentsMargins(self) → QMargins¶
-
contentsRect(self) → QRect¶
-
contextMenuEvent(self, QContextMenuEvent)¶
-
contextMenuPolicy(self) → Qt.ContextMenuPolicy¶
-
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)¶
-
createWindowContainer(QWindow, parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = 0) → QWidget¶
-
cursor(self) → QCursor¶
-
customContextMenuRequested¶ customContextMenuRequested(self, QPoint) [signal]
-
customEvent(self, QEvent)¶
-
deleteLater(self)¶
-
depth(self) → int¶
-
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)¶
-
destroyed¶ destroyed(self, object: QObject = None) [signal]
-
devType(self) → int¶
-
devicePixelRatio(self) → int¶
-
devicePixelRatioF(self) → float¶
-
devicePixelRatioFScale() → float¶
-
disconnect(self)¶
-
disconnectNotify(self, QMetaMethod)¶
-
done(self, int)¶
-
dragEnterEvent(self, QDragEnterEvent)¶
-
dragLeaveEvent(self, QDragLeaveEvent)¶
-
dragMoveEvent(self, QDragMoveEvent)¶
-
dropEvent(self, QDropEvent)¶
-
dumpObjectInfo(self)¶
-
dumpObjectTree(self)¶
-
dynamicPropertyNames(self) → List[QByteArray]¶
-
effectiveWinId(self) → sip.voidptr¶
-
ensurePolished(self)¶
-
enterEvent(self, QEvent)¶
-
error(msg)¶ Display an error dialog with a message
Parameters: msg (str) – The message to display in the error dialog
-
event(self, QEvent) → bool¶
-
eventFilter(self, QObject, QEvent) → bool¶
-
exec(self) → int¶
-
exec_(self) → int¶
-
find(sip.voidptr) → QWidget¶
-
findChild(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) → QObject¶ findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
-
findChildren(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) → List[QObject]¶ findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
-
finished¶ finished(self, int) [signal]
-
focusInEvent(self, QFocusEvent)¶
-
focusNextChild(self) → bool¶
-
focusNextPrevChild(self, bool) → bool¶
-
focusOutEvent(self, QFocusEvent)¶
-
focusPolicy(self) → Qt.FocusPolicy¶
-
focusPreviousChild(self) → bool¶
-
focusProxy(self) → QWidget¶
-
focusWidget(self) → QWidget¶
-
font(self) → QFont¶
-
fontInfo(self) → QFontInfo¶
-
fontMetrics(self) → QFontMetrics¶
-
foregroundRole(self) → QPalette.ColorRole¶
-
frameGeometry(self) → QRect¶
-
frameSize(self) → QSize¶
-
geometry(self) → QRect¶
-
getContentsMargins(self) → Tuple[int, int, int, int]¶
-
giveHelp()¶ Display the help topic for this dialog
-
grab(self, rectangle: QRect = QRect(QPoint(0, 0), QSize(-1, -1))) → QPixmap¶
-
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())¶
-
grabKeyboard(self)¶
-
grabMouse(self)¶ grabMouse(self, Union[QCursor, Qt.CursorShape])
-
grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut) → int¶
-
graphicsEffect(self) → QGraphicsEffect¶
-
graphicsProxyWidget(self) → QGraphicsProxyWidget¶
-
hasFocus(self) → bool¶
-
hasHeightForWidth(self) → bool¶
-
hasMouseTracking(self) → bool¶
-
hasTabletTracking(self) → bool¶
-
height(self) → int¶
-
heightForWidth(self, int) → int¶
-
heightMM(self) → int¶
-
hide(self)¶
-
hideEvent(self, QHideEvent)¶
-
info(msg)¶ Display an information dialog with a message
Parameters: msg (str) – The message to display in the information dialog
-
inherits(self, str) → bool¶
-
initPainter(self, QPainter)¶
-
inputMethodEvent(self, QInputMethodEvent)¶
-
inputMethodHints(self) → Qt.InputMethodHints¶
-
inputMethodQuery(self, Qt.InputMethodQuery) → Any¶
-
insertAction(self, QAction, QAction)¶
-
insertActions(self, QAction, Iterable[QAction])¶
-
installEventFilter(self, QObject)¶
-
isActiveWindow(self) → bool¶
-
isAncestorOf(self, QWidget) → bool¶
-
isEnabled(self) → bool¶
-
isEnabledTo(self, QWidget) → bool¶
-
isFullScreen(self) → bool¶
-
isHidden(self) → bool¶
-
isLeftToRight(self) → bool¶
-
isMaximized(self) → bool¶
-
isMinimized(self) → bool¶
-
isModal(self) → bool¶
-
isRightToLeft(self) → bool¶
-
isSignalConnected(self, QMetaMethod) → bool¶
-
isSizeGripEnabled(self) → bool¶
-
isVisible(self) → bool¶
-
isVisibleTo(self, QWidget) → bool¶
-
isWidgetType(self) → bool¶
-
isWindow(self) → bool¶
-
isWindowModified(self) → bool¶
-
isWindowType(self) → bool¶
-
keyPressEvent(self, QKeyEvent)¶
-
keyReleaseEvent(self, QKeyEvent)¶
-
keyboardGrabber() → QWidget¶
-
killTimer(self, int)¶
-
layout(self) → QLayout¶
-
layoutDirection(self) → Qt.LayoutDirection¶
-
leaveEvent(self, QEvent)¶
-
locale(self) → QLocale¶
-
logicalDpiX(self) → int¶
-
logicalDpiY(self) → int¶
-
lower(self)¶
-
mapFrom(self, QWidget, QPoint) → QPoint¶
-
mapFromGlobal(self, QPoint) → QPoint¶
-
mapFromParent(self, QPoint) → QPoint¶
-
mapTo(self, QWidget, QPoint) → QPoint¶
-
mapToGlobal(self, QPoint) → QPoint¶
-
mapToParent(self, QPoint) → QPoint¶
-
mask(self) → QRegion¶
-
maximumHeight(self) → int¶
-
maximumSize(self) → QSize¶
-
maximumWidth(self) → int¶
-
metaObject(self) → QMetaObject¶
-
metric(self, QPaintDevice.PaintDeviceMetric) → int¶
-
minimumHeight(self) → int¶
-
minimumSize(self) → QSize¶
-
minimumSizeHint(self) → QSize¶
-
minimumWidth(self) → int¶
-
mouseDoubleClickEvent(self, QMouseEvent)¶
-
mouseGrabber() → QWidget¶
-
mouseMoveEvent(self, QMouseEvent)¶
-
mousePressEvent(self, QMouseEvent)¶
-
mouseReleaseEvent(self, QMouseEvent)¶
-
move(self, QPoint)¶ move(self, int, int)
-
moveEvent(self, QMoveEvent)¶
-
moveToThread(self, QThread)¶
-
nativeEvent(self, Union[QByteArray, bytes, bytearray], sip.voidptr) → Tuple[bool, int]¶
-
nativeParentWidget(self) → QWidget¶
-
nextInFocusChain(self) → QWidget¶
-
normalGeometry(self) → QRect¶
-
objectName(self) → str¶
-
objectNameChanged¶ objectNameChanged(self, str) [signal]
-
open(self)¶
-
overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
paintEngine(self) → QPaintEngine¶
-
paintEvent(self, QPaintEvent)¶
-
paintingActive(self) → bool¶
-
palette(self) → QPalette¶
-
parent(self) → QObject¶
-
parentWidget(self) → QWidget¶
-
physicalDpiX(self) → int¶
-
physicalDpiY(self) → int¶
-
pos(self) → QPoint¶
-
previousInFocusChain(self) → QWidget¶
-
property(self, str) → Any¶
-
pyqtConfigure(...)¶ Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
-
raise_(self)¶
-
receivers(self, PYQT_SIGNAL) → int¶
-
rect(self) → QRect¶
-
reject(self)¶
-
rejected¶ rejected(self) [signal]
-
releaseKeyboard(self)¶
-
releaseMouse(self)¶
-
releaseShortcut(self, int)¶
-
removeAction(self, QAction)¶
-
removeEventFilter(self, QObject)¶
-
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))¶ render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))
-
repaint(self)¶ repaint(self, int, int, int, int) repaint(self, QRect) repaint(self, QRegion)
-
reset()¶ Reset the panel when the Reset button is pressed. Must be re-implemented in a subclass
-
resize(self, QSize)¶ resize(self, int, int)
-
resizeEvent(self, QResizeEvent)¶
-
restoreGeometry(self, Union[QByteArray, bytes, bytearray]) → bool¶
-
result(self) → int¶
-
saveGeometry(self) → QByteArray¶
-
scroll(self, int, int)¶ scroll(self, int, int, QRect)
-
sender(self) → QObject¶
-
senderSignalIndex(self) → int¶
-
setAcceptDrops(self, bool)¶
-
setAccessibleDescription(self, str)¶
-
setAccessibleName(self, str)¶
-
setAttribute(self, Qt.WidgetAttribute, on: bool = True)¶
-
setAutoFillBackground(self, bool)¶
-
setBackgroundRole(self, QPalette.ColorRole)¶
-
setBaseSize(self, int, int)¶ setBaseSize(self, QSize)
-
setContentsMargins(self, int, int, int, int)¶ setContentsMargins(self, QMargins)
-
setContextMenuPolicy(self, Qt.ContextMenuPolicy)¶
-
setCursor(self, Union[QCursor, Qt.CursorShape])¶
-
setDisabled(self, bool)¶
-
setEnabled(self, bool)¶
-
setFixedHeight(self, int)¶
-
setFixedSize(self, QSize)¶ setFixedSize(self, int, int)
-
setFixedWidth(self, int)¶
-
setFocus(self)¶ setFocus(self, Qt.FocusReason)
-
setFocusPolicy(self, Qt.FocusPolicy)¶
-
setFocusProxy(self, QWidget)¶
-
setFont(self, QFont)¶
-
setForegroundRole(self, QPalette.ColorRole)¶
-
setGeometry(self, QRect)¶ setGeometry(self, int, int, int, int)
-
setGraphicsEffect(self, QGraphicsEffect)¶
-
setHidden(self, bool)¶
-
setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])¶
-
setLayout(self, QLayout)¶
-
setLayoutDirection(self, Qt.LayoutDirection)¶
-
setLocale(self, QLocale)¶
-
setMask(self, QBitmap)¶ setMask(self, QRegion)
-
setMaximumHeight(self, int)¶
-
setMaximumSize(self, int, int)¶ setMaximumSize(self, QSize)
-
setMaximumWidth(self, int)¶
-
setMinimumHeight(self, int)¶
-
setMinimumSize(self, int, int)¶ setMinimumSize(self, QSize)
-
setMinimumWidth(self, int)¶
-
setModal(self, bool)¶
-
setMouseTracking(self, bool)¶
-
setObjectName(self, str)¶
-
setPalette(self, QPalette)¶
-
setParent(self, QWidget)¶ setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])
-
setProperty(self, str, Any) → bool¶
-
setResult(self, int)¶
-
setShortcutAutoRepeat(self, int, enabled: bool = True)¶
-
setShortcutEnabled(self, int, enabled: bool = True)¶
-
setSizeGripEnabled(self, bool)¶
-
setSizeIncrement(self, int, int)¶ setSizeIncrement(self, QSize)
-
setSizePolicy(self, QSizePolicy)¶ setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)
-
setStatusTip(self, str)¶
-
setStyle(self, QStyle)¶
-
setStyleSheet(self, str)¶
-
setTabOrder(QWidget, QWidget)¶
-
setTabletTracking(self, bool)¶
-
setToolTip(self, str)¶
-
setToolTipDuration(self, int)¶
-
setUpdatesEnabled(self, bool)¶
-
setVisible(self, bool)¶
-
setWhatsThis(self, str)¶
-
setWindowFilePath(self, str)¶
-
setWindowFlag(self, Qt.WindowType, on: bool = True)¶
-
setWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
setWindowIcon(self, QIcon)¶
-
setWindowIconText(self, str)¶
-
setWindowModality(self, Qt.WindowModality)¶
-
setWindowModified(self, bool)¶
-
setWindowOpacity(self, float)¶
-
setWindowRole(self, str)¶
-
setWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
setWindowTitle(self, str)¶
-
show(self)¶
-
showFullScreen(self)¶
-
showMaximized(self)¶
-
showMinimized(self)¶
-
showNormal(self)¶
-
signalsBlocked(self) → bool¶
-
size(self) → QSize¶
-
sizeHint(self) → QSize¶
-
sizeIncrement(self) → QSize¶
-
sizePolicy(self) → QSizePolicy¶
-
stackUnder(self, QWidget)¶
-
startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer) → int¶
-
staticMetaObject= <PyQt5.QtCore.QMetaObject object>¶
-
statusTip(self) → str¶
-
style(self) → QStyle¶
-
styleSheet(self) → str¶
-
tabletEvent(self, QTabletEvent)¶
-
testAttribute(self, Qt.WidgetAttribute) → bool¶
-
thread(self) → QThread¶
-
timerEvent(self, QTimerEvent)¶
-
toolTip(self) → str¶
-
toolTipDuration(self) → int¶
-
tr(self, str, disambiguation: str = None, n: int = -1) → str¶
-
underMouse(self) → bool¶
-
ungrabGesture(self, Qt.GestureType)¶
-
unsetCursor(self)¶
-
unsetLayoutDirection(self)¶
-
unsetLocale(self)¶
-
update(self)¶ update(self, QRect) update(self, QRegion) update(self, int, int, int, int)
-
updateGeometry(self)¶
-
updateMicroFocus(self)¶
-
updatesEnabled(self) → bool¶
-
visibleRegion(self) → QRegion¶
-
warning(msg)¶ Display a warning dialog with a message
Parameters: msg (str) – The message to display in the warning dialog
-
whatsThis(self) → str¶
-
wheelEvent(self, QWheelEvent)¶
-
width(self) → int¶
-
widthMM(self) → int¶
-
winId(self) → sip.voidptr¶
-
window(self) → QWidget¶
-
windowFilePath(self) → str¶
-
windowFlags(self) → Qt.WindowFlags¶
-
windowHandle(self) → QWindow¶
-
windowIcon(self) → QIcon¶
-
windowIconChanged¶ windowIconChanged(self, QIcon) [signal]
-
windowIconText(self) → str¶
-
windowIconTextChanged¶ windowIconTextChanged(self, str) [signal]
-
windowModality(self) → Qt.WindowModality¶
-
windowOpacity(self) → float¶
-
windowRole(self) → str¶
-
windowState(self) → Qt.WindowStates¶
-
windowTitle(self) → str¶
-
windowTitleChanged¶ windowTitleChanged(self, str) [signal]
-
windowType(self) → Qt.WindowType¶
-
x(self) → int¶
-
y(self) → int¶
-
-
class
schrodinger.ui.qt.periodictable.PeriodicTableDialogSingleClick(parent=None, default_element=6, max_element=118, title='Choose Element')¶ Bases:
schrodinger.ui.qt.periodictable.PeriodicTableDialogThis provides a version of the Periodic Table widget that doesn’t have OK/Cancel buttons, and will emit a signal and close itself when an element is toggled.
-
elementSelected¶
-
__init__(parent=None, default_element=6, max_element=118, title='Choose Element')¶ Create a PeriodicTable instance
Parameters: - parent (QWidget) – Dialog’s parent.
- default_element (int) – Default selected element.
- max_element (int) – Number of elements displayed in the widget.
- title (str) – The Dialog window title
- show_dummy – Dummy name, if showing of dummy element is desired
-
emitElementSelected(button_index)¶
-
Accepted= 1¶
-
DU_BUTTON_ID= 500¶
-
DU_ELEMENT= -2¶
-
DU_SYMBOL= 'DU'¶
-
class
DialogCode¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x3be3928>¶
-
-
DrawChildren= 2¶
-
DrawWindowBackground= 1¶
-
ELEMENTS= [('Hydrogen', 'H', 0, 0), ('Helium', 'He', 17, 0), ('Lithium', 'Li', 0, 1), ('Beryllium', 'Be', 1, 1), ('Boron', 'B', 12, 1), ('Carbon', 'C', 13, 1), ('Nitrogen', 'N', 14, 1), ('Oxygen', 'O', 15, 1), ('Fluorine', 'F', 16, 1), ('Neon', 'Ne', 17, 1), ('Sodium', 'Na', 0, 2), ('Magnesium', 'Mg', 1, 2), ('Aluminium', 'Al', 12, 2), ('Silicon', 'Si', 13, 2), ('Phosphorus', 'P', 14, 2), ('Sulphur', 'S', 15, 2), ('Chlorine', 'Cl', 16, 2), ('Argon', 'Ar', 17, 2), ('Potassium', 'K', 0, 3), ('Calcium', 'Ca', 1, 3), ('Scandium', 'Sc', 2, 3), ('Titanium', 'Ti', 3, 3), ('Vanadium', 'V', 4, 3), ('Chromium', 'Cr', 5, 3), ('Manganese', 'Mn', 6, 3), ('Iron', 'Fe', 7, 3), ('Cobalt', 'Co', 8, 3), ('Nickel', 'Ni', 9, 3), ('Copper', 'Cu', 10, 3), ('Zinc', 'Zn', 11, 3), ('Gallium', 'Ga', 12, 3), ('Germanium', 'Ge', 13, 3), ('Arsenic', 'As', 14, 3), ('Selenium', 'Se', 15, 3), ('Bromine', 'Br', 16, 3), ('Krypton', 'Kr', 17, 3), ('Rubidium', 'Rb', 0, 4), ('Strontium', 'Sr', 1, 4), ('Yttrium', 'Y', 2, 4), ('Zirconium', 'Zr', 3, 4), ('Niobium', 'Nb', 4, 4), ('Molybdenum', 'Mo', 5, 4), ('Technetium', 'Tc', 6, 4), ('Ruthenium', 'Ru', 7, 4), ('Rhodium', 'Rh', 8, 4), ('Palladium', 'Pd', 9, 4), ('Silver', 'Ag', 10, 4), ('Cadmium', 'Cd', 11, 4), ('Indium', 'In', 12, 4), ('Tin', 'Sn', 13, 4), ('Antimony', 'Sb', 14, 4), ('Tellurium', 'Te', 15, 4), ('Iodine', 'I', 16, 4), ('Xenon', 'Xe', 17, 4), ('Cesium', 'Cs', 0, 5), ('Barium', 'Ba', 1, 5), ('Lanthanum', 'La', 2, 5), ('Cerium', 'Ce', 3, 9), ('Praseodymium', 'Pr', 4, 9), ('Neodymium', 'Nd', 5, 9), ('Promethium', 'Pm', 6, 9), ('Samarium', 'Sm', 7, 9), ('Europium', 'Eu', 8, 9), ('Gadolinium', 'Gd', 9, 9), ('Terbium', 'Tb', 10, 9), ('Dysprosium', 'Dy', 11, 9), ('Holmium', 'Ho', 12, 9), ('Erbium', 'Er', 13, 9), ('Thulium', 'Tm', 14, 9), ('Ytterbium', 'Yb', 15, 9), ('Lutetium', 'Lu', 16, 9), ('Hafnium', 'Hf', 3, 5), ('Tantalum', 'Ta', 4, 5), ('Tungsten', 'W', 5, 5), ('Rhenium', 'Re', 6, 5), ('Osmium', 'Os', 7, 5), ('Iridium', 'Ir', 8, 5), ('Platinum', 'Pt', 9, 5), ('Gold', 'Au', 10, 5), ('Mercury', 'Hg', 11, 5), ('Thallium', 'Tl', 12, 5), ('Lead', 'Pb', 13, 5), ('Bismuth', 'Bi', 14, 5), ('Polonium', 'Po', 15, 5), ('Astatine', 'At', 16, 5), ('Radon', 'Rn', 17, 5), ('Francium', 'Fr', 0, 6), ('Radium', 'Ra', 1, 6), ('Actinium', 'Ac', 2, 6), ('Thorium', 'Th', 3, 10), ('Protactinium', 'Pa', 4, 10), ('Uranium', 'U', 5, 10), ('Neptunium', 'Np', 6, 10), ('Plutonium', 'Pu', 7, 10), ('Americium', 'Am', 8, 10), ('Curium', 'Cm', 9, 10), ('Berkelium', 'Bk', 10, 10), ('Californium', 'Cf', 11, 10), ('Einsteinium', 'Es', 12, 10), ('Fermium', 'Fm', 13, 10), ('Mendelevium', 'Md', 14, 10), ('Nobelium', 'No', 15, 10), ('Lawrencium', 'Lr', 16, 10), ('Rutherfordium', 'Rf', 3, 6), ('Dubnium', 'Db', 4, 6), ('Seaborgium', 'Sg', 5, 6), ('Bohrium', 'Bh', 6, 6), ('Hassium', 'Hs', 7, 6), ('Meitnerium', 'Mt', 8, 6), ('Darmstadtium', 'Ds', 9, 6), ('Roentgenium', 'Rg', 10, 6), ('Copernicium', 'Cn', 11, 6), ('Nihonium', 'Nh', 12, 6), ('Flerovium', 'Fl', 13, 6), ('Moscovium', 'Mc', 14, 6), ('Livermorium', 'Lv', 15, 6), ('Tennessine', 'Ts', 16, 6), ('Oganesson', 'Og', 17, 6)]¶
-
IgnoreMask= 4¶
-
class
PaintDeviceMetric¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x35979f8>¶
-
-
PdmDepth= 6¶
-
PdmDevicePixelRatio= 11¶
-
PdmDevicePixelRatioScaled= 12¶
-
PdmDpiX= 7¶
-
PdmDpiY= 8¶
-
PdmHeight= 2¶
-
PdmHeightMM= 4¶
-
PdmNumColors= 5¶
-
PdmPhysicalDpiX= 9¶
-
PdmPhysicalDpiY= 10¶
-
PdmWidth= 1¶
-
PdmWidthMM= 3¶
-
Rejected= 0¶
-
class
RenderFlag¶ Bases:
int-
__init__= <method-wrapper '__init__' of sip.enumtype object at 0x3c52688>¶
-
-
class
RenderFlags¶ Bases:
sip.simplewrapperQWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag]) QWidget.RenderFlags(QWidget.RenderFlags)
-
__init__¶ Initialize self. See help(type(self)) for accurate signature.
-
-
accept(self)¶
-
acceptDrops(self) → bool¶
-
accepted¶ accepted(self) [signal]
-
accessibleDescription(self) → str¶
-
accessibleName(self) → str¶
-
actionEvent(self, QActionEvent)¶
-
actions(self) → List[QAction]¶
-
activateWindow(self)¶
-
addAction(self, QAction)¶
-
addActions(self, Iterable[QAction])¶
-
adjustSize(self)¶
-
autoFillBackground(self) → bool¶
-
backgroundRole(self) → QPalette.ColorRole¶
-
baseSize(self) → QSize¶
-
blockSignals(self, bool) → bool¶
Record the element that was just selected by the user
-
changeEvent(self, QEvent)¶
-
childAt(self, QPoint) → QWidget¶ childAt(self, int, int) -> QWidget
-
childEvent(self, QChildEvent)¶
-
children(self) → List[QObject]¶
-
childrenRect(self) → QRect¶
-
childrenRegion(self) → QRegion¶
-
clearFocus(self)¶
-
clearMask(self)¶
-
close(self) → bool¶
-
closeEvent(self, QCloseEvent)¶
-
colorCount(self) → int¶
-
connectNotify(self, QMetaMethod)¶
-
contentsMargins(self) → QMargins¶
-
contentsRect(self) → QRect¶
-
contextMenuEvent(self, QContextMenuEvent)¶
-
contextMenuPolicy(self) → Qt.ContextMenuPolicy¶
-
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)¶
-
createWindowContainer(QWindow, parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = 0) → QWidget¶
-
cursor(self) → QCursor¶
-
customContextMenuRequested¶ customContextMenuRequested(self, QPoint) [signal]
-
customEvent(self, QEvent)¶
-
deleteLater(self)¶
-
depth(self) → int¶
-
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)¶
-
destroyed¶ destroyed(self, object: QObject = None) [signal]
-
devType(self) → int¶
-
devicePixelRatio(self) → int¶
-
devicePixelRatioF(self) → float¶
-
devicePixelRatioFScale() → float¶
-
disconnect(self)¶
-
disconnectNotify(self, QMetaMethod)¶
-
done(self, int)¶
-
dragEnterEvent(self, QDragEnterEvent)¶
-
dragLeaveEvent(self, QDragLeaveEvent)¶
-
dragMoveEvent(self, QDragMoveEvent)¶
-
dropEvent(self, QDropEvent)¶
-
dumpObjectInfo(self)¶
-
dumpObjectTree(self)¶
-
dynamicPropertyNames(self) → List[QByteArray]¶
-
effectiveWinId(self) → sip.voidptr¶
-
ensurePolished(self)¶
-
enterEvent(self, QEvent)¶
-
error(msg)¶ Display an error dialog with a message
Parameters: msg (str) – The message to display in the error dialog
-
event(self, QEvent) → bool¶
-
eventFilter(self, QObject, QEvent) → bool¶
-
exec(self) → int¶
-
exec_(self) → int¶
-
find(sip.voidptr) → QWidget¶
-
findChild(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) → QObject¶ findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
-
findChildren(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) → List[QObject]¶ findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
-
finished¶ finished(self, int) [signal]
-
focusInEvent(self, QFocusEvent)¶
-
focusNextChild(self) → bool¶
-
focusNextPrevChild(self, bool) → bool¶
-
focusOutEvent(self, QFocusEvent)¶
-
focusPolicy(self) → Qt.FocusPolicy¶
-
focusPreviousChild(self) → bool¶
-
focusProxy(self) → QWidget¶
-
focusWidget(self) → QWidget¶
-
font(self) → QFont¶
-
fontInfo(self) → QFontInfo¶
-
fontMetrics(self) → QFontMetrics¶
-
foregroundRole(self) → QPalette.ColorRole¶
-
frameGeometry(self) → QRect¶
-
frameSize(self) → QSize¶
-
geometry(self) → QRect¶
-
getButtonId()¶ Returns button ID of a selected element.
Return type: int Returns: Button ID
-
getContentsMargins(self) → Tuple[int, int, int, int]¶
-
getElement()¶ Returns atomic number of a selected element.
Return type: int Returns: Atomic number of a selected element.
-
getSymbol()¶ Returns symbol of a selected element.
Return type: str Returns: Symbol of a selected element.
-
giveHelp()¶ Display the help topic for this dialog
-
grab(self, rectangle: QRect = QRect(QPoint(0, 0), QSize(-1, -1))) → QPixmap¶
-
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())¶
-
grabKeyboard(self)¶
-
grabMouse(self)¶ grabMouse(self, Union[QCursor, Qt.CursorShape])
-
grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut) → int¶
-
graphicsEffect(self) → QGraphicsEffect¶
-
graphicsProxyWidget(self) → QGraphicsProxyWidget¶
-
hasFocus(self) → bool¶
-
hasHeightForWidth(self) → bool¶
-
hasMouseTracking(self) → bool¶
-
hasTabletTracking(self) → bool¶
-
height(self) → int¶
-
heightForWidth(self, int) → int¶
-
heightMM(self) → int¶
-
hide(self)¶
-
hideEvent(self, QHideEvent)¶
-
info(msg)¶ Display an information dialog with a message
Parameters: msg (str) – The message to display in the information dialog
-
inherits(self, str) → bool¶
-
initPainter(self, QPainter)¶
-
inputMethodEvent(self, QInputMethodEvent)¶
-
inputMethodHints(self) → Qt.InputMethodHints¶
-
inputMethodQuery(self, Qt.InputMethodQuery) → Any¶
-
insertAction(self, QAction, QAction)¶
-
insertActions(self, QAction, Iterable[QAction])¶
-
installEventFilter(self, QObject)¶
-
isActiveWindow(self) → bool¶
-
isAncestorOf(self, QWidget) → bool¶
-
isEnabled(self) → bool¶
-
isEnabledTo(self, QWidget) → bool¶
-
isFullScreen(self) → bool¶
-
isHidden(self) → bool¶
-
isLeftToRight(self) → bool¶
-
isMaximized(self) → bool¶
-
isMinimized(self) → bool¶
-
isModal(self) → bool¶
-
isRightToLeft(self) → bool¶
-
isSignalConnected(self, QMetaMethod) → bool¶
-
isSizeGripEnabled(self) → bool¶
-
isVisible(self) → bool¶
-
isVisibleTo(self, QWidget) → bool¶
-
isWidgetType(self) → bool¶
-
isWindow(self) → bool¶
-
isWindowModified(self) → bool¶
-
isWindowType(self) → bool¶
-
keyPressEvent(self, QKeyEvent)¶
-
keyReleaseEvent(self, QKeyEvent)¶
-
keyboardGrabber() → QWidget¶
-
killTimer(self, int)¶
-
layOut()¶ Lay out the periodic table
-
layout(self) → QLayout¶
-
layoutDirection(self) → Qt.LayoutDirection¶
-
leaveEvent(self, QEvent)¶
-
locale(self) → QLocale¶
-
logicalDpiX(self) → int¶
-
logicalDpiY(self) → int¶
-
lower(self)¶
-
mapFrom(self, QWidget, QPoint) → QPoint¶
-
mapFromGlobal(self, QPoint) → QPoint¶
-
mapFromParent(self, QPoint) → QPoint¶
-
mapTo(self, QWidget, QPoint) → QPoint¶
-
mapToGlobal(self, QPoint) → QPoint¶
-
mapToParent(self, QPoint) → QPoint¶
-
mask(self) → QRegion¶
-
maximumHeight(self) → int¶
-
maximumSize(self) → QSize¶
-
maximumWidth(self) → int¶
-
metaObject(self) → QMetaObject¶
-
metric(self, QPaintDevice.PaintDeviceMetric) → int¶
-
minimumHeight(self) → int¶
-
minimumSize(self) → QSize¶
-
minimumSizeHint(self) → QSize¶
-
minimumWidth(self) → int¶
-
mouseDoubleClickEvent(self, QMouseEvent)¶
-
mouseGrabber() → QWidget¶
-
mouseMoveEvent(self, QMouseEvent)¶
-
mousePressEvent(self, QMouseEvent)¶
-
mouseReleaseEvent(self, QMouseEvent)¶
-
move(self, QPoint)¶ move(self, int, int)
-
moveEvent(self, QMoveEvent)¶
-
moveToThread(self, QThread)¶
-
nativeEvent(self, Union[QByteArray, bytes, bytearray], sip.voidptr) → Tuple[bool, int]¶
-
nativeParentWidget(self) → QWidget¶
-
nextInFocusChain(self) → QWidget¶
-
normalGeometry(self) → QRect¶
-
objectName(self) → str¶
-
objectNameChanged¶ objectNameChanged(self, str) [signal]
-
open(self)¶
-
overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
paintEngine(self) → QPaintEngine¶
-
paintEvent(self, QPaintEvent)¶
-
paintingActive(self) → bool¶
-
palette(self) → QPalette¶
-
parent(self) → QObject¶
-
parentWidget(self) → QWidget¶
-
physicalDpiX(self) → int¶
-
physicalDpiY(self) → int¶
-
pos(self) → QPoint¶
-
previousInFocusChain(self) → QWidget¶
-
property(self, str) → Any¶
-
pyqtConfigure(...)¶ Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
-
raise_(self)¶
-
receivers(self, PYQT_SIGNAL) → int¶
-
rect(self) → QRect¶
-
reject(self)¶
-
rejected¶ rejected(self) [signal]
-
releaseKeyboard(self)¶
-
releaseMouse(self)¶
-
releaseShortcut(self, int)¶
-
removeAction(self, QAction)¶
-
removeEventFilter(self, QObject)¶
-
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))¶ render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))
-
repaint(self)¶ repaint(self, int, int, int, int) repaint(self, QRect) repaint(self, QRegion)
-
reset()¶ Reset the panel when the Reset button is pressed. Must be re-implemented in a subclass
-
resize(self, QSize)¶ resize(self, int, int)
-
resizeEvent(self, QResizeEvent)¶
-
restoreGeometry(self, Union[QByteArray, bytes, bytearray]) → bool¶
-
result(self) → int¶
-
saveGeometry(self) → QByteArray¶
-
scroll(self, int, int)¶ scroll(self, int, int, QRect)
-
sender(self) → QObject¶
-
senderSignalIndex(self) → int¶
-
setAcceptDrops(self, bool)¶
-
setAccessibleDescription(self, str)¶
-
setAccessibleName(self, str)¶
-
setAttribute(self, Qt.WidgetAttribute, on: bool = True)¶
-
setAutoFillBackground(self, bool)¶
-
setBackgroundRole(self, QPalette.ColorRole)¶
-
setBaseSize(self, int, int)¶ setBaseSize(self, QSize)
-
setContentsMargins(self, int, int, int, int)¶ setContentsMargins(self, QMargins)
-
setContextMenuPolicy(self, Qt.ContextMenuPolicy)¶
-
setCursor(self, Union[QCursor, Qt.CursorShape])¶
-
setDisabled(self, bool)¶
-
setEnabled(self, bool)¶
-
setFixedHeight(self, int)¶
-
setFixedSize(self, QSize)¶ setFixedSize(self, int, int)
-
setFixedWidth(self, int)¶
-
setFocus(self)¶ setFocus(self, Qt.FocusReason)
-
setFocusPolicy(self, Qt.FocusPolicy)¶
-
setFocusProxy(self, QWidget)¶
-
setFont(self, QFont)¶
-
setForegroundRole(self, QPalette.ColorRole)¶
-
setGeometry(self, QRect)¶ setGeometry(self, int, int, int, int)
-
setGraphicsEffect(self, QGraphicsEffect)¶
-
setHidden(self, bool)¶
-
setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])¶
-
setLayout(self, QLayout)¶
-
setLayoutDirection(self, Qt.LayoutDirection)¶
-
setLocale(self, QLocale)¶
-
setMask(self, QBitmap)¶ setMask(self, QRegion)
-
setMaximumHeight(self, int)¶
-
setMaximumSize(self, int, int)¶ setMaximumSize(self, QSize)
-
setMaximumWidth(self, int)¶
-
setMinimumHeight(self, int)¶
-
setMinimumSize(self, int, int)¶ setMinimumSize(self, QSize)
-
setMinimumWidth(self, int)¶
-
setModal(self, bool)¶
-
setMouseTracking(self, bool)¶
-
setObjectName(self, str)¶
-
setPalette(self, QPalette)¶
-
setParent(self, QWidget)¶ setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])
-
setProperty(self, str, Any) → bool¶
-
setResult(self, int)¶
-
setShortcutAutoRepeat(self, int, enabled: bool = True)¶
-
setShortcutEnabled(self, int, enabled: bool = True)¶
-
setSizeGripEnabled(self, bool)¶
-
setSizeIncrement(self, int, int)¶ setSizeIncrement(self, QSize)
-
setSizePolicy(self, QSizePolicy)¶ setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)
-
setStatusTip(self, str)¶
-
setStyle(self, QStyle)¶
-
setStyleSheet(self, str)¶
-
setTabOrder(QWidget, QWidget)¶
-
setTabletTracking(self, bool)¶
-
setToolTip(self, str)¶
-
setToolTipDuration(self, int)¶
-
setUpdatesEnabled(self, bool)¶
-
setVisible(self, bool)¶
-
setWhatsThis(self, str)¶
-
setWindowFilePath(self, str)¶
-
setWindowFlag(self, Qt.WindowType, on: bool = True)¶
-
setWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
setWindowIcon(self, QIcon)¶
-
setWindowIconText(self, str)¶
-
setWindowModality(self, Qt.WindowModality)¶
-
setWindowModified(self, bool)¶
-
setWindowOpacity(self, float)¶
-
setWindowRole(self, str)¶
-
setWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
setWindowTitle(self, str)¶
-
show(self)¶
-
showEvent(event)¶ Reimplemented showEvent event. Checks self.current_button.
Parameters: event (QShowEvent) – Show event.
-
showFullScreen(self)¶
-
showMaximized(self)¶
-
showMinimized(self)¶
-
showNormal(self)¶
-
signalsBlocked(self) → bool¶
-
size(self) → QSize¶
-
sizeHint(self) → QSize¶
-
sizeIncrement(self) → QSize¶
-
sizePolicy(self) → QSizePolicy¶
-
stackUnder(self, QWidget)¶
-
startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer) → int¶
-
staticMetaObject= <PyQt5.QtCore.QMetaObject object>¶
-
statusTip(self) → str¶
-
style(self) → QStyle¶
-
styleSheet(self) → str¶
-
tabletEvent(self, QTabletEvent)¶
-
testAttribute(self, Qt.WidgetAttribute) → bool¶
-
thread(self) → QThread¶
-
timerEvent(self, QTimerEvent)¶
-
toolTip(self) → str¶
-
toolTipDuration(self) → int¶
-
tr(self, str, disambiguation: str = None, n: int = -1) → str¶
-
underMouse(self) → bool¶
-
ungrabGesture(self, Qt.GestureType)¶
-
unsetCursor(self)¶
-
unsetLayoutDirection(self)¶
-
unsetLocale(self)¶
-
update(self)¶ update(self, QRect) update(self, QRegion) update(self, int, int, int, int)
-
updateGeometry(self)¶
-
updateMicroFocus(self)¶
-
updatesEnabled(self) → bool¶
-
visibleRegion(self) → QRegion¶
-
warning(msg)¶ Display a warning dialog with a message
Parameters: msg (str) – The message to display in the warning dialog
-
whatsThis(self) → str¶
-
wheelEvent(self, QWheelEvent)¶
-
width(self) → int¶
-
widthMM(self) → int¶
-
winId(self) → sip.voidptr¶
-
window(self) → QWidget¶
-
windowFilePath(self) → str¶
-
windowFlags(self) → Qt.WindowFlags¶
-
windowHandle(self) → QWindow¶
-
windowIcon(self) → QIcon¶
-
windowIconChanged¶ windowIconChanged(self, QIcon) [signal]
-
windowIconText(self) → str¶
-
windowIconTextChanged¶ windowIconTextChanged(self, str) [signal]
-
windowModality(self) → Qt.WindowModality¶
-
windowOpacity(self) → float¶
-
windowRole(self) → str¶
-
windowState(self) → Qt.WindowStates¶
-
windowTitle(self) → str¶
-
windowTitleChanged¶ windowTitleChanged(self, str) [signal]
-
windowType(self) → Qt.WindowType¶
-
x(self) → int¶
-
y(self) → int¶
-