verbconjugation
index
/home/eberdeed/machinetrans-1.13/machinetrans/dataentry/verbconjugation.py

VerbConjugation:  Machine Translation Data Entry -- Russian Verb Conjugation Data Entry.
Created By Edward Charles Eberle <eberdeed@eberdeed.net>
June 29, 2016, San Diego California United States of America

 
Modules
       
os
re
sys

 
Classes
       
PyQt5.QtWidgets.QDialog(PyQt5.QtWidgets.QWidget)
VerbConjugation(PyQt5.QtWidgets.QDialog, machinetrans.userinterfaces.ui_verbconjugation.Ui_VerbConjugation)
machinetrans.userinterfaces.ui_verbconjugation.Ui_VerbConjugation(builtins.object)
VerbConjugation(PyQt5.QtWidgets.QDialog, machinetrans.userinterfaces.ui_verbconjugation.Ui_VerbConjugation)

 
class VerbConjugation(PyQt5.QtWidgets.QDialog, machinetrans.userinterfaces.ui_verbconjugation.Ui_VerbConjugation)
    A GUI to enter Russian-English language verb data into
a PostgreSQL database.  This is the first in a series
of GUIs for verb conjugation.
 
 
Method resolution order:
VerbConjugation
PyQt5.QtWidgets.QDialog
PyQt5.QtWidgets.QWidget
PyQt5.QtCore.QObject
sip.wrapper
PyQt5.QtGui.QPaintDevice
sip.simplewrapper
machinetrans.userinterfaces.ui_verbconjugation.Ui_VerbConjugation
builtins.object

Methods defined here:
__init__(self, parent=None)
Initialize the GUI and display the Russian
verb conjugation.  Do some selection
of the conjugation to be used.
cancel(self)
Cancel the event.
changeconj(self)
Change the stem for the conjugation
and propagate it out to the Q
LineEditors.
changeeng(self)
Change the English value.
changeruss(self)
Change the Russian value.
closeEvent(self, event)
Close the GUI passing GUI sizing information.
conjugate(self)
Verb conjugation displayed.
createconj(self)
Put the declension on the GUI.
displayhelp(self)
Display an HTML help page for this GUI.
engconj(self)
Conjugate the English forms of the
given verb.
eraseall(self)
Reset the data cache "verbdict" so the data
can be re-entered.
myself(self)
Toggle the English reflexive or not.
Some Russian reflexives do not require
an English "yourself" for example
"to hope" "надеяться"
passdata(self)
Gather the data and create a series of SQL
commands to insert the data into the database.
resizeEvent(self, event)
Resize the GUI and record GUI sizing information.
ruconj(self)
tobeeng(self)
Conjugate an English verb preceded by "to be."
tohaveeng(self)
Conjugate an English verb preceded by "to have."
verbconj(self)
Display a listing of all verb conjugations.
Once one is selected, return to this GUI
and display it.

Data and other attributes defined here:
basecommand = ''
conjlist = []
enstr = ''
geometry = []
height1 = 0
helpfile = '/usr/share/machinetrans/resources/verbconjugation.html'
imperfective = True
index = 0
labeltext = ''
morphs = None
oneself = False
parent = None
reflexive = False
rustr = ''
simpleconj = {}
sqlcommand = ''
stem = None
types = None
vowels = ['a', 'e', 'i', 'o', 'u']
width1 = 0
winx = 0
winy = 0

Methods inherited from PyQt5.QtWidgets.QDialog:
accept(...)
QDialog.accept()
accepted = <unbound signal accepted>
contextMenuEvent(...)
QDialog.contextMenuEvent(QContextMenuEvent)
done(...)
QDialog.done(int)
eventFilter(...)
QDialog.eventFilter(QObject, QEvent) -> bool
exec(...)
QDialog.exec() -> int
exec_(...)
QDialog.exec_() -> int
finished = <unbound signal finished>
isSizeGripEnabled(...)
QDialog.isSizeGripEnabled() -> bool
keyPressEvent(...)
QDialog.keyPressEvent(QKeyEvent)
minimumSizeHint(...)
QDialog.minimumSizeHint() -> QSize
open(...)
QDialog.open()
reject(...)
QDialog.reject()
rejected = <unbound signal rejected>
result(...)
QDialog.result() -> int
setModal(...)
QDialog.setModal(bool)
setResult(...)
QDialog.setResult(int)
setSizeGripEnabled(...)
QDialog.setSizeGripEnabled(bool)
setVisible(...)
QDialog.setVisible(bool)
showEvent(...)
QDialog.showEvent(QShowEvent)
sizeHint(...)
QDialog.sizeHint() -> QSize

Data and other attributes inherited from PyQt5.QtWidgets.QDialog:
Accepted = 1
DialogCode = <class 'PyQt5.QtWidgets.QDialog.DialogCode'>
Rejected = 0

Methods inherited from PyQt5.QtWidgets.QWidget:
acceptDrops(...)
QWidget.acceptDrops() -> bool
accessibleDescription(...)
QWidget.accessibleDescription() -> str
accessibleName(...)
QWidget.accessibleName() -> str
actionEvent(...)
QWidget.actionEvent(QActionEvent)
actions(...)
QWidget.actions() -> list-of-QAction
activateWindow(...)
QWidget.activateWindow()
addAction(...)
QWidget.addAction(QAction)
addActions(...)
QWidget.addActions(list-of-QAction)
adjustSize(...)
QWidget.adjustSize()
autoFillBackground(...)
QWidget.autoFillBackground() -> bool
backgroundRole(...)
QWidget.backgroundRole() -> QPalette.ColorRole
baseSize(...)
QWidget.baseSize() -> QSize
changeEvent(...)
QWidget.changeEvent(QEvent)
childAt(...)
QWidget.childAt(QPoint) -> QWidget
QWidget.childAt(int, int) -> QWidget
childrenRect(...)
QWidget.childrenRect() -> QRect
childrenRegion(...)
QWidget.childrenRegion() -> QRegion
clearFocus(...)
QWidget.clearFocus()
clearMask(...)
QWidget.clearMask()
close(...)
QWidget.close() -> bool
contentsMargins(...)
QWidget.contentsMargins() -> QMargins
contentsRect(...)
QWidget.contentsRect() -> QRect
contextMenuPolicy(...)
QWidget.contextMenuPolicy() -> Qt.ContextMenuPolicy
create(...)
QWidget.create(sip.voidptr window=0, bool initializeWindow=True, bool destroyOldWindow=True)
createWindowContainer(...)
QWidget.createWindowContainer(QWindow, QWidget parent=None, Qt.WindowFlags flags=0) -> QWidget
cursor(...)
QWidget.cursor() -> QCursor
customContextMenuRequested = <unbound signal customContextMenuRequested>
destroy(...)
QWidget.destroy(bool destroyWindow=True, bool destroySubWindows=True)
devType(...)
QWidget.devType() -> int
dragEnterEvent(...)
QWidget.dragEnterEvent(QDragEnterEvent)
dragLeaveEvent(...)
QWidget.dragLeaveEvent(QDragLeaveEvent)
dragMoveEvent(...)
QWidget.dragMoveEvent(QDragMoveEvent)
dropEvent(...)
QWidget.dropEvent(QDropEvent)
effectiveWinId(...)
QWidget.effectiveWinId() -> sip.voidptr
ensurePolished(...)
QWidget.ensurePolished()
enterEvent(...)
QWidget.enterEvent(QEvent)
event(...)
QWidget.event(QEvent) -> bool
find(...)
QWidget.find(sip.voidptr) -> QWidget
focusInEvent(...)
QWidget.focusInEvent(QFocusEvent)
focusNextChild(...)
QWidget.focusNextChild() -> bool
focusNextPrevChild(...)
QWidget.focusNextPrevChild(bool) -> bool
focusOutEvent(...)
QWidget.focusOutEvent(QFocusEvent)
focusPolicy(...)
QWidget.focusPolicy() -> Qt.FocusPolicy
focusPreviousChild(...)
QWidget.focusPreviousChild() -> bool
focusProxy(...)
QWidget.focusProxy() -> QWidget
focusWidget(...)
QWidget.focusWidget() -> QWidget
font(...)
QWidget.font() -> QFont
fontInfo(...)
QWidget.fontInfo() -> QFontInfo
fontMetrics(...)
QWidget.fontMetrics() -> QFontMetrics
foregroundRole(...)
QWidget.foregroundRole() -> QPalette.ColorRole
frameGeometry(...)
QWidget.frameGeometry() -> QRect
frameSize(...)
QWidget.frameSize() -> QSize
getContentsMargins(...)
QWidget.getContentsMargins() -> (int, int, int, int)
grab(...)
QWidget.grab(QRect rectangle=QRect(QPoint(0,0),QSize(-1,-1))) -> QPixmap
grabGesture(...)
QWidget.grabGesture(Qt.GestureType, Qt.GestureFlags flags=Qt.GestureFlags(0))
grabKeyboard(...)
QWidget.grabKeyboard()
grabMouse(...)
QWidget.grabMouse()
QWidget.grabMouse(QCursor)
grabShortcut(...)
QWidget.grabShortcut(QKeySequence, Qt.ShortcutContext context=Qt.WindowShortcut) -> int
graphicsEffect(...)
QWidget.graphicsEffect() -> QGraphicsEffect
graphicsProxyWidget(...)
QWidget.graphicsProxyWidget() -> QGraphicsProxyWidget
hasFocus(...)
QWidget.hasFocus() -> bool
hasHeightForWidth(...)
QWidget.hasHeightForWidth() -> bool
hasMouseTracking(...)
QWidget.hasMouseTracking() -> bool
height(...)
QWidget.height() -> int
heightForWidth(...)
QWidget.heightForWidth(int) -> int
hide(...)
QWidget.hide()
hideEvent(...)
QWidget.hideEvent(QHideEvent)
initPainter(...)
QWidget.initPainter(QPainter)
inputMethodEvent(...)
QWidget.inputMethodEvent(QInputMethodEvent)
inputMethodHints(...)
QWidget.inputMethodHints() -> Qt.InputMethodHints
inputMethodQuery(...)
QWidget.inputMethodQuery(Qt.InputMethodQuery) -> QVariant
insertAction(...)
QWidget.insertAction(QAction, QAction)
insertActions(...)
QWidget.insertActions(QAction, list-of-QAction)
isActiveWindow(...)
QWidget.isActiveWindow() -> bool
isAncestorOf(...)
QWidget.isAncestorOf(QWidget) -> bool
isEnabled(...)
QWidget.isEnabled() -> bool
isEnabledTo(...)
QWidget.isEnabledTo(QWidget) -> bool
isFullScreen(...)
QWidget.isFullScreen() -> bool
isHidden(...)
QWidget.isHidden() -> bool
isLeftToRight(...)
QWidget.isLeftToRight() -> bool
isMaximized(...)
QWidget.isMaximized() -> bool
isMinimized(...)
QWidget.isMinimized() -> bool
isModal(...)
QWidget.isModal() -> bool
isRightToLeft(...)
QWidget.isRightToLeft() -> bool
isVisible(...)
QWidget.isVisible() -> bool
isVisibleTo(...)
QWidget.isVisibleTo(QWidget) -> bool
isWindow(...)
QWidget.isWindow() -> bool
isWindowModified(...)
QWidget.isWindowModified() -> bool
keyReleaseEvent(...)
QWidget.keyReleaseEvent(QKeyEvent)
keyboardGrabber(...)
QWidget.keyboardGrabber() -> QWidget
layout(...)
QWidget.layout() -> QLayout
layoutDirection(...)
QWidget.layoutDirection() -> Qt.LayoutDirection
leaveEvent(...)
QWidget.leaveEvent(QEvent)
locale(...)
QWidget.locale() -> QLocale
lower(...)
QWidget.lower()
mapFrom(...)
QWidget.mapFrom(QWidget, QPoint) -> QPoint
mapFromGlobal(...)
QWidget.mapFromGlobal(QPoint) -> QPoint
mapFromParent(...)
QWidget.mapFromParent(QPoint) -> QPoint
mapTo(...)
QWidget.mapTo(QWidget, QPoint) -> QPoint
mapToGlobal(...)
QWidget.mapToGlobal(QPoint) -> QPoint
mapToParent(...)
QWidget.mapToParent(QPoint) -> QPoint
mask(...)
QWidget.mask() -> QRegion
maximumHeight(...)
QWidget.maximumHeight() -> int
maximumSize(...)
QWidget.maximumSize() -> QSize
maximumWidth(...)
QWidget.maximumWidth() -> int
metric(...)
QWidget.metric(QPaintDevice.PaintDeviceMetric) -> int
minimumHeight(...)
QWidget.minimumHeight() -> int
minimumSize(...)
QWidget.minimumSize() -> QSize
minimumWidth(...)
QWidget.minimumWidth() -> int
mouseDoubleClickEvent(...)
QWidget.mouseDoubleClickEvent(QMouseEvent)
mouseGrabber(...)
QWidget.mouseGrabber() -> QWidget
mouseMoveEvent(...)
QWidget.mouseMoveEvent(QMouseEvent)
mousePressEvent(...)
QWidget.mousePressEvent(QMouseEvent)
mouseReleaseEvent(...)
QWidget.mouseReleaseEvent(QMouseEvent)
move(...)
QWidget.move(QPoint)
QWidget.move(int, int)
moveEvent(...)
QWidget.moveEvent(QMoveEvent)
nativeEvent(...)
QWidget.nativeEvent(QByteArray, sip.voidptr) -> (bool, int)
nativeParentWidget(...)
QWidget.nativeParentWidget() -> QWidget
nextInFocusChain(...)
QWidget.nextInFocusChain() -> QWidget
normalGeometry(...)
QWidget.normalGeometry() -> QRect
overrideWindowFlags(...)
QWidget.overrideWindowFlags(Qt.WindowFlags)
overrideWindowState(...)
QWidget.overrideWindowState(Qt.WindowStates)
paintEngine(...)
QWidget.paintEngine() -> QPaintEngine
paintEvent(...)
QWidget.paintEvent(QPaintEvent)
palette(...)
QWidget.palette() -> QPalette
parentWidget(...)
QWidget.parentWidget() -> QWidget
pos(...)
QWidget.pos() -> QPoint
previousInFocusChain(...)
QWidget.previousInFocusChain() -> QWidget
raise_(...)
QWidget.raise_()
rect(...)
QWidget.rect() -> QRect
redirected(...)
QWidget.redirected(QPoint) -> QPaintDevice
releaseKeyboard(...)
QWidget.releaseKeyboard()
releaseMouse(...)
QWidget.releaseMouse()
releaseShortcut(...)
QWidget.releaseShortcut(int)
removeAction(...)
QWidget.removeAction(QAction)
render(...)
QWidget.render(QPaintDevice, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren)
QWidget.render(QPainter, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren)
repaint(...)
QWidget.repaint()
QWidget.repaint(int, int, int, int)
QWidget.repaint(QRect)
QWidget.repaint(QRegion)
resize(...)
QWidget.resize(QSize)
QWidget.resize(int, int)
restoreGeometry(...)
QWidget.restoreGeometry(QByteArray) -> bool
saveGeometry(...)
QWidget.saveGeometry() -> QByteArray
scroll(...)
QWidget.scroll(int, int)
QWidget.scroll(int, int, QRect)
setAcceptDrops(...)
QWidget.setAcceptDrops(bool)
setAccessibleDescription(...)
QWidget.setAccessibleDescription(str)
setAccessibleName(...)
QWidget.setAccessibleName(str)
setAttribute(...)
QWidget.setAttribute(Qt.WidgetAttribute, bool on=True)
setAutoFillBackground(...)
QWidget.setAutoFillBackground(bool)
setBackgroundRole(...)
QWidget.setBackgroundRole(QPalette.ColorRole)
setBaseSize(...)
QWidget.setBaseSize(int, int)
QWidget.setBaseSize(QSize)
setContentsMargins(...)
QWidget.setContentsMargins(int, int, int, int)
QWidget.setContentsMargins(QMargins)
setContextMenuPolicy(...)
QWidget.setContextMenuPolicy(Qt.ContextMenuPolicy)
setCursor(...)
QWidget.setCursor(QCursor)
setDisabled(...)
QWidget.setDisabled(bool)
setEnabled(...)
QWidget.setEnabled(bool)
setFixedHeight(...)
QWidget.setFixedHeight(int)
setFixedSize(...)
QWidget.setFixedSize(QSize)
QWidget.setFixedSize(int, int)
setFixedWidth(...)
QWidget.setFixedWidth(int)
setFocus(...)
QWidget.setFocus()
QWidget.setFocus(Qt.FocusReason)
setFocusPolicy(...)
QWidget.setFocusPolicy(Qt.FocusPolicy)
setFocusProxy(...)
QWidget.setFocusProxy(QWidget)
setFont(...)
QWidget.setFont(QFont)
setForegroundRole(...)
QWidget.setForegroundRole(QPalette.ColorRole)
setGeometry(...)
QWidget.setGeometry(QRect)
QWidget.setGeometry(int, int, int, int)
setGraphicsEffect(...)
QWidget.setGraphicsEffect(QGraphicsEffect)
setHidden(...)
QWidget.setHidden(bool)
setInputMethodHints(...)
QWidget.setInputMethodHints(Qt.InputMethodHints)
setLayout(...)
QWidget.setLayout(QLayout)
setLayoutDirection(...)
QWidget.setLayoutDirection(Qt.LayoutDirection)
setLocale(...)
QWidget.setLocale(QLocale)
setMask(...)
QWidget.setMask(QBitmap)
QWidget.setMask(QRegion)
setMaximumHeight(...)
QWidget.setMaximumHeight(int)
setMaximumSize(...)
QWidget.setMaximumSize(int, int)
QWidget.setMaximumSize(QSize)
setMaximumWidth(...)
QWidget.setMaximumWidth(int)
setMinimumHeight(...)
QWidget.setMinimumHeight(int)
setMinimumSize(...)
QWidget.setMinimumSize(int, int)
QWidget.setMinimumSize(QSize)
setMinimumWidth(...)
QWidget.setMinimumWidth(int)
setMouseTracking(...)
QWidget.setMouseTracking(bool)
setPalette(...)
QWidget.setPalette(QPalette)
setParent(...)
QWidget.setParent(QWidget)
QWidget.setParent(QWidget, Qt.WindowFlags)
setShortcutAutoRepeat(...)
QWidget.setShortcutAutoRepeat(int, bool enabled=True)
setShortcutEnabled(...)
QWidget.setShortcutEnabled(int, bool enabled=True)
setSizeIncrement(...)
QWidget.setSizeIncrement(int, int)
QWidget.setSizeIncrement(QSize)
setSizePolicy(...)
QWidget.setSizePolicy(QSizePolicy)
QWidget.setSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy)
setStatusTip(...)
QWidget.setStatusTip(str)
setStyle(...)
QWidget.setStyle(QStyle)
setStyleSheet(...)
QWidget.setStyleSheet(str)
setTabOrder(...)
QWidget.setTabOrder(QWidget, QWidget)
setToolTip(...)
QWidget.setToolTip(str)
setToolTipDuration(...)
QWidget.setToolTipDuration(int)
setUpdatesEnabled(...)
QWidget.setUpdatesEnabled(bool)
setWhatsThis(...)
QWidget.setWhatsThis(str)
setWindowFilePath(...)
QWidget.setWindowFilePath(str)
setWindowFlags(...)
QWidget.setWindowFlags(Qt.WindowFlags)
setWindowIcon(...)
QWidget.setWindowIcon(QIcon)
setWindowIconText(...)
QWidget.setWindowIconText(str)
setWindowModality(...)
QWidget.setWindowModality(Qt.WindowModality)
setWindowModified(...)
QWidget.setWindowModified(bool)
setWindowOpacity(...)
QWidget.setWindowOpacity(float)
setWindowRole(...)
QWidget.setWindowRole(str)
setWindowState(...)
QWidget.setWindowState(Qt.WindowStates)
setWindowTitle(...)
QWidget.setWindowTitle(str)
sharedPainter(...)
QWidget.sharedPainter() -> QPainter
show(...)
QWidget.show()
showFullScreen(...)
QWidget.showFullScreen()
showMaximized(...)
QWidget.showMaximized()
showMinimized(...)
QWidget.showMinimized()
showNormal(...)
QWidget.showNormal()
size(...)
QWidget.size() -> QSize
sizeIncrement(...)
QWidget.sizeIncrement() -> QSize
sizePolicy(...)
QWidget.sizePolicy() -> QSizePolicy
stackUnder(...)
QWidget.stackUnder(QWidget)
statusTip(...)
QWidget.statusTip() -> str
style(...)
QWidget.style() -> QStyle
styleSheet(...)
QWidget.styleSheet() -> str
tabletEvent(...)
QWidget.tabletEvent(QTabletEvent)
testAttribute(...)
QWidget.testAttribute(Qt.WidgetAttribute) -> bool
toolTip(...)
QWidget.toolTip() -> str
toolTipDuration(...)
QWidget.toolTipDuration() -> int
underMouse(...)
QWidget.underMouse() -> bool
ungrabGesture(...)
QWidget.ungrabGesture(Qt.GestureType)
unsetCursor(...)
QWidget.unsetCursor()
unsetLayoutDirection(...)
QWidget.unsetLayoutDirection()
unsetLocale(...)
QWidget.unsetLocale()
update(...)
QWidget.update()
QWidget.update(QRect)
QWidget.update(QRegion)
QWidget.update(int, int, int, int)
updateGeometry(...)
QWidget.updateGeometry()
updateMicroFocus(...)
QWidget.updateMicroFocus()
updatesEnabled(...)
QWidget.updatesEnabled() -> bool
visibleRegion(...)
QWidget.visibleRegion() -> QRegion
whatsThis(...)
QWidget.whatsThis() -> str
wheelEvent(...)
QWidget.wheelEvent(QWheelEvent)
width(...)
QWidget.width() -> int
winId(...)
QWidget.winId() -> sip.voidptr
window(...)
QWidget.window() -> QWidget
windowFilePath(...)
QWidget.windowFilePath() -> str
windowFlags(...)
QWidget.windowFlags() -> Qt.WindowFlags
windowHandle(...)
QWidget.windowHandle() -> QWindow
windowIcon(...)
QWidget.windowIcon() -> QIcon
windowIconChanged = <unbound signal windowIconChanged>
windowIconText(...)
QWidget.windowIconText() -> str
windowIconTextChanged = <unbound signal windowIconTextChanged>
windowModality(...)
QWidget.windowModality() -> Qt.WindowModality
windowOpacity(...)
QWidget.windowOpacity() -> float
windowRole(...)
QWidget.windowRole() -> str
windowState(...)
QWidget.windowState() -> Qt.WindowStates
windowTitle(...)
QWidget.windowTitle() -> str
windowTitleChanged = <unbound signal windowTitleChanged>
windowType(...)
QWidget.windowType() -> Qt.WindowType
x(...)
QWidget.x() -> int
y(...)
QWidget.y() -> int

Data and other attributes inherited from PyQt5.QtWidgets.QWidget:
DrawChildren = 2
DrawWindowBackground = 1
IgnoreMask = 4
RenderFlag = <class 'PyQt5.QtWidgets.QWidget.RenderFlag'>
RenderFlags = <class 'PyQt5.QtWidgets.RenderFlags'>
QWidget.RenderFlags(QWidget.RenderFlags)
QWidget.RenderFlags(int)
QWidget.RenderFlags()

Methods inherited from PyQt5.QtCore.QObject:
__getattr__(...)
QObject.__getattr__(str) -> object
blockSignals(...)
QObject.blockSignals(bool) -> bool
childEvent(...)
QObject.childEvent(QChildEvent)
children(...)
QObject.children() -> list-of-QObject
connectNotify(...)
QObject.connectNotify(QMetaMethod)
customEvent(...)
QObject.customEvent(QEvent)
deleteLater(...)
QObject.deleteLater()
destroyed = <unbound signal destroyed>
disconnect(...)
QObject.disconnect()
disconnectNotify(...)
QObject.disconnectNotify(QMetaMethod)
dumpObjectInfo(...)
QObject.dumpObjectInfo()
dumpObjectTree(...)
QObject.dumpObjectTree()
dynamicPropertyNames(...)
QObject.dynamicPropertyNames() -> list-of-QByteArray
findChild(...)
QObject.findChild(type, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> QObject
QObject.findChild(tuple, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> QObject
findChildren(...)
QObject.findChildren(type, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(tuple, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(type, QRegExp, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(tuple, QRegExp, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(type, QRegularExpression, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(tuple, QRegularExpression, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
inherits(...)
QObject.inherits(str) -> bool
installEventFilter(...)
QObject.installEventFilter(QObject)
isSignalConnected(...)
QObject.isSignalConnected(QMetaMethod) -> bool
isWidgetType(...)
QObject.isWidgetType() -> bool
isWindowType(...)
QObject.isWindowType() -> bool
killTimer(...)
QObject.killTimer(int)
metaObject(...)
QObject.metaObject() -> QMetaObject
moveToThread(...)
QObject.moveToThread(QThread)
objectName(...)
QObject.objectName() -> str
objectNameChanged = <unbound signal objectNameChanged>
property(...)
QObject.property(str) -> QVariant
pyqtConfigure(...)
QObject.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.
receivers(...)
QObject.receivers(signal) -> int
removeEventFilter(...)
QObject.removeEventFilter(QObject)
sender(...)
QObject.sender() -> QObject
senderSignalIndex(...)
QObject.senderSignalIndex() -> int
setObjectName(...)
QObject.setObjectName(str)
setProperty(...)
QObject.setProperty(str, QVariant) -> bool
signalsBlocked(...)
QObject.signalsBlocked() -> bool
startTimer(...)
QObject.startTimer(int, Qt.TimerType timerType=Qt.CoarseTimer) -> int
thread(...)
QObject.thread() -> QThread
timerEvent(...)
QObject.timerEvent(QTimerEvent)
tr(...)
QObject.tr(str, str disambiguation=None, int n=-1) -> str

Data descriptors inherited from PyQt5.QtCore.QObject:
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from PyQt5.QtCore.QObject:
staticMetaObject = <PyQt5.QtCore.QMetaObject object>

Methods inherited from PyQt5.QtGui.QPaintDevice:
colorCount(...)
QPaintDevice.colorCount() -> int
depth(...)
QPaintDevice.depth() -> int
devicePixelRatio(...)
QPaintDevice.devicePixelRatio() -> int
heightMM(...)
QPaintDevice.heightMM() -> int
logicalDpiX(...)
QPaintDevice.logicalDpiX() -> int
logicalDpiY(...)
QPaintDevice.logicalDpiY() -> int
paintingActive(...)
QPaintDevice.paintingActive() -> bool
physicalDpiX(...)
QPaintDevice.physicalDpiX() -> int
physicalDpiY(...)
QPaintDevice.physicalDpiY() -> int
widthMM(...)
QPaintDevice.widthMM() -> int

Data and other attributes inherited from PyQt5.QtGui.QPaintDevice:
PaintDeviceMetric = <class 'PyQt5.QtGui.QPaintDevice.PaintDeviceMetric'>
PdmDepth = 6
PdmDevicePixelRatio = 11
PdmDpiX = 7
PdmDpiY = 8
PdmHeight = 2
PdmHeightMM = 4
PdmNumColors = 5
PdmPhysicalDpiX = 9
PdmPhysicalDpiY = 10
PdmWidth = 1
PdmWidthMM = 3

Methods inherited from sip.simplewrapper:
__new__(*args, **kwargs) from sip.wrappertype
Create and return a new object.  See help(type) for accurate signature.

Data descriptors inherited from sip.simplewrapper:
__dict__

Methods inherited from machinetrans.userinterfaces.ui_verbconjugation.Ui_VerbConjugation:
retranslateUi(self, VerbConjugation)
setupUi(self, VerbConjugation)

 
Functions
       
QT_TRANSLATE_NOOP(...)
QT_TRANSLATE_NOOP(str, str) -> str
QT_TR_NOOP(...)
QT_TR_NOOP(str) -> str
QT_TR_NOOP_UTF8(...)
QT_TR_NOOP_UTF8(str) -> str
Q_ARG(...)
Q_ARG(object, object) -> QGenericArgument
Q_CLASSINFO(...)
Q_CLASSINFO(str, str)
Q_ENUMS(...)
Q_ENUMS(...)
Q_FLAGS(...)
Q_FLAGS(...)
Q_RETURN_ARG(...)
Q_RETURN_ARG(object) -> QGenericReturnArgument
bin_(...)
bin_(QTextStream) -> QTextStream
bom(...)
bom(QTextStream) -> QTextStream
center(...)
center(QTextStream) -> QTextStream
dec(...)
dec(QTextStream) -> QTextStream
endl(...)
endl(QTextStream) -> QTextStream
fixed(...)
fixed(QTextStream) -> QTextStream
flush(...)
flush(QTextStream) -> QTextStream
forcepoint(...)
forcepoint(QTextStream) -> QTextStream
forcesign(...)
forcesign(QTextStream) -> QTextStream
hex_(...)
hex_(QTextStream) -> QTextStream
left(...)
left(QTextStream) -> QTextStream
lowercasebase(...)
lowercasebase(QTextStream) -> QTextStream
lowercasedigits(...)
lowercasedigits(QTextStream) -> QTextStream
noforcepoint(...)
noforcepoint(QTextStream) -> QTextStream
noforcesign(...)
noforcesign(QTextStream) -> QTextStream
noshowbase(...)
noshowbase(QTextStream) -> QTextStream
oct_(...)
oct_(QTextStream) -> QTextStream
pyqtPickleProtocol(...)
pyqtPickleProtocol() -> int-or-None
pyqtRemoveInputHook(...)
pyqtRemoveInputHook()
pyqtRestoreInputHook(...)
pyqtRestoreInputHook()
pyqtSetPickleProtocol(...)
pyqtSetPickleProtocol(int-or-None)
pyqtSlot(...)
@pyqtSlot(*types, str name=None, str result=None)
 
This is a decorator applied to Python methods of a QObject that marks them
as Qt slots.
The non-keyword arguments are the types of the slot arguments and each may
be a Python type object or a string specifying a C++ type.
name is the name of the slot and defaults to the name of the method.
result is type of the value returned by the slot.
qAbs(...)
qAbs(float) -> float
qAddPostRoutine(...)
qAddPostRoutine(callable)
qAddPreRoutine(...)
qAddPreRoutine(callable)
qAlpha(...)
qAlpha(int) -> int
qBlue(...)
qBlue(int) -> int
qChecksum(...)
qChecksum(str) -> int
qCompress(...)
qCompress(QByteArray, int compressionLevel=-1) -> QByteArray
qCritical(...)
qCritical(str)
qDebug(...)
qDebug(str)
qDrawBorderPixmap(...)
qDrawBorderPixmap(QPainter, QRect, QMargins, QPixmap)
qDrawPlainRect(...)
qDrawPlainRect(QPainter, int, int, int, int, QColor, int lineWidth=1, QBrush fill=None)
qDrawPlainRect(QPainter, QRect, QColor, int lineWidth=1, QBrush fill=None)
qDrawShadeLine(...)
qDrawShadeLine(QPainter, int, int, int, int, QPalette, bool sunken=True, int lineWidth=1, int midLineWidth=0)
qDrawShadeLine(QPainter, QPoint, QPoint, QPalette, bool sunken=True, int lineWidth=1, int midLineWidth=0)
qDrawShadePanel(...)
qDrawShadePanel(QPainter, int, int, int, int, QPalette, bool sunken=False, int lineWidth=1, QBrush fill=None)
qDrawShadePanel(QPainter, QRect, QPalette, bool sunken=False, int lineWidth=1, QBrush fill=None)
qDrawShadeRect(...)
qDrawShadeRect(QPainter, int, int, int, int, QPalette, bool sunken=False, int lineWidth=1, int midLineWidth=0, QBrush fill=None)
qDrawShadeRect(QPainter, QRect, QPalette, bool sunken=False, int lineWidth=1, int midLineWidth=0, QBrush fill=None)
qDrawWinButton(...)
qDrawWinButton(QPainter, int, int, int, int, QPalette, bool sunken=False, QBrush fill=None)
qDrawWinButton(QPainter, QRect, QPalette, bool sunken=False, QBrush fill=None)
qDrawWinPanel(...)
qDrawWinPanel(QPainter, int, int, int, int, QPalette, bool sunken=False, QBrush fill=None)
qDrawWinPanel(QPainter, QRect, QPalette, bool sunken=False, QBrush fill=None)
qErrnoWarning(...)
qErrnoWarning(int, str)
qErrnoWarning(str)
qFatal(...)
qFatal(str)
qFloatDistance(...)
qFloatDistance(float, float) -> int
qFuzzyCompare(...)
qFuzzyCompare(QMatrix4x4, QMatrix4x4) -> bool
qFuzzyCompare(QQuaternion, QQuaternion) -> bool
qFuzzyCompare(QTransform, QTransform) -> bool
qFuzzyCompare(QVector2D, QVector2D) -> bool
qFuzzyCompare(QVector3D, QVector3D) -> bool
qFuzzyCompare(QVector4D, QVector4D) -> bool
qGray(...)
qGray(int, int, int) -> int
qGray(int) -> int
qGreen(...)
qGreen(int) -> int
qInf(...)
qInf() -> float
qInstallMessageHandler(...)
qInstallMessageHandler(callable) -> callable
qIsFinite(...)
qIsFinite(float) -> bool
qIsGray(...)
qIsGray(int) -> bool
qIsInf(...)
qIsInf(float) -> bool
qIsNaN(...)
qIsNaN(float) -> bool
qIsNull(...)
qIsNull(float) -> bool
qPremultiply(...)
qPremultiply(int) -> int
qQNaN(...)
qQNaN() -> float
qRed(...)
qRed(int) -> int
qRegisterResourceData(...)
qRegisterResourceData(int, str, str, str) -> bool
qRemovePostRoutine(...)
qRemovePostRoutine(callable)
qRgb(...)
qRgb(int, int, int) -> int
qRgba(...)
qRgba(int, int, int, int) -> int
qRound(...)
qRound(float) -> int
qRound64(...)
qRound64(float) -> int
qSNaN(...)
qSNaN() -> float
qSetFieldWidth(...)
qSetFieldWidth(int) -> QTextStreamManipulator
qSetMessagePattern(...)
qSetMessagePattern(str)
qSetPadChar(...)
qSetPadChar(str) -> QTextStreamManipulator
qSetRealNumberPrecision(...)
qSetRealNumberPrecision(int) -> QTextStreamManipulator
qSharedBuild(...)
qSharedBuild() -> bool
qUncompress(...)
qUncompress(QByteArray) -> QByteArray
qUnpremultiply(...)
qUnpremultiply(int) -> int
qUnregisterResourceData(...)
qUnregisterResourceData(int, str, str, str) -> bool
qVersion(...)
qVersion() -> str
qWarning(...)
qWarning(str)
qrand(...)
qrand() -> int
qsrand(...)
qsrand(int)
reset(...)
reset(QTextStream) -> QTextStream
right(...)
right(QTextStream) -> QTextStream
scientific(...)
scientific(QTextStream) -> QTextStream
showbase(...)
showbase(QTextStream) -> QTextStream
uppercasebase(...)
uppercasebase(QTextStream) -> QTextStream
uppercasedigits(...)
uppercasedigits(QTextStream) -> QTextStream
ws(...)
ws(QTextStream) -> QTextStream

 
Data
        PYQT_CONFIGURATION = {'sip_flags': '-t WS_X11 -t Qt_5_3_2'}
PYQT_VERSION = 328450
PYQT_VERSION_STR = '5.3.2'
QT_VERSION = 328450
QT_VERSION_STR = '5.3.2'
QtCriticalMsg = 2
QtDebugMsg = 0
QtFatalMsg = 3
QtSystemMsg = 2
QtWarningMsg = 1
qApp = <PyQt5.QtWidgets.QApplication object>