- activated
void activated(int index)
Undocumented in source.
- activated
void activated(const(QString) )
Undocumented in source.
- addItem
void addItem(const(QString) atext, const(QVariant) auserData)
Undocumented in source. Be warned that the author may not have intended to support it.
- addItem
void addItem(const(QString) atext, const(QVariant) auserData)
Undocumented in source. Be warned that the author may not have intended to support it.
- addItem
void addItem(const(QIcon) aicon, const(QString) atext, const(QVariant) auserData)
Undocumented in source. Be warned that the author may not have intended to support it.
- addItems
void addItems(const(QStringList) texts)
Undocumented in source. Be warned that the author may not have intended to support it.
- autoCompletion
bool autoCompletion()
Undocumented in source.
- autoCompletionCaseSensitivity
qt.core.namespace.CaseSensitivity autoCompletionCaseSensitivity()
Undocumented in source.
- changeEvent
void changeEvent(QEvent e)
Undocumented in source.
- clear
void clear()
Undocumented in source.
- clearEditText
void clearEditText()
Undocumented in source.
- completer
QCompleter completer()
Undocumented in source.
- contextMenuEvent
void contextMenuEvent(QContextMenuEvent e)
Undocumented in source.
- count
int count()
Undocumented in source.
- currentData
QVariant currentData(int role)
Undocumented in source.
- currentIndex
int currentIndex()
Undocumented in source.
- currentIndexChanged
void currentIndexChanged(int index)
Undocumented in source.
- currentIndexChanged
void currentIndexChanged(const(QString) )
Undocumented in source.
- currentText
QString currentText()
Undocumented in source.
- currentTextChanged
void currentTextChanged(const(QString) )
Undocumented in source.
- duplicatesEnabled
bool duplicatesEnabled()
Undocumented in source.
- editTextChanged
void editTextChanged(const(QString) )
Undocumented in source.
- event
bool event(QEvent event)
Undocumented in source.
- focusInEvent
void focusInEvent(QFocusEvent e)
Undocumented in source.
- focusOutEvent
void focusOutEvent(QFocusEvent e)
Undocumented in source.
- hasFrame
bool hasFrame()
Undocumented in source.
- hideEvent
void hideEvent(QHideEvent e)
Undocumented in source.
- hidePopup
void hidePopup()
Undocumented in source.
- highlighted
void highlighted(int index)
Undocumented in source.
- highlighted
void highlighted(const(QString) )
Undocumented in source.
- iconSize
QSize iconSize()
Undocumented in source.
- initStyleOption
void initStyleOption(QStyleOptionComboBox* option)
Undocumented in source.
- inputMethodEvent
void inputMethodEvent(QInputMethodEvent )
Undocumented in source.
- inputMethodQuery
QVariant inputMethodQuery(qt.core.namespace.InputMethodQuery )
Undocumented in source.
- inputMethodQuery
QVariant inputMethodQuery(qt.core.namespace.InputMethodQuery query, const(QVariant) argument)
Undocumented in source.
- insertItem
void insertItem(int aindex, const(QString) atext, const(QVariant) auserData)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertItem
void insertItem(int index, const(QIcon) icon, const(QString) text, const(QVariant) userData)
Undocumented in source.
- insertItems
void insertItems(int index, const(QStringList) texts)
Undocumented in source.
- insertPolicy
InsertPolicy insertPolicy()
Undocumented in source.
- insertSeparator
void insertSeparator(int index)
Undocumented in source.
- isEditable
bool isEditable()
Undocumented in source.
- itemData
QVariant itemData(int index, int role)
Undocumented in source.
- itemDelegate
QAbstractItemDelegate itemDelegate()
Undocumented in source.
- itemIcon
QIcon itemIcon(int index)
Undocumented in source.
- itemText
QString itemText(int index)
Undocumented in source.
- keyPressEvent
void keyPressEvent(QKeyEvent e)
Undocumented in source.
- keyReleaseEvent
void keyReleaseEvent(QKeyEvent e)
Undocumented in source.
- lineEdit
QLineEdit lineEdit()
Undocumented in source.
- maxCount
int maxCount()
Undocumented in source.
- maxVisibleItems
int maxVisibleItems()
Undocumented in source.
- minimumContentsLength
int minimumContentsLength()
Undocumented in source.
- minimumSizeHint
QSize minimumSizeHint()
Undocumented in source.
- model
QAbstractItemModel model()
Undocumented in source.
- modelColumn
int modelColumn()
Undocumented in source.
- mousePressEvent
void mousePressEvent(QMouseEvent e)
Undocumented in source.
- mouseReleaseEvent
void mouseReleaseEvent(QMouseEvent e)
Undocumented in source.
- paintEvent
void paintEvent(QPaintEvent e)
Undocumented in source.
- placeholderText
QString placeholderText()
Undocumented in source.
- removeItem
void removeItem(int index)
Undocumented in source.
- resizeEvent
void resizeEvent(QResizeEvent e)
Undocumented in source.
- rootModelIndex
QModelIndex rootModelIndex()
Undocumented in source.
- setAutoCompletion
void setAutoCompletion(bool enable)
Undocumented in source.
- setAutoCompletionCaseSensitivity
void setAutoCompletionCaseSensitivity(qt.core.namespace.CaseSensitivity sensitivity)
Undocumented in source.
- setCompleter
void setCompleter(QCompleter c)
Undocumented in source.
- setCurrentIndex
void setCurrentIndex(int index)
Undocumented in source.
- setCurrentText
void setCurrentText(const(QString) text)
Undocumented in source.
- setDuplicatesEnabled
void setDuplicatesEnabled(bool enable)
Undocumented in source.
- setEditText
void setEditText(const(QString) text)
Undocumented in source.
- setEditable
void setEditable(bool editable)
Undocumented in source.
- setFrame
void setFrame(bool )
Undocumented in source.
- setIconSize
void setIconSize(const(QSize) size)
Undocumented in source.
- setInsertPolicy
void setInsertPolicy(InsertPolicy policy)
Undocumented in source.
- setItemData
void setItemData(int index, const(QVariant) value, int role)
Undocumented in source.
- setItemDelegate
void setItemDelegate(QAbstractItemDelegate delegate_)
Undocumented in source.
- setItemIcon
void setItemIcon(int index, const(QIcon) icon)
Undocumented in source.
- setItemText
void setItemText(int index, const(QString) text)
Undocumented in source.
- setItemText
void setItemText(int index, QString s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLineEdit
void setLineEdit(QLineEdit edit)
Undocumented in source.
- setMaxCount
void setMaxCount(int max)
Undocumented in source.
- setMaxVisibleItems
void setMaxVisibleItems(int maxItems)
Undocumented in source.
- setMinimumContentsLength
void setMinimumContentsLength(int characters)
Undocumented in source.
- setModel
void setModel(QAbstractItemModel model)
Undocumented in source.
- setModelColumn
void setModelColumn(int visibleColumn)
Undocumented in source.
- setPlaceholderText
void setPlaceholderText(const(QString) placeholderText)
Undocumented in source.
- setRootModelIndex
void setRootModelIndex(const(QModelIndex) index)
Undocumented in source.
- setSizeAdjustPolicy
void setSizeAdjustPolicy(SizeAdjustPolicy policy)
Undocumented in source.
- setValidator
void setValidator(const(QValidator) v)
Undocumented in source.
- setView
void setView(QAbstractItemView itemView)
Undocumented in source.
- showEvent
void showEvent(QShowEvent e)
Undocumented in source.
- showPopup
void showPopup()
Undocumented in source.
- sizeAdjustPolicy
SizeAdjustPolicy sizeAdjustPolicy()
Undocumented in source.
- sizeHint
QSize sizeHint()
Undocumented in source.
- textActivated
void textActivated(const(QString) )
Undocumented in source.
- textHighlighted
void textHighlighted(const(QString) )
Undocumented in source.
- validator
const(QValidator) validator()
Undocumented in source.
- view
QAbstractItemView view()
Undocumented in source.
- wheelEvent
void wheelEvent(QWheelEvent e)
Undocumented in source.
- baseQPaintDeviceInterface
QPaintDeviceFakeInheritance baseQPaintDeviceInterface;
Undocumented in source.
- RenderFlag
enum RenderFlag
Undocumented in source.
- RenderFlags
alias RenderFlags = QFlags!(RenderFlag)
Undocumented in source.
- ~this
~this()
Undocumented in source.
- devType
int devType()
Undocumented in source.
- winId
WId winId()
Undocumented in source.
- createWinId
void createWinId()
Undocumented in source.
- internalWinId
WId internalWinId()
Undocumented in source. Be warned that the author may not have intended to support it.
- effectiveWinId
WId effectiveWinId()
Undocumented in source.
- style
QStyle style()
Undocumented in source.
- setStyle
void setStyle(QStyle )
Undocumented in source.
- isTopLevel
bool isTopLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWindow
bool isWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
- isModal
bool isModal()
Undocumented in source. Be warned that the author may not have intended to support it.
- windowModality
qt.core.namespace.WindowModality windowModality()
Undocumented in source.
- setWindowModality
void setWindowModality(qt.core.namespace.WindowModality windowModality)
Undocumented in source.
- isEnabled
bool isEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- isEnabledTo
bool isEnabledTo(const(QWidget) )
Undocumented in source.
- isEnabledToTLW
bool isEnabledToTLW()
Undocumented in source. Be warned that the author may not have intended to support it.
- setEnabled
void setEnabled(bool )
Undocumented in source.
- setDisabled
void setDisabled(bool )
Undocumented in source.
- setWindowModified
void setWindowModified(bool )
Undocumented in source.
- frameGeometry
QRect frameGeometry()
Undocumented in source.
- geometry
const(QRect) geometry()
Undocumented in source. Be warned that the author may not have intended to support it.
- normalGeometry
QRect normalGeometry()
Undocumented in source.
- x
int x()
Undocumented in source.
- y
int y()
Undocumented in source.
- pos
QPoint pos()
Undocumented in source.
- frameSize
QSize frameSize()
Undocumented in source.
- size
QSize size()
Undocumented in source. Be warned that the author may not have intended to support it.
- width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.
- height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
- rect
QRect rect()
Undocumented in source. Be warned that the author may not have intended to support it.
- childrenRect
QRect childrenRect()
Undocumented in source.
- childrenRegion
QRegion childrenRegion()
Undocumented in source.
- minimumSize
QSize minimumSize()
Undocumented in source.
- maximumSize
QSize maximumSize()
Undocumented in source.
- minimumWidth
int minimumWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- minimumHeight
int minimumHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- maximumWidth
int maximumWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- maximumHeight
int maximumHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinimumSize
void setMinimumSize(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinimumSize
void setMinimumSize(int minw, int minh)
Undocumented in source.
- setMaximumSize
void setMaximumSize(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaximumSize
void setMaximumSize(int maxw, int maxh)
Undocumented in source.
- setMinimumWidth
void setMinimumWidth(int minw)
Undocumented in source.
- setMinimumHeight
void setMinimumHeight(int minh)
Undocumented in source.
- setMaximumWidth
void setMaximumWidth(int maxw)
Undocumented in source.
- setMaximumHeight
void setMaximumHeight(int maxh)
Undocumented in source.
- sizeIncrement
QSize sizeIncrement()
Undocumented in source.
- setSizeIncrement
void setSizeIncrement(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSizeIncrement
void setSizeIncrement(int w, int h)
Undocumented in source.
- baseSize
QSize baseSize()
Undocumented in source.
- setBaseSize
void setBaseSize(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBaseSize
void setBaseSize(int basew, int baseh)
Undocumented in source.
- setFixedSize
void setFixedSize(const(QSize) )
Undocumented in source.
- setFixedSize
void setFixedSize(int w, int h)
Undocumented in source.
- setFixedWidth
void setFixedWidth(int w)
Undocumented in source.
- setFixedHeight
void setFixedHeight(int h)
Undocumented in source.
- mapToGlobal
QPoint mapToGlobal(const(QPoint) )
Undocumented in source.
- mapFromGlobal
QPoint mapFromGlobal(const(QPoint) )
Undocumented in source.
- mapToParent
QPoint mapToParent(const(QPoint) )
Undocumented in source.
- mapFromParent
QPoint mapFromParent(const(QPoint) )
Undocumented in source.
- mapTo
QPoint mapTo(const(QWidget) , const(QPoint) )
Undocumented in source.
- mapFrom
QPoint mapFrom(const(QWidget) , const(QPoint) )
Undocumented in source.
- window
QWidget window()
Undocumented in source.
- nativeParentWidget
QWidget nativeParentWidget()
Undocumented in source.
- topLevelWidget
QWidget topLevelWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
- palette
const(QPalette) palette()
Undocumented in source.
- setPalette
void setPalette(const(QPalette) )
Undocumented in source.
- setBackgroundRole
void setBackgroundRole(QPalette.ColorRole )
Undocumented in source.
- backgroundRole
QPalette.ColorRole backgroundRole()
Undocumented in source.
- setForegroundRole
void setForegroundRole(QPalette.ColorRole )
Undocumented in source.
- foregroundRole
QPalette.ColorRole foregroundRole()
Undocumented in source.
- font
const(QFont) font()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFont
void setFont(const(QFont) )
Undocumented in source.
- fontMetrics
QFontMetrics fontMetrics()
Undocumented in source. Be warned that the author may not have intended to support it.
- fontInfo
QFontInfo fontInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
- cursor
QCursor cursor()
Undocumented in source.
- setCursor
void setCursor(const(QCursor) )
Undocumented in source.
- unsetCursor
void unsetCursor()
Undocumented in source.
- setMouseTracking
void setMouseTracking(bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasMouseTracking
bool hasMouseTracking()
Undocumented in source. Be warned that the author may not have intended to support it.
- underMouse
bool underMouse()
Undocumented in source. Be warned that the author may not have intended to support it.
- setTabletTracking
void setTabletTracking(bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasTabletTracking
bool hasTabletTracking()
Undocumented in source. Be warned that the author may not have intended to support it.
- setMask
void setMask(const(QBitmap) )
Undocumented in source.
- setMask
void setMask(const(QRegion) )
Undocumented in source.
- mask
QRegion mask()
Undocumented in source.
- clearMask
void clearMask()
Undocumented in source.
- render
void render(QPaintDevice target, const(QPoint) targetOffset, const(QRegion) sourceRegion, RenderFlags renderFlags)
Undocumented in source.
- render
void render(QPainter* painter, const(QPoint) targetOffset, const(QRegion) sourceRegion, RenderFlags renderFlags)
Undocumented in source.
- grab
QPixmap grab(const(QRect) rectangle)
Undocumented in source.
- graphicsEffect
QGraphicsEffect* graphicsEffect()
Undocumented in source.
- setGraphicsEffect
void setGraphicsEffect(QGraphicsEffect* effect)
Undocumented in source.
- grabGesture
void grabGesture(qt.core.namespace.GestureType type, qt.core.namespace.GestureFlags flags)
Undocumented in source.
- ungrabGesture
void ungrabGesture(qt.core.namespace.GestureType type)
Undocumented in source.
- setWindowTitle
void setWindowTitle(const(QString) )
Undocumented in source.
- setWindowTitle
void setWindowTitle(QString s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setStyleSheet
void setStyleSheet(const(QString) styleSheet)
Undocumented in source.
- styleSheet
QString styleSheet()
Undocumented in source.
- windowTitle
QString windowTitle()
Undocumented in source.
- setWindowIcon
void setWindowIcon(const(QIcon) icon)
Undocumented in source.
- windowIcon
QIcon windowIcon()
Undocumented in source.
- setWindowIconText
void setWindowIconText(const(QString) )
Undocumented in source.
- windowIconText
QString windowIconText()
Undocumented in source.
- setWindowRole
void setWindowRole(const(QString) )
Undocumented in source.
- windowRole
QString windowRole()
Undocumented in source.
- setWindowFilePath
void setWindowFilePath(const(QString) filePath)
Undocumented in source.
- windowFilePath
QString windowFilePath()
Undocumented in source.
- setWindowOpacity
void setWindowOpacity(qreal level)
Undocumented in source.
- windowOpacity
qreal windowOpacity()
Undocumented in source.
- isWindowModified
bool isWindowModified()
Undocumented in source.
- setToolTip
void setToolTip(const(QString) )
Undocumented in source.
- toolTip
QString toolTip()
Undocumented in source.
- setToolTipDuration
void setToolTipDuration(int msec)
Undocumented in source.
- toolTipDuration
int toolTipDuration()
Undocumented in source.
- setStatusTip
void setStatusTip(const(QString) )
Undocumented in source.
- statusTip
QString statusTip()
Undocumented in source.
- setWhatsThis
void setWhatsThis(const(QString) )
Undocumented in source.
- whatsThis
QString whatsThis()
Undocumented in source.
- accessibleName
QString accessibleName()
Undocumented in source.
- setAccessibleName
void setAccessibleName(const(QString) name)
Undocumented in source.
- accessibleDescription
QString accessibleDescription()
Undocumented in source.
- setAccessibleDescription
void setAccessibleDescription(const(QString) description)
Undocumented in source.
- setLayoutDirection
void setLayoutDirection(qt.core.namespace.LayoutDirection direction)
Undocumented in source.
- layoutDirection
qt.core.namespace.LayoutDirection layoutDirection()
Undocumented in source.
- unsetLayoutDirection
void unsetLayoutDirection()
Undocumented in source.
- setLocale
void setLocale(const(QLocale) locale)
Undocumented in source.
- locale
QLocale locale()
Undocumented in source.
- unsetLocale
void unsetLocale()
Undocumented in source.
- isRightToLeft
bool isRightToLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
- isLeftToRight
bool isLeftToRight()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFocus
void setFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
- isActiveWindow
bool isActiveWindow()
Undocumented in source.
- activateWindow
void activateWindow()
Undocumented in source.
- clearFocus
void clearFocus()
Undocumented in source.
- setFocus
void setFocus(qt.core.namespace.FocusReason reason)
Undocumented in source.
- focusPolicy
qt.core.namespace.FocusPolicy focusPolicy()
Undocumented in source.
- setFocusPolicy
void setFocusPolicy(qt.core.namespace.FocusPolicy policy)
Undocumented in source.
- hasFocus
bool hasFocus()
Undocumented in source.
- setTabOrder
void setTabOrder(QWidget , QWidget )
Undocumented in source.
- setFocusProxy
void setFocusProxy(QWidget )
Undocumented in source.
- focusProxy
QWidget focusProxy()
Undocumented in source.
- contextMenuPolicy
qt.core.namespace.ContextMenuPolicy contextMenuPolicy()
Undocumented in source.
- setContextMenuPolicy
void setContextMenuPolicy(qt.core.namespace.ContextMenuPolicy policy)
Undocumented in source.
- grabMouse
void grabMouse()
Undocumented in source.
- grabMouse
void grabMouse(const(QCursor) )
Undocumented in source.
- releaseMouse
void releaseMouse()
Undocumented in source.
- grabKeyboard
void grabKeyboard()
Undocumented in source.
- releaseKeyboard
void releaseKeyboard()
Undocumented in source.
- grabShortcut
int grabShortcut(const(QKeySequence) key, qt.core.namespace.ShortcutContext context)
Undocumented in source.
- releaseShortcut
void releaseShortcut(int id)
Undocumented in source.
- setShortcutEnabled
void setShortcutEnabled(int id, bool enable)
Undocumented in source.
- setShortcutAutoRepeat
void setShortcutAutoRepeat(int id, bool enable)
Undocumented in source.
- mouseGrabber
QWidget mouseGrabber()
Undocumented in source.
- keyboardGrabber
QWidget keyboardGrabber()
Undocumented in source.
- updatesEnabled
bool updatesEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- setUpdatesEnabled
void setUpdatesEnabled(bool enable)
Undocumented in source.
- graphicsProxyWidget
QGraphicsProxyWidget* graphicsProxyWidget()
Undocumented in source.
- update
void update()
Undocumented in source.
- repaint
void repaint()
Undocumented in source.
- update
void update(int ax, int ay, int aw, int ah)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(const(QRect) )
Undocumented in source.
- update
void update(const(QRegion) )
Undocumented in source.
- repaint
void repaint(int x, int y, int w, int h)
Undocumented in source.
- repaint
void repaint(const(QRect) )
Undocumented in source.
- repaint
void repaint(const(QRegion) )
Undocumented in source.
- setVisible
void setVisible(bool visible)
Undocumented in source.
- setHidden
void setHidden(bool hidden)
Undocumented in source.
- show
void show()
Undocumented in source.
- hide
void hide()
Undocumented in source.
- showMinimized
void showMinimized()
Undocumented in source.
- showMaximized
void showMaximized()
Undocumented in source.
- showFullScreen
void showFullScreen()
Undocumented in source.
- showNormal
void showNormal()
Undocumented in source.
- close
bool close()
Undocumented in source.
- raise
void raise()
Undocumented in source.
- lower
void lower()
Undocumented in source.
- stackUnder
void stackUnder(QWidget )
Undocumented in source.
- move
void move(int ax, int ay)
Undocumented in source. Be warned that the author may not have intended to support it.
- move
void move(const(QPoint) )
Undocumented in source.
- move
void move(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(const(QSize) )
Undocumented in source.
- setGeometry
void setGeometry(int ax, int ay, int aw, int ah)
Undocumented in source. Be warned that the author may not have intended to support it.
- setGeometry
void setGeometry(const(QRect) )
Undocumented in source.
- saveGeometry
QByteArray saveGeometry()
Undocumented in source.
- restoreGeometry
bool restoreGeometry(const(QByteArray) geometry)
Undocumented in source.
- adjustSize
void adjustSize()
Undocumented in source.
- isVisible
bool isVisible()
Undocumented in source. Be warned that the author may not have intended to support it.
- isVisibleTo
bool isVisibleTo(const(QWidget) )
Undocumented in source.
- isHidden
bool isHidden()
Undocumented in source. Be warned that the author may not have intended to support it.
- isMinimized
bool isMinimized()
Undocumented in source.
- isMaximized
bool isMaximized()
Undocumented in source.
- isFullScreen
bool isFullScreen()
Undocumented in source.
- windowState
qt.core.namespace.WindowStates windowState()
Undocumented in source.
- setWindowState
void setWindowState(qt.core.namespace.WindowStates state)
Undocumented in source.
- overrideWindowState
void overrideWindowState(qt.core.namespace.WindowStates state)
Undocumented in source.
- sizeHint
QSize sizeHint()
Undocumented in source.
- minimumSizeHint
QSize minimumSizeHint()
Undocumented in source.
- sizePolicy
QSizePolicy sizePolicy()
Undocumented in source.
- setSizePolicy
void setSizePolicy(QSizePolicy )
Undocumented in source.
- heightForWidth
int heightForWidth(int )
Undocumented in source.
- hasHeightForWidth
bool hasHeightForWidth()
Undocumented in source.
- visibleRegion
QRegion visibleRegion()
Undocumented in source.
- setContentsMargins
void setContentsMargins(int left, int top, int right, int bottom)
Undocumented in source.
- setContentsMargins
void setContentsMargins(const(QMargins) margins)
Undocumented in source.
- getContentsMargins
void getContentsMargins(int* left, int* top, int* right, int* bottom)
Undocumented in source.
- contentsMargins
QMargins contentsMargins()
Undocumented in source.
- contentsRect
QRect contentsRect()
Undocumented in source.
- layout
QLayout layout()
Undocumented in source.
- setLayout
void setLayout(QLayout )
Undocumented in source.
- updateGeometry
void updateGeometry()
Undocumented in source.
- setParent
void setParent(QWidget parent)
Undocumented in source.
- setParent
void setParent(QWidget parent, qt.core.namespace.WindowFlags f)
Undocumented in source.
- scroll
void scroll(int dx, int dy)
Undocumented in source.
- scroll
void scroll(int dx, int dy, const(QRect) )
Undocumented in source.
- focusWidget
QWidget focusWidget()
Undocumented in source.
- nextInFocusChain
QWidget nextInFocusChain()
Undocumented in source.
- previousInFocusChain
QWidget previousInFocusChain()
Undocumented in source.
- acceptDrops
bool acceptDrops()
Undocumented in source.
- setAcceptDrops
void setAcceptDrops(bool on)
Undocumented in source.
- addAction
void addAction(QAction action)
Undocumented in source.
- addActions
void addActions(QList!(QAction) actions)
Undocumented in source.
- insertActions
void insertActions(QAction before, QList!(QAction) actions)
Undocumented in source.
- insertAction
void insertAction(QAction before, QAction action)
Undocumented in source.
- removeAction
void removeAction(QAction action)
Undocumented in source.
- actions
QList!(QAction) actions()
Undocumented in source.
- parentWidget
QWidget parentWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowFlags
void setWindowFlags(qt.core.namespace.WindowFlags type)
Undocumented in source.
- windowFlags
qt.core.namespace.WindowFlags windowFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowFlag
void setWindowFlag(qt.core.namespace.WindowType , bool on)
Undocumented in source.
- overrideWindowFlags
void overrideWindowFlags(qt.core.namespace.WindowFlags type)
Undocumented in source.
- windowType
qt.core.namespace.WindowType windowType()
Undocumented in source. Be warned that the author may not have intended to support it.
- childAt
QWidget childAt(int ax, int ay)
Undocumented in source. Be warned that the author may not have intended to support it.
- childAt
QWidget childAt(const(QPoint) p)
Undocumented in source.
- setAttribute
void setAttribute(qt.core.namespace.WidgetAttribute , bool on)
Undocumented in source.
- testAttribute
bool testAttribute(qt.core.namespace.WidgetAttribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
- paintEngine
QPaintEngine paintEngine()
Undocumented in source.
- ensurePolished
void ensurePolished()
Undocumented in source.
- isAncestorOf
bool isAncestorOf(const(QWidget) child)
Undocumented in source.
- hasEditFocus
bool hasEditFocus()
Undocumented in source.
- setEditFocus
void setEditFocus(bool on)
Undocumented in source.
- autoFillBackground
bool autoFillBackground()
Undocumented in source.
- setAutoFillBackground
void setAutoFillBackground(bool enabled)
Undocumented in source.
- backingStore
QBackingStore* backingStore()
Undocumented in source.
- windowHandle
QWindow* windowHandle()
Undocumented in source.
- screen
QScreen screen()
Undocumented in source.
- createWindowContainer
QWidget createWindowContainer(QWindow* window, QWidget parent, qt.core.namespace.WindowFlags flags)
Undocumented in source.
- windowTitleChanged
void windowTitleChanged(const(QString) title)
Undocumented in source.
- windowIconChanged
void windowIconChanged(const(QIcon) icon)
Undocumented in source.
- windowIconTextChanged
void windowIconTextChanged(const(QString) iconText)
Undocumented in source.
- customContextMenuRequested
void customContextMenuRequested(const(QPoint) pos)
Undocumented in source.
- event
bool event(QEvent event)
Undocumented in source.
- mousePressEvent
void mousePressEvent(QMouseEvent event)
Undocumented in source.
- mouseReleaseEvent
void mouseReleaseEvent(QMouseEvent event)
Undocumented in source.
- mouseDoubleClickEvent
void mouseDoubleClickEvent(QMouseEvent event)
Undocumented in source.
- mouseMoveEvent
void mouseMoveEvent(QMouseEvent event)
Undocumented in source.
- wheelEvent
void wheelEvent(QWheelEvent event)
Undocumented in source.
- keyPressEvent
void keyPressEvent(QKeyEvent event)
Undocumented in source.
- keyReleaseEvent
void keyReleaseEvent(QKeyEvent event)
Undocumented in source.
- focusInEvent
void focusInEvent(QFocusEvent event)
Undocumented in source.
- focusOutEvent
void focusOutEvent(QFocusEvent event)
Undocumented in source.
- enterEvent
void enterEvent(QEvent event)
Undocumented in source.
- leaveEvent
void leaveEvent(QEvent event)
Undocumented in source.
- paintEvent
void paintEvent(QPaintEvent event)
Undocumented in source.
- moveEvent
void moveEvent(QMoveEvent event)
Undocumented in source.
- resizeEvent
void resizeEvent(QResizeEvent event)
Undocumented in source.
- closeEvent
void closeEvent(QCloseEvent event)
Undocumented in source.
- contextMenuEvent
void contextMenuEvent(QContextMenuEvent event)
Undocumented in source.
- tabletEvent
void tabletEvent(QTabletEvent event)
Undocumented in source.
- actionEvent
void actionEvent(QActionEvent event)
Undocumented in source.
- dragEnterEvent
void dragEnterEvent(QDragEnterEvent event)
Undocumented in source.
- dragMoveEvent
void dragMoveEvent(QDragMoveEvent event)
Undocumented in source.
- dragLeaveEvent
void dragLeaveEvent(QDragLeaveEvent event)
Undocumented in source.
- dropEvent
void dropEvent(QDropEvent event)
Undocumented in source.
- showEvent
void showEvent(QShowEvent event)
Undocumented in source.
- hideEvent
void hideEvent(QHideEvent event)
Undocumented in source.
- nativeEvent
bool nativeEvent(const(QByteArray) eventType, void* message, cpp_long* result)
Undocumented in source.
- changeEvent
void changeEvent(QEvent )
Undocumented in source.
- metric
int metric(PaintDeviceMetric )
Undocumented in source.
- initPainter
void initPainter(QPainter* painter)
Undocumented in source.
- redirected
QPaintDevice redirected(QPoint* offset)
Undocumented in source.
- sharedPainter
QPainter* sharedPainter()
Undocumented in source.
- inputMethodEvent
void inputMethodEvent(QInputMethodEvent )
Undocumented in source.
- inputMethodQuery
QVariant inputMethodQuery(qt.core.namespace.InputMethodQuery )
Undocumented in source.
- inputMethodHints
qt.core.namespace.InputMethodHints inputMethodHints()
Undocumented in source.
- setInputMethodHints
void setInputMethodHints(qt.core.namespace.InputMethodHints hints)
Undocumented in source.
- updateMicroFocus
void updateMicroFocus()
Undocumented in source.
- destroy
void destroy(bool destroyWindow, bool destroySubWindows)
Undocumented in source.
- focusNextPrevChild
bool focusNextPrevChild(bool next)
Undocumented in source.
- focusNextChild
bool focusNextChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- focusPreviousChild
bool focusPreviousChild()
Undocumented in source. Be warned that the author may not have intended to support it.