首页 技术 正文
技术 2022年11月16日
0 收藏 368 点赞 2,513 浏览 28608 个字

Help on class QMainWindow in module PyQt5.QtWidgets:

class QMainWindow(QWidget)
 |  QMainWindow(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
 |  
 |  Method resolution order:
 |      QMainWindow
 |      QWidget
 |      PyQt5.QtCore.QObject
 |      sip.wrapper
 |      PyQt5.QtGui.QPaintDevice
 |      sip.simplewrapper
 |      builtins.object
 |  
 |  Methods defined here:
 |  
 |  actionEvent(…)
 |  
 |  addDockWidget(…)
 |      addDockWidget(self, Qt.DockWidgetArea, QDockWidget)
 |      addDockWidget(self, Qt.DockWidgetArea, QDockWidget, Qt.Orientation)
 |  
 |  addToolBar(…)
 |      addToolBar(self, Qt.ToolBarArea, QToolBar)
 |      addToolBar(self, QToolBar)
 |      addToolBar(self, str) -> QToolBar
 |  
 |  addToolBarBreak(…)
 |      addToolBarBreak(self, area: Qt.ToolBarArea = Qt.TopToolBarArea)
 |  
 |  centralWidget(…)
 |      centralWidget(self) -> QWidget
 |  
 |  changeEvent(…)
 |  
 |  childEvent(…)
 |  
 |  closeEvent(…)
 |  
 |  connectNotify(…)
 |  
 |  contextMenuEvent(…)
 |      contextMenuEvent(self, QContextMenuEvent)
 |  
 |  corner(…)
 |      corner(self, Qt.Corner) -> Qt.DockWidgetArea
 |  
 |  create(…)
 |  
 |  createPopupMenu(…)
 |      createPopupMenu(self) -> QMenu
 |  
 |  customEvent(…)
 |  
 |  destroy(…)
 |  
 |  disconnectNotify(…)
 |  
 |  dockOptions(…)
 |      dockOptions(self) -> QMainWindow.DockOptions
 |  
 |  dockWidgetArea(…)
 |      dockWidgetArea(self, QDockWidget) -> Qt.DockWidgetArea
 |  
 |  documentMode(…)
 |      documentMode(self) -> bool
 |  
 |  dragEnterEvent(…)
 |  
 |  dragLeaveEvent(…)
 |  
 |  dragMoveEvent(…)
 |  
 |  dropEvent(…)
 |  
 |  enterEvent(…)
 |  
 |  event(…)
 |      event(self, QEvent) -> bool
 |  
 |  focusInEvent(…)
 |  
 |  focusNextChild(…)
 |  
 |  focusNextPrevChild(…)
 |  
 |  focusOutEvent(…)
 |  
 |  focusPreviousChild(…)
 |  
 |  hideEvent(…)
 |  
 |  iconSize(…)
 |      iconSize(self) -> QSize
 |  
 |  iconSizeChanged = <unbound PYQT_SIGNAL iconSizeChanged(QSize)>
 |  initPainter(…)
 |  
 |  inputMethodEvent(…)
 |  
 |  insertToolBar(…)
 |      insertToolBar(self, QToolBar, QToolBar)
 |  
 |  insertToolBarBreak(…)
 |      insertToolBarBreak(self, QToolBar)
 |  
 |  isAnimated(…)
 |      isAnimated(self) -> bool
 |  
 |  isDockNestingEnabled(…)
 |      isDockNestingEnabled(self) -> bool
 |  
 |  isSeparator(…)
 |      isSeparator(self, QPoint) -> bool
 |  
 |  isSignalConnected(…)
 |  
 |  keyPressEvent(…)
 |  
 |  keyReleaseEvent(…)
 |  
 |  leaveEvent(…)
 |  
 |  menuBar(…)
 |      menuBar(self) -> QMenuBar
 |  
 |  menuWidget(…)
 |      menuWidget(self) -> QWidget
 |  
 |  metric(…)
 |  
 |  mouseDoubleClickEvent(…)
 |  
 |  mouseMoveEvent(…)
 |  
 |  mousePressEvent(…)
 |  
 |  mouseReleaseEvent(…)
 |  
 |  moveEvent(…)
 |  
 |  nativeEvent(…)
 |  
 |  paintEvent(…)
 |  
 |  receivers(…)
 |  
 |  removeDockWidget(…)
 |      removeDockWidget(self, QDockWidget)
 |  
 |  removeToolBar(…)
 |      removeToolBar(self, QToolBar)
 |  
 |  removeToolBarBreak(…)
 |      removeToolBarBreak(self, QToolBar)
 |  
 |  resizeDocks(…)
 |      resizeDocks(self, Iterable[QDockWidget], Iterable[int], Qt.Orientation)
 |  
 |  resizeEvent(…)
 |  
 |  restoreDockWidget(…)
 |      restoreDockWidget(self, QDockWidget) -> bool
 |  
 |  restoreState(…)
 |      restoreState(self, Union[QByteArray, bytes, bytearray], version: int = 0) -> bool
 |  
 |  saveState(…)
 |      saveState(self, version: int = 0) -> QByteArray
 |  
 |  sender(…)
 |  
 |  senderSignalIndex(…)
 |  
 |  setAnimated(…)
 |      setAnimated(self, bool)
 |  
 |  setCentralWidget(…)
 |      setCentralWidget(self, QWidget)
 |  
 |  setCorner(…)
 |      setCorner(self, Qt.Corner, Qt.DockWidgetArea)
 |  
 |  setDockNestingEnabled(…)
 |      setDockNestingEnabled(self, bool)
 |  
 |  setDockOptions(…)
 |      setDockOptions(self, Union[QMainWindow.DockOptions, QMainWindow.DockOption])
 |  
 |  setDocumentMode(…)
 |      setDocumentMode(self, bool)
 |  
 |  setIconSize(…)
 |      setIconSize(self, QSize)
 |  
 |  setMenuBar(…)
 |      setMenuBar(self, QMenuBar)
 |  
 |  setMenuWidget(…)
 |      setMenuWidget(self, QWidget)
 |  
 |  setStatusBar(…)
 |      setStatusBar(self, QStatusBar)
 |  
 |  setTabPosition(…)
 |      setTabPosition(self, Union[Qt.DockWidgetAreas, Qt.DockWidgetArea], QTabWidget.TabPosition)
 |  
 |  setTabShape(…)
 |      setTabShape(self, QTabWidget.TabShape)
 |  
 |  setToolButtonStyle(…)
 |      setToolButtonStyle(self, Qt.ToolButtonStyle)
 |  
 |  setUnifiedTitleAndToolBarOnMac(…)
 |      setUnifiedTitleAndToolBarOnMac(self, bool)
 |  
 |  sharedPainter(…)
 |  
 |  showEvent(…)
 |  
 |  splitDockWidget(…)
 |      splitDockWidget(self, QDockWidget, QDockWidget, Qt.Orientation)
 |  
 |  statusBar(…)
 |      statusBar(self) -> QStatusBar
 |  
 |  tabPosition(…)
 |      tabPosition(self, Qt.DockWidgetArea) -> QTabWidget.TabPosition
 |  
 |  tabShape(…)
 |      tabShape(self) -> QTabWidget.TabShape
 |  
 |  tabifiedDockWidgetActivated = <unbound PYQT_SIGNAL tabifiedDockWidgetActivated(QDockWidget*)>
 |  tabifiedDockWidgets(…)
 |      tabifiedDockWidgets(self, QDockWidget) -> object
 |  
 |  tabifyDockWidget(…)
 |      tabifyDockWidget(self, QDockWidget, QDockWidget)
 |  
 |  tabletEvent(…)
 |  
 |  takeCentralWidget(…)
 |      takeCentralWidget(self) -> QWidget
 |  
 |  timerEvent(…)
 |  
 |  toolBarArea(…)
 |      toolBarArea(self, QToolBar) -> Qt.ToolBarArea
 |  
 |  toolBarBreak(…)
 |      toolBarBreak(self, QToolBar) -> bool
 |  
 |  toolButtonStyle(…)
 |      toolButtonStyle(self) -> Qt.ToolButtonStyle
 |  
 |  toolButtonStyleChanged = <unbound PYQT_SIGNAL toolButtonStyleChanged(Qt::ToolButtonStyle)>
 |  unifiedTitleAndToolBarOnMac(…)
 |      unifiedTitleAndToolBarOnMac(self) -> bool
 |  
 |  updateMicroFocus(…)
 |  
 |  wheelEvent(…)
 |  
 |  ———————————————————————-
 |  Data and other attributes defined here:
 |  
 |  AllowNestedDocks = 2
 |  
 |  AllowTabbedDocks = 4
 |  
 |  AnimatedDocks = 1
 |  
 |  DockOption = <class ‘PyQt5.QtWidgets.QMainWindow.DockOption’>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by ‘+’ or ‘-‘ and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int(‘0b100’, base=0)
 |      4
 |  
 |  DockOptions = <class ‘PyQt5.QtWidgets.DockOptions’>
 |      QMainWindow.DockOptions()
 |      QMainWindow.DockOptions(Union[QMainWindow.DockOptions, QMainWindow.DockOption])
 |      QMainWindow.DockOptions(QMainWindow.DockOptions)
 |  
 |  ForceTabbedDocks = 8
 |  
 |  GroupedDragging = 32
 |  
 |  VerticalTabs = 16
 |  
 |  ———————————————————————-
 |  Methods inherited from QWidget:
 |  
 |  acceptDrops(…)
 |      acceptDrops(self) -> bool
 |  
 |  accessibleDescription(…)
 |      accessibleDescription(self) -> str
 |  
 |  accessibleName(…)
 |      accessibleName(self) -> str
 |  
 |  actions(…)
 |      actions(self) -> List[QAction]
 |  
 |  activateWindow(…)
 |      activateWindow(self)
 |  
 |  addAction(…)
 |      addAction(self, QAction)
 |  
 |  addActions(…)
 |      addActions(self, object)
 |  
 |  adjustSize(…)
 |      adjustSize(self)
 |  
 |  autoFillBackground(…)
 |      autoFillBackground(self) -> bool
 |  
 |  backgroundRole(…)
 |      backgroundRole(self) -> QPalette.ColorRole
 |  
 |  baseSize(…)
 |      baseSize(self) -> QSize
 |  
 |  childAt(…)
 |      childAt(self, QPoint) -> QWidget
 |      childAt(self, int, int) -> QWidget
 |  
 |  childrenRect(…)
 |      childrenRect(self) -> QRect
 |  
 |  childrenRegion(…)
 |      childrenRegion(self) -> QRegion
 |  
 |  clearFocus(…)
 |      clearFocus(self)
 |  
 |  clearMask(…)
 |      clearMask(self)
 |  
 |  close(…)
 |      close(self) -> bool
 |  
 |  contentsMargins(…)
 |      contentsMargins(self) -> QMargins
 |  
 |  contentsRect(…)
 |      contentsRect(self) -> QRect
 |  
 |  contextMenuPolicy(…)
 |      contextMenuPolicy(self) -> Qt.ContextMenuPolicy
 |  
 |  createWindowContainer(…)
 |      createWindowContainer(QWindow, parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = 0) -> QWidget
 |  
 |  cursor(…)
 |      cursor(self) -> QCursor
 |  
 |  customContextMenuRequested = <unbound PYQT_SIGNAL customContextMenuRequested(QPoint)>
 |  devType(…)
 |      devType(self) -> int
 |  
 |  effectiveWinId(…)
 |      effectiveWinId(self) -> sip.voidptr
 |  
 |  ensurePolished(…)
 |      ensurePolished(self)
 |  
 |  find(…)
 |      find(sip.voidptr) -> QWidget
 |  
 |  focusPolicy(…)
 |      focusPolicy(self) -> Qt.FocusPolicy
 |  
 |  focusProxy(…)
 |      focusProxy(self) -> QWidget
 |  
 |  focusWidget(…)
 |      focusWidget(self) -> QWidget
 |  
 |  font(…)
 |      font(self) -> QFont
 |  
 |  fontInfo(…)
 |      fontInfo(self) -> QFontInfo
 |  
 |  fontMetrics(…)
 |      fontMetrics(self) -> QFontMetrics
 |  
 |  foregroundRole(…)
 |      foregroundRole(self) -> QPalette.ColorRole
 |  
 |  frameGeometry(…)
 |      frameGeometry(self) -> QRect
 |  
 |  frameSize(…)
 |      frameSize(self) -> QSize
 |  
 |  geometry(…)
 |      geometry(self) -> QRect
 |  
 |  getContentsMargins(…)
 |      getContentsMargins(self) -> Tuple[int, int, int, int]
 |  
 |  grab(…)
 |      grab(self, rectangle: QRect = QRect(QPoint(0,0),QSize(-1,-1))) -> QPixmap
 |  
 |  grabGesture(…)
 |      grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())
 |  
 |  grabKeyboard(…)
 |      grabKeyboard(self)
 |  
 |  grabMouse(…)
 |      grabMouse(self)
 |      grabMouse(self, Union[QCursor, Qt.CursorShape])
 |  
 |  grabShortcut(…)
 |      grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut) -> int
 |  
 |  graphicsEffect(…)
 |      graphicsEffect(self) -> QGraphicsEffect
 |  
 |  graphicsProxyWidget(…)
 |      graphicsProxyWidget(self) -> QGraphicsProxyWidget
 |  
 |  hasFocus(…)
 |      hasFocus(self) -> bool
 |  
 |  hasHeightForWidth(…)
 |      hasHeightForWidth(self) -> bool
 |  
 |  hasMouseTracking(…)
 |      hasMouseTracking(self) -> bool
 |  
 |  height(…)
 |      height(self) -> int
 |  
 |  heightForWidth(…)
 |      heightForWidth(self, int) -> int
 |  
 |  hide(…)
 |      hide(self)
 |  
 |  inputMethodHints(…)
 |      inputMethodHints(self) -> Qt.InputMethodHints
 |  
 |  inputMethodQuery(…)
 |      inputMethodQuery(self, Qt.InputMethodQuery) -> Any
 |  
 |  insertAction(…)
 |      insertAction(self, QAction, QAction)
 |  
 |  insertActions(…)
 |      insertActions(self, QAction, Iterable[QAction])
 |  
 |  isActiveWindow(…)
 |      isActiveWindow(self) -> bool
 |  
 |  isAncestorOf(…)
 |      isAncestorOf(self, QWidget) -> bool
 |  
 |  isEnabled(…)
 |      isEnabled(self) -> bool
 |  
 |  isEnabledTo(…)
 |      isEnabledTo(self, QWidget) -> bool
 |  
 |  isFullScreen(…)
 |      isFullScreen(self) -> bool
 |  
 |  isHidden(…)
 |      isHidden(self) -> bool
 |  
 |  isLeftToRight(…)
 |      isLeftToRight(self) -> bool
 |  
 |  isMaximized(…)
 |      isMaximized(self) -> bool
 |  
 |  isMinimized(…)
 |      isMinimized(self) -> bool
 |  
 |  isModal(…)
 |      isModal(self) -> bool
 |  
 |  isRightToLeft(…)
 |      isRightToLeft(self) -> bool
 |  
 |  isVisible(…)
 |      isVisible(self) -> bool
 |  
 |  isVisibleTo(…)
 |      isVisibleTo(self, QWidget) -> bool
 |  
 |  isWindow(…)
 |      isWindow(self) -> bool
 |  
 |  isWindowModified(…)
 |      isWindowModified(self) -> bool
 |  
 |  keyboardGrabber(…)
 |      keyboardGrabber() -> QWidget
 |  
 |  layout(…)
 |      layout(self) -> QLayout
 |  
 |  layoutDirection(…)
 |      layoutDirection(self) -> Qt.LayoutDirection
 |  
 |  locale(…)
 |      locale(self) -> QLocale
 |  
 |  lower(…)
 |      lower(self)
 |  
 |  mapFrom(…)
 |      mapFrom(self, QWidget, QPoint) -> QPoint
 |  
 |  mapFromGlobal(…)
 |      mapFromGlobal(self, QPoint) -> QPoint
 |  
 |  mapFromParent(…)
 |      mapFromParent(self, QPoint) -> QPoint
 |  
 |  mapTo(…)
 |      mapTo(self, QWidget, QPoint) -> QPoint
 |  
 |  mapToGlobal(…)
 |      mapToGlobal(self, QPoint) -> QPoint
 |  
 |  mapToParent(…)
 |      mapToParent(self, QPoint) -> QPoint
 |  
 |  mask(…)
 |      mask(self) -> QRegion
 |  
 |  maximumHeight(…)
 |      maximumHeight(self) -> int
 |  
 |  maximumSize(…)
 |      maximumSize(self) -> QSize
 |  
 |  maximumWidth(…)
 |      maximumWidth(self) -> int
 |  
 |  minimumHeight(…)
 |      minimumHeight(self) -> int
 |  
 |  minimumSize(…)
 |      minimumSize(self) -> QSize
 |  
 |  minimumSizeHint(…)
 |      minimumSizeHint(self) -> QSize
 |  
 |  minimumWidth(…)
 |      minimumWidth(self) -> int
 |  
 |  mouseGrabber(…)
 |      mouseGrabber() -> QWidget
 |  
 |  move(…)
 |      move(self, QPoint)
 |      move(self, int, int)
 |  
 |  nativeParentWidget(…)
 |      nativeParentWidget(self) -> QWidget
 |  
 |  nextInFocusChain(…)
 |      nextInFocusChain(self) -> QWidget
 |  
 |  normalGeometry(…)
 |      normalGeometry(self) -> QRect
 |  
 |  overrideWindowFlags(…)
 |      overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])
 |  
 |  overrideWindowState(…)
 |      overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])
 |  
 |  paintEngine(…)
 |      paintEngine(self) -> QPaintEngine
 |  
 |  palette(…)
 |      palette(self) -> QPalette
 |  
 |  parentWidget(…)
 |      parentWidget(self) -> QWidget
 |  
 |  pos(…)
 |      pos(self) -> QPoint
 |  
 |  previousInFocusChain(…)
 |      previousInFocusChain(self) -> QWidget
 |  
 |  raise_(…)
 |      raise_(self)
 |  
 |  rect(…)
 |      rect(self) -> QRect
 |  
 |  releaseKeyboard(…)
 |      releaseKeyboard(self)
 |  
 |  releaseMouse(…)
 |      releaseMouse(self)
 |  
 |  releaseShortcut(…)
 |      releaseShortcut(self, int)
 |  
 |  removeAction(…)
 |      removeAction(self, QAction)
 |  
 |  render(…)
 |      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(…)
 |      repaint(self)
 |      repaint(self, int, int, int, int)
 |      repaint(self, QRect)
 |      repaint(self, QRegion)
 |  
 |  resize(…)
 |      resize(self, QSize)
 |      resize(self, int, int)
 |  
 |  restoreGeometry(…)
 |      restoreGeometry(self, Union[QByteArray, bytes, bytearray]) -> bool
 |  
 |  saveGeometry(…)
 |      saveGeometry(self) -> QByteArray
 |  
 |  scroll(…)
 |      scroll(self, int, int)
 |      scroll(self, int, int, QRect)
 |  
 |  setAcceptDrops(…)
 |      setAcceptDrops(self, bool)
 |  
 |  setAccessibleDescription(…)
 |      setAccessibleDescription(self, str)
 |  
 |  setAccessibleName(…)
 |      setAccessibleName(self, str)
 |  
 |  setAttribute(…)
 |      setAttribute(self, Qt.WidgetAttribute, on: bool = True)
 |  
 |  setAutoFillBackground(…)
 |      setAutoFillBackground(self, bool)
 |  
 |  setBackgroundRole(…)
 |      setBackgroundRole(self, QPalette.ColorRole)
 |  
 |  setBaseSize(…)
 |      setBaseSize(self, int, int)
 |      setBaseSize(self, QSize)
 |  
 |  setContentsMargins(…)
 |      setContentsMargins(self, int, int, int, int)
 |      setContentsMargins(self, QMargins)
 |  
 |  setContextMenuPolicy(…)
 |      setContextMenuPolicy(self, Qt.ContextMenuPolicy)
 |  
 |  setCursor(…)
 |      setCursor(self, Union[QCursor, Qt.CursorShape])
 |  
 |  setDisabled(…)
 |      setDisabled(self, bool)
 |  
 |  setEnabled(…)
 |      setEnabled(self, bool)
 |  
 |  setFixedHeight(…)
 |      setFixedHeight(self, int)
 |  
 |  setFixedSize(…)
 |      setFixedSize(self, QSize)
 |      setFixedSize(self, int, int)
 |  
 |  setFixedWidth(…)
 |      setFixedWidth(self, int)
 |  
 |  setFocus(…)
 |      setFocus(self)
 |      setFocus(self, Qt.FocusReason)
 |  
 |  setFocusPolicy(…)
 |      setFocusPolicy(self, Qt.FocusPolicy)
 |  
 |  setFocusProxy(…)
 |      setFocusProxy(self, QWidget)
 |  
 |  setFont(…)
 |      setFont(self, QFont)
 |  
 |  setForegroundRole(…)
 |      setForegroundRole(self, QPalette.ColorRole)
 |  
 |  setGeometry(…)
 |      setGeometry(self, QRect)
 |      setGeometry(self, int, int, int, int)
 |  
 |  setGraphicsEffect(…)
 |      setGraphicsEffect(self, QGraphicsEffect)
 |  
 |  setHidden(…)
 |      setHidden(self, bool)
 |  
 |  setInputMethodHints(…)
 |      setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])
 |  
 |  setLayout(…)
 |      setLayout(self, QLayout)
 |  
 |  setLayoutDirection(…)
 |      setLayoutDirection(self, Qt.LayoutDirection)
 |  
 |  setLocale(…)
 |      setLocale(self, QLocale)
 |  
 |  setMask(…)
 |      setMask(self, QBitmap)
 |      setMask(self, QRegion)
 |  
 |  setMaximumHeight(…)
 |      setMaximumHeight(self, int)
 |  
 |  setMaximumSize(…)
 |      setMaximumSize(self, int, int)
 |      setMaximumSize(self, QSize)
 |  
 |  setMaximumWidth(…)
 |      setMaximumWidth(self, int)
 |  
 |  setMinimumHeight(…)
 |      setMinimumHeight(self, int)
 |  
 |  setMinimumSize(…)
 |      setMinimumSize(self, int, int)
 |      setMinimumSize(self, QSize)
 |  
 |  setMinimumWidth(…)
 |      setMinimumWidth(self, int)
 |  
 |  setMouseTracking(…)
 |      setMouseTracking(self, bool)
 |  
 |  setPalette(…)
 |      setPalette(self, QPalette)
 |  
 |  setParent(…)
 |      setParent(self, QWidget)
 |      setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])
 |  
 |  setShortcutAutoRepeat(…)
 |      setShortcutAutoRepeat(self, int, enabled: bool = True)
 |  
 |  setShortcutEnabled(…)
 |      setShortcutEnabled(self, int, enabled: bool = True)
 |  
 |  setSizeIncrement(…)
 |      setSizeIncrement(self, int, int)
 |      setSizeIncrement(self, QSize)
 |  
 |  setSizePolicy(…)
 |      setSizePolicy(self, QSizePolicy)
 |      setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)
 |  
 |  setStatusTip(…)
 |      setStatusTip(self, str)
 |  
 |  setStyle(…)
 |      setStyle(self, QStyle)
 |  
 |  setStyleSheet(…)
 |      setStyleSheet(self, str)
 |  
 |  setTabOrder(…)
 |      setTabOrder(QWidget, QWidget)
 |  
 |  setToolTip(…)
 |      setToolTip(self, str)
 |  
 |  setToolTipDuration(…)
 |      setToolTipDuration(self, int)
 |  
 |  setUpdatesEnabled(…)
 |      setUpdatesEnabled(self, bool)
 |  
 |  setVisible(…)
 |      setVisible(self, bool)
 |  
 |  setWhatsThis(…)
 |      setWhatsThis(self, str)
 |  
 |  setWindowFilePath(…)
 |      setWindowFilePath(self, str)
 |  
 |  setWindowFlags(…)
 |      setWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])
 |  
 |  setWindowIcon(…)
 |      setWindowIcon(self, QIcon)
 |  
 |  setWindowIconText(…)
 |      setWindowIconText(self, str)
 |  
 |  setWindowModality(…)
 |      setWindowModality(self, Qt.WindowModality)
 |  
 |  setWindowModified(…)
 |      setWindowModified(self, bool)
 |  
 |  setWindowOpacity(…)
 |      setWindowOpacity(self, float)
 |  
 |  setWindowRole(…)
 |      setWindowRole(self, str)
 |  
 |  setWindowState(…)
 |      setWindowState(self, Union[Qt.WindowStates, Qt.WindowState])
 |  
 |  setWindowTitle(…)
 |      setWindowTitle(self, str)
 |  
 |  show(…)
 |      show(self)
 |  
 |  showFullScreen(…)
 |      showFullScreen(self)
 |  
 |  showMaximized(…)
 |      showMaximized(self)
 |  
 |  showMinimized(…)
 |      showMinimized(self)
 |  
 |  showNormal(…)
 |      showNormal(self)
 |  
 |  size(…)
 |      size(self) -> QSize
 |  
 |  sizeHint(…)
 |      sizeHint(self) -> QSize
 |  
 |  sizeIncrement(…)
 |      sizeIncrement(self) -> QSize
 |  
 |  sizePolicy(…)
 |      sizePolicy(self) -> QSizePolicy
 |  
 |  stackUnder(…)
 |      stackUnder(self, QWidget)
 |  
 |  statusTip(…)
 |      statusTip(self) -> str
 |  
 |  style(…)
 |      style(self) -> QStyle
 |  
 |  styleSheet(…)
 |      styleSheet(self) -> str
 |  
 |  testAttribute(…)
 |      testAttribute(self, Qt.WidgetAttribute) -> bool
 |  
 |  toolTip(…)
 |      toolTip(self) -> str
 |  
 |  toolTipDuration(…)
 |      toolTipDuration(self) -> int
 |  
 |  underMouse(…)
 |      underMouse(self) -> bool
 |  
 |  ungrabGesture(…)
 |      ungrabGesture(self, Qt.GestureType)
 |  
 |  unsetCursor(…)
 |      unsetCursor(self)
 |  
 |  unsetLayoutDirection(…)
 |      unsetLayoutDirection(self)
 |  
 |  unsetLocale(…)
 |      unsetLocale(self)
 |  
 |  update(…)
 |      update(self)
 |      update(self, QRect)
 |      update(self, QRegion)
 |      update(self, int, int, int, int)
 |  
 |  updateGeometry(…)
 |      updateGeometry(self)
 |  
 |  updatesEnabled(…)
 |      updatesEnabled(self) -> bool
 |  
 |  visibleRegion(…)
 |      visibleRegion(self) -> QRegion
 |  
 |  whatsThis(…)
 |      whatsThis(self) -> str
 |  
 |  width(…)
 |      width(self) -> int
 |  
 |  winId(…)
 |      winId(self) -> sip.voidptr
 |  
 |  window(…)
 |      window(self) -> QWidget
 |  
 |  windowFilePath(…)
 |      windowFilePath(self) -> str
 |  
 |  windowFlags(…)
 |      windowFlags(self) -> Qt.WindowFlags
 |  
 |  windowHandle(…)
 |      windowHandle(self) -> QWindow
 |  
 |  windowIcon(…)
 |      windowIcon(self) -> QIcon
 |  
 |  windowIconChanged = <unbound PYQT_SIGNAL windowIconChanged(QIcon)>
 |  windowIconText(…)
 |      windowIconText(self) -> str
 |  
 |  windowIconTextChanged = <unbound PYQT_SIGNAL windowIconTextChanged(QString)>
 |  windowModality(…)
 |      windowModality(self) -> Qt.WindowModality
 |  
 |  windowOpacity(…)
 |      windowOpacity(self) -> float
 |  
 |  windowRole(…)
 |      windowRole(self) -> str
 |  
 |  windowState(…)
 |      windowState(self) -> Qt.WindowStates
 |  
 |  windowTitle(…)
 |      windowTitle(self) -> str
 |  
 |  windowTitleChanged = <unbound PYQT_SIGNAL windowTitleChanged(QString)>
 |  windowType(…)
 |      windowType(self) -> Qt.WindowType
 |  
 |  x(…)
 |      x(self) -> int
 |  
 |  y(…)
 |      y(self) -> int
 |  
 |  ———————————————————————-
 |  Data and other attributes inherited from QWidget:
 |  
 |  DrawChildren = 2
 |  
 |  DrawWindowBackground = 1
 |  
 |  IgnoreMask = 4
 |  
 |  RenderFlag = <class ‘PyQt5.QtWidgets.QWidget.RenderFlag’>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by ‘+’ or ‘-‘ and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int(‘0b100’, base=0)
 |      4
 |  
 |  RenderFlags = <class ‘PyQt5.QtWidgets.RenderFlags’>
 |      QWidget.RenderFlags()
 |      QWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag])
 |      QWidget.RenderFlags(QWidget.RenderFlags)
 |  
 |  ———————————————————————-
 |  Methods inherited from PyQt5.QtCore.QObject:
 |  
 |  __getattr__(…)
 |      __getattr__(self, str) -> object
 |  
 |  blockSignals(…)
 |      blockSignals(self, bool) -> bool
 |  
 |  children(…)
 |      children(self) -> object
 |  
 |  deleteLater(…)
 |      deleteLater(self)
 |  
 |  destroyed = <unbound PYQT_SIGNAL destroyed(QObject*)>
 |  disconnect(…)
 |      disconnect(self)
 |  
 |  dumpObjectInfo(…)
 |      dumpObjectInfo(self)
 |  
 |  dumpObjectTree(…)
 |      dumpObjectTree(self)
 |  
 |  dynamicPropertyNames(…)
 |      dynamicPropertyNames(self) -> object
 |  
 |  eventFilter(…)
 |      eventFilter(self, QObject, QEvent) -> bool
 |  
 |  findChild(…)
 |      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(…)
 |      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]
 |  
 |  inherits(…)
 |      inherits(self, str) -> bool
 |  
 |  installEventFilter(…)
 |      installEventFilter(self, QObject)
 |  
 |  isWidgetType(…)
 |      isWidgetType(self) -> bool
 |  
 |  isWindowType(…)
 |      isWindowType(self) -> bool
 |  
 |  killTimer(…)
 |      killTimer(self, int)
 |  
 |  metaObject(…)
 |      metaObject(self) -> QMetaObject
 |  
 |  moveToThread(…)
 |      moveToThread(self, QThread)
 |  
 |  objectName(…)
 |      objectName(self) -> str
 |  
 |  objectNameChanged = <unbound PYQT_SIGNAL objectNameChanged(QString)>
 |  parent(…)
 |      parent(self) -> QObject
 |  
 |  property(…)
 |      property(self, str) -> Any
 |  
 |  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.
 |  
 |  removeEventFilter(…)
 |      removeEventFilter(self, QObject)
 |  
 |  setObjectName(…)
 |      setObjectName(self, str)
 |  
 |  setProperty(…)
 |      setProperty(self, str, Any) -> bool
 |  
 |  signalsBlocked(…)
 |      signalsBlocked(self) -> bool
 |  
 |  startTimer(…)
 |      startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer) -> int
 |  
 |  thread(…)
 |      thread(self) -> QThread
 |  
 |  tr(…)
 |      tr(self, str, disambiguation: str = None, n: int = -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(…)
 |      colorCount(self) -> int
 |  
 |  depth(…)
 |      depth(self) -> int
 |  
 |  devicePixelRatio(…)
 |      devicePixelRatio(self) -> int
 |  
 |  devicePixelRatioF(…)
 |      devicePixelRatioF(self) -> float
 |  
 |  devicePixelRatioFScale(…)
 |      devicePixelRatioFScale() -> float
 |  
 |  heightMM(…)
 |      heightMM(self) -> int
 |  
 |  logicalDpiX(…)
 |      logicalDpiX(self) -> int
 |  
 |  logicalDpiY(…)
 |      logicalDpiY(self) -> int
 |  
 |  paintingActive(…)
 |      paintingActive(self) -> bool
 |  
 |  physicalDpiX(…)
 |      physicalDpiX(self) -> int
 |  
 |  physicalDpiY(…)
 |      physicalDpiY(self) -> int
 |  
 |  widthMM(…)
 |      widthMM(self) -> int
 |  
 |  ———————————————————————-
 |  Data and other attributes inherited from PyQt5.QtGui.QPaintDevice:
 |  
 |  PaintDeviceMetric = <class ‘PyQt5.QtGui.QPaintDevice.PaintDeviceMetric…
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by ‘+’ or ‘-‘ and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int(‘0b100’, base=0)
 |      4
 |  
 |  PdmDepth = 6
 |  
 |  PdmDevicePixelRatio = 11
 |  
 |  PdmDevicePixelRatioScaled = 12
 |  
 |  PdmDpiX = 7
 |  
 |  PdmDpiY = 8
 |  
 |  PdmHeight = 2
 |  
 |  PdmHeightMM = 4
 |  
 |  PdmNumColors = 5
 |  
 |  PdmPhysicalDpiX = 9
 |  
 |  PdmPhysicalDpiY = 10
 |  
 |  PdmWidth = 1
 |  
 |  PdmWidthMM = 3
 |  
 |  ———————————————————————-
 |  Methods inherited from sip.simplewrapper:
 |  
 |  __init__(self, /, *args, **kwargs)
 |      Initialize self.  See help(type(self)) for accurate signature.
 |  
 |  __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__

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,031
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,520
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,368
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,148
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,781
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,860