QWidget Class Reference
|
enum | RenderFlag { DrawWindowBackground, DrawChildren, IgnoreMask } |
flags | RenderFlags |
|
|
QWidget ( QWidget * parent = 0, Qt::WindowFlags f = 0 ) | |
~QWidget () | |
bool | acceptDrops () const |
QString | accessibleDescription () const |
QString | accessibleName () const |
QList<QAction *> | actions () const |
void | activateWindow () |
void | addAction ( QAction * action ) |
void | addActions ( QList<QAction *> actions ) |
void | adjustSize () |
bool | autoFillBackground () const |
QPalette::ColorRole | backgroundRole () const |
QSize | baseSize () const |
QWidget * | childAt ( int x, int y ) const |
QWidget * | childAt ( const QPoint & p ) const |
QRect | childrenRect () const |
QRegion | childrenRegion () const |
void | clearFocus () |
void | clearMask () |
QMargins | contentsMargins () const |
QRect | contentsRect () const |
Qt::ContextMenuPolicy | contextMenuPolicy () const |
QCursor | cursor () const |
WId | effectiveWinId () const |
void | ensurePolished () const |
Qt::FocusPolicy | focusPolicy () const |
QWidget * | focusProxy () const |
QWidget * | focusWidget () const |
const QFont & | font () const |
QFontInfo | fontInfo () const |
QFontMetrics | fontMetrics () const |
QPalette::ColorRole | foregroundRole () const |
QRect | frameGeometry () const |
QSize | frameSize () const |
const QRect & | geometry () const |
void | getContentsMargins ( int * left, int * top, int * right, int * bottom ) const |
void | grabGesture ( Qt::GestureType gesture, Qt::GestureFlags flags = Qt::GestureFlags() ) |
void | grabKeyboard () |
void | grabMouse () |
void | grabMouse ( const QCursor & cursor ) |
int | grabShortcut ( const QKeySequence & key, Qt::ShortcutContext context = Qt::WindowShortcut ) |
QGraphicsEffect * | graphicsEffect () const |
QGraphicsProxyWidget * | graphicsProxyWidget () const |
bool | hasEditFocus () const |
bool | hasFocus () const |
bool | hasMouseTracking () const |
int | height () const |
virtual int | heightForWidth ( int w ) const |
QInputContext * | inputContext () |
Qt::InputMethodHints | inputMethodHints () const |
virtual QVariant | inputMethodQuery ( Qt::InputMethodQuery query ) const |
void | insertAction ( QAction * before, QAction * action ) |
void | insertActions ( QAction * before, QList<QAction *> actions ) |
bool | isActiveWindow () const |
bool | isAncestorOf ( const QWidget * child ) const |
bool | isEnabled () const |
bool | isEnabledTo ( QWidget * ancestor ) const |
bool | isFullScreen () const |
bool | isHidden () const |
bool | isMaximized () const |
bool | isMinimized () const |
bool | isModal () const |
bool | isVisible () const |
bool | isVisibleTo ( QWidget * ancestor ) const |
bool | isWindow () const |
bool | isWindowModified () const |
QLayout * | layout () const |
Qt::LayoutDirection | layoutDirection () const |
QLocale | locale () const |
Qt::HANDLE | macCGHandle () const |
Qt::HANDLE | macQDHandle () const |
QPoint | mapFrom ( QWidget * parent, const QPoint & pos ) const |
QPoint | mapFromGlobal ( const QPoint & pos ) const |
QPoint | mapFromParent ( const QPoint & pos ) const |
QPoint | mapTo ( QWidget * parent, const QPoint & pos ) const |
QPoint | mapToGlobal ( const QPoint & pos ) const |
QPoint | mapToParent ( const QPoint & pos ) const |
QRegion | mask () const |
int | maximumHeight () const |
QSize | maximumSize () const |
int | maximumWidth () const |
int | minimumHeight () const |
QSize | minimumSize () const |
virtual QSize | minimumSizeHint () const |
int | minimumWidth () const |
void | move ( const QPoint & ) |
void | move ( int x, int y ) |
QWidget * | nativeParentWidget () const |
QWidget * | nextInFocusChain () const |
QRect | normalGeometry () const |
void | overrideWindowFlags ( Qt::WindowFlags flags ) |
const QPalette & | palette () const |
QWidget * | parentWidget () const |
QPoint | pos () const |
QWidget * | previousInFocusChain () const |
QRect | rect () const |
void | releaseKeyboard () |
void | releaseMouse () |
void | releaseShortcut ( int id ) |
void | removeAction ( QAction * action ) |
void | render ( QPaintDevice * target, const QPoint & targetOffset = QPoint(), const QRegion & sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags( DrawWindowBackground | DrawChildren ) ) |
void | render ( QPainter * painter, const QPoint & targetOffset = QPoint(), const QRegion & sourceRegion = QRegion(), RenderFlags renderFlags = RenderFlags( DrawWindowBackground | DrawChildren ) ) |
void | repaint ( int x, int y, int w, int h ) |
void | repaint ( const QRect & rect ) |
void | repaint ( const QRegion & rgn ) |
void | resize ( const QSize & ) |
void | resize ( int w, int h ) |
bool | restoreGeometry ( const QByteArray & geometry ) |
QByteArray | saveGeometry () const |
void | scroll ( int dx, int dy ) |
void | scroll ( int dx, int dy, const QRect & r ) |
void | setAcceptDrops ( bool on ) |
void | setAccessibleDescription ( const QString & description ) |
void | setAccessibleName ( const QString & name ) |
void | setAttribute ( Qt::WidgetAttribute attribute, bool on = true ) |
void | setAutoFillBackground ( bool enabled ) |
void | setBackgroundRole ( QPalette::ColorRole role ) |
void | setBaseSize ( const QSize & ) |
void | setBaseSize ( int basew, int baseh ) |
void | setContentsMargins ( int left, int top, int right, int bottom ) |
void | setContentsMargins ( const QMargins & margins ) |
void | setContextMenuPolicy ( Qt::ContextMenuPolicy policy ) |
void | setCursor ( const QCursor & ) |
void | setEditFocus ( bool enable ) |
void | setFixedHeight ( int h ) |
void | setFixedSize ( const QSize & s ) |
void | setFixedSize ( int w, int h ) |
void | setFixedWidth ( int w ) |
void | setFocus ( Qt::FocusReason reason ) |
void | setFocusPolicy ( Qt::FocusPolicy policy ) |
void | setFocusProxy ( QWidget * w ) |
void | setFont ( const QFont & ) |
void | setForegroundRole ( QPalette::ColorRole role ) |
void | setGeometry ( const QRect & ) |
void | setGeometry ( int x, int y, int w, int h ) |
void | setGraphicsEffect ( QGraphicsEffect * effect ) |
void | setInputContext ( QInputContext * context ) |
void | setInputMethodHints ( Qt::InputMethodHints hints ) |
void | setLayout ( QLayout * layout ) |
void | setLayoutDirection ( Qt::LayoutDirection direction ) |
void | setLocale ( const QLocale & locale ) |
void | setMask ( const QBitmap & bitmap ) |
void | setMask ( const QRegion & region ) |
void | setMaximumHeight ( int maxh ) |
void | setMaximumSize ( const QSize & ) |
void | setMaximumSize ( int maxw, int maxh ) |
void | setMaximumWidth ( int maxw ) |
void | setMinimumHeight ( int minh ) |
void | setMinimumSize ( const QSize & ) |
void | setMinimumSize ( int minw, int minh ) |
void | setMinimumWidth ( int minw ) |
void | setMouseTracking ( bool enable ) |
void | setPalette ( const QPalette & ) |
void | setParent ( QWidget * parent ) |
void | setParent ( QWidget * parent, Qt::WindowFlags f ) |
void | setShortcutAutoRepeat ( int id, bool enable = true ) |
void | setShortcutEnabled ( int id, bool enable = true ) |
void | setSizeIncrement ( const QSize & ) |
void | setSizeIncrement ( int w, int h ) |
void | setSizePolicy ( QSizePolicy ) |
void | setSizePolicy ( QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical ) |
void | setStatusTip ( const QString & ) |
void | setStyle ( QStyle * style ) |
void | setToolTip ( const QString & ) |
void | setUpdatesEnabled ( bool enable ) |
void | setWhatsThis ( const QString & ) |
void | setWindowFilePath ( const QString & filePath ) |
void | setWindowFlags ( Qt::WindowFlags type ) |
void | setWindowIcon ( const QIcon & icon ) |
void | setWindowIconText ( const QString & ) |
void | setWindowModality ( Qt::WindowModality windowModality ) |
void | setWindowOpacity ( qreal level ) |
void | setWindowRole ( const QString & role ) |
void | setWindowState ( Qt::WindowStates windowState ) |
void | setWindowSurface ( QWindowSurface * surface ) (preliminary) |
void | setupUi ( QWidget * widget ) |
QSize | size () const |
virtual QSize | sizeHint () const |
QSize | sizeIncrement () const |
QSizePolicy | sizePolicy () const |
void | stackUnder ( QWidget * w ) |
QString | statusTip () const |
QStyle * | style () const |
QString | styleSheet () const |
bool | testAttribute ( Qt::WidgetAttribute attribute ) const |
QString | toolTip () const |
bool | underMouse () const |
void | ungrabGesture ( Qt::GestureType gesture ) |
void | unsetCursor () |
void | unsetLayoutDirection () |
void | unsetLocale () |
void | update ( int x, int y, int w, int h ) |
void | update ( const QRect & rect ) |
void | update ( const QRegion & rgn ) |
void | updateGeometry () |
bool | updatesEnabled () const |
QRegion | visibleRegion () const |
QString | whatsThis () const |
int | width () const |
WId | winId () const |
QWidget * | window () const |
QString | windowFilePath () const |
Qt::WindowFlags | windowFlags () const |
QIcon | windowIcon () const |
QString | windowIconText () const |
Qt::WindowModality | windowModality () const |
qreal | windowOpacity () const |
QString | windowRole () const |
Qt::WindowStates | windowState () const |
QWindowSurface * | windowSurface () const (preliminary) |
QString | windowTitle () const |
Qt::WindowType | windowType () const |
int | x () const |
const QX11Info & | x11Info () const |
Qt::HANDLE | x11PictureHandle () const |
int | y () const |
virtual HDC | getDC () const |
virtual QPaintEngine * | paintEngine () const |
virtual void | releaseDC ( HDC hdc ) const |
bool | close () |
void | hide () |
void | lower () |
void | raise () |
void | repaint () |
void | setDisabled ( bool disable ) |
void | setEnabled ( bool ) |
void | setFocus () |
void | setHidden ( bool hidden ) |
void | setStyleSheet ( const QString & styleSheet ) |
virtual void | setVisible ( bool visible ) |
void | setWindowModified ( bool ) |
void | setWindowTitle ( const QString & ) |
void | show () |
void | showFullScreen () |
void | showMaximized () |
void | showMinimized () |
void | showNormal () |
void | update () |
void | customContextMenuRequested ( const QPoint & pos ) |
QWidget * | find ( WId id ) |
QWidget * | keyboardGrabber () |
QWidget * | mouseGrabber () |
void | setTabOrder ( QWidget * first, QWidget * second ) |
virtual void | actionEvent ( QActionEvent * event ) |
virtual void | changeEvent ( QEvent * event ) |
virtual void | closeEvent ( QCloseEvent * event ) |
virtual void | contextMenuEvent ( QContextMenuEvent * event ) |
void | create ( WId window = 0, bool initializeWindow = true, bool destroyOldWindow = true ) |
void | destroy ( bool destroyWindow = true, bool destroySubWindows = true ) |
virtual void | dragEnterEvent ( QDragEnterEvent * event ) |
virtual void | dragLeaveEvent ( QDragLeaveEvent * event ) |
virtual void | dragMoveEvent ( QDragMoveEvent * event ) |
virtual void | dropEvent ( QDropEvent * event ) |
virtual void | enterEvent ( QEvent * event ) |
virtual void | focusInEvent ( QFocusEvent * event ) |
bool | focusNextChild () |
virtual bool | focusNextPrevChild ( bool next ) |
virtual void | focusOutEvent ( QFocusEvent * event ) |
bool | focusPreviousChild () |
virtual void | hideEvent ( QHideEvent * event ) |
virtual void | inputMethodEvent ( QInputMethodEvent * event ) |
virtual void | keyPressEvent ( QKeyEvent * event ) |
virtual void | keyReleaseEvent ( QKeyEvent * event ) |
virtual void | leaveEvent ( QEvent * event ) |
virtual bool | macEvent ( EventHandlerCallRef caller, EventRef event ) |
virtual void | mouseDoubleClickEvent ( QMouseEvent * event ) |
virtual void | mouseMoveEvent ( QMouseEvent * event ) |
virtual void | mousePressEvent ( QMouseEvent * event ) |
virtual void | mouseReleaseEvent ( QMouseEvent * event ) |
virtual void | moveEvent ( QMoveEvent * event ) |
virtual void | paintEvent ( QPaintEvent * event ) |
virtual bool | qwsEvent ( QWSEvent * event ) |
virtual void | resizeEvent ( QResizeEvent * event ) |
virtual void | showEvent ( QShowEvent * event ) |
virtual void | tabletEvent ( QTabletEvent * event ) |
virtual void | wheelEvent ( QWheelEvent * event ) |
virtual bool | winEvent ( MSG * message, long * result ) |
virtual bool | x11Event ( XEvent * event ) |
virtual bool | event ( QEvent * event ) |
virtual int | metric ( PaintDeviceMetric m ) const |
void | updateMicroFocus () |
typedef | QWidgetList |
typedef | WId |
QWIDGETSIZE_MAX |
Класс QWidget является базовым для всех объектов пользовательского интерфейса.
Виджет - это элементарный объект пользовательского интерфейса: он получает события мыши, клавиатуры и другие события от оконной системы и рисует свое изображение на экране. Каждый виджет имеет прямоугольную форму, и все они отсортированы в порядке наложения (Z-order). Виджет ограничен своим родителем и другими виджетами, расположенными перед ним.
Виджет, не встроенный в родительский виджет, называется окном. Обычно окно имеет рамку и полосу с заголовком, хотя используя соответствующие флаги окна можно создать окно без такого внешнего оформления. В Qt QMainWindow и разнообразные подклассы QDialog являются наиболее распространёнными типами окон.
Каждый конструктор виджета принимает один или два стандартных аргумента:
QWidget имеет много функций, но большинство из них не имеет непосредственного применения; например, QWidget имеет свойство font, но никогда не использует его для самого себя. Существует много подклассов, которые обладают реальной функциональностью, например, QLabel, QPushButton, QListWidget и QTabWidget.
Виджет без родительского виджета всегда является независимым окном (виджетом верхнего уровня). Для таких виджетов setWindowTitle() и setWindowIcon() устанавливают заголовок окна и иконку.
Виджеты, не являющиеся окнами, являются дочерними виджетами своего родительского виджета. Большинство виджетов в Qt используются в основном как дочерние виджеты. Например, можно отобразить кнопку как виджет верхнего уровня, но большинство пользователей предпочитает помещать кнопку на другие виджеты, такие как QDialog.
На диаграмме выше показан виджет QGroupBox, который будет использовать различные дочерние виджеты, скомпонованные с помощью QGridLayout. Рамкой у дочерних виджетов QLabel показаны их истинные размеры.
Если вы хотите использовать QWidget для хранения дочерних виджетов, это значит вам нужно добавить компоновщик в родительский виджет. Для получения дополнительной информации смотрите Управление компоновкой.
Если виджет используется как контейнер, объединяющий некоторое количество дочерних виджетов, он называется комбинированным виджетом. Такой виджет может быть создан на основе виджета, который имеет некоторые визуальные свойства - как, например, QFrame, - а его дочерние виджеты разместить в нем с помощью компоновщика. Выше на рисунке показан комбинированный виджет, созданный с помощью Qt Designer.
Комбинированный виджет может быть создан путем создания подкласса от стандартного виджета, такого как QWidget или QFrame, и добавления необходимых компоновщиков и дочерних виджетов в конструктор подкласса. Многие из примеров, поставляемых вместе с Qt, используют этот подход, как и те, что даются в Учебных пособиях Qt.
Так как QWidget является подклассом QPaintDevice, его подклассы могут сами отображать свое содержимое, что удобнее, чем было раньше, когда использовались операции рисования вместе с экземпляром класса QPainter. Этот подход отличается от метода холста, использующего Каркасом графического представления, где приложение добавляет элементы в область отображения, и они рисуют себя сами.
Каждый виджет выполняет все операции по рисованию из своей функции paintEvent(). Она вызывается, когда возникает необходимость перерисовать виджет, по причине некоторых внешних изменений или по требованию приложения.
Пример "Analog Clock" показывает, как простейший виджет может использовать события перерисовки.
Когда создается новый виджет, почти всегда полезно переопределить sizeHint() для обеспечения предпочтительных размеров виджета по умолчанию, а также установить корректную политику размера в помощью setSizePolicy().
По умолчанию, определение размеров комбинированных виджетов, у которых не определены предпочтительные размеры, будет происходить в соответствии с пространством, которое требуется его дочерним виджетам.
Политика размеров позволяет вам обеспечить хорошее поведение для системы компоновки таким образом, что другие виджеты могут содержать и легко управлять вашим виджетом. По умолчанию политика размеров подразумевает, что самое лучшее, если большинство виджетов будет иметь свой предпочтительный размер.
Замечание: Размер виджетов верхнего уровня ограничены по высоте и ширине 2/3 размера рабочего стола. Вы можете изменить размеры виджета вручную - resize() - если эти границы не подходят.
Виджеты получают события, которые порождаются типичными действиями пользователя. Qt посылает события виджету через вызовы специальных функций обработчиков событий с аргументом в виде подкласса от QEvent, содержащего информацию о событии.
Если ваш виджет является всего лишь контейнером для дочерних виджетов, то вам, скорее всего, не понадобится реализовывать никаких обработчиков событий. Если вам нужно отловить щелчок мыши в дочернем виджете, вызовите его функцию underMouse() внутри функции mousePressEvent() виджета.
В примере "Scribble" реализован обширный набор обработчиков событий от мыши и клавиатуры, а также изменения размеров окна.
Вам нужно будет предоставить поведение и содержимое для ваших виджетов, тем не менее вот краткий обзор событий, которые относятся к QWidget, начиная с самых распространённых:
У виджетов, которые разрешают ввод с клавиатуры, нужно переопределить немного больше функций:
Вам может потребоваться переопределить несколько менее распространенных обработчиков событий:
Также имеется несколько довольно устаревших событий, описанных в документации QEvent::Type. Для обработки этих событий необходимо напрямую переопределить event().
По умолчанию в event() реализована обработка событий нажатия Tab и Shift+Tab (перемещение фокуса ввода с клавиатуры), а потом для большинства событий вызываются специальные обработчики, описанные выше.
Events and the mechanism used to deliver them are covered in the Events and Event Filters document.
В дополнение к стандартным стилям виджетов для каждой платформы, виджеты могут устанавливать стили согласно правилам, описанным в таблицах стилей. Эта особенность позволит вам визуально подчеркнуть назначение виджета. Например, кнопка может быть выполнена в особом стиле, чтобы подчеркнуть, что она выполняет функцию удаления.
Использование таблиц стилей виджета в деталях описано в статье Таблицы стилей Qt.
Начиная с Qt 4.0 QWidget автоматически отображается в режиме двойной буферизации, так что нет необходимости создавать код двойной буферизации в paintEvent() чтобы избежать мерцания.
Начиная с Qt 4.1 атрибут Qt::WA_ContentsPropagated виджета не рекомендуется к использованию. Взамен содержимое родительских виджетов распространяются по умолчанию к каждому из его потомков до тех пор, пока не установлен Qt::WA_PaintOnScreen. Пользовательские виджеты могут использовать эту особенность для перерисовки тех областей, где это требуется (для не прямоугольных дочерних виджетов), или при рисовании цветами, которые имеют неполный альфа-канал. Следующий рисунок показывает, как, меняя атрибуты и свойства пользовательского виджета, можно добиться совершенно разных эффектов.
На рисунке изображен прямоугольный полупрозрачный дочерний виджет с вырезанной в середине областью, помещенный на родительский виджет (QLabel отображающая картинку). Затем, для достижения разных эффектов, устанавливаем различные свойства и атрибуты виджета:
Для быстрого обновления пользовательских виджетов с простым цветом фона, таких как виджеты, перерисовывающиеся в реальном времени, или виджеты, отображающие графическую информацию, лучше определить заранее цвет фона (использовав setBackgroundRole() и роль QPalette::Window), установить свойство autoFillBackground, и перерисовывать только то, что необходимо, внутри обработчика paintEvent().
Для быстрого обновления пользовательских виджетов, у которых непрозрачное содержимое перерисовывается по всей площади, например, виджетов, отображающих видео, лучше всего установить Qt::WA_OpaquePaintEvent, чтобы избежать лишних перерисовок фона.
Если у виджета установлены как атрибут Qt::WA_OpaquePaintEvent так и свойство autoFillBackground, то атрибут Qt::WA_OpaquePaintEvent имеет приоритет. В зависимости от ваших требований вы можете выбрать один из них.
Начиная с Qt 4.1 содержимое родительских виджетов также передается в стандартные виджеты Qt. Это может привести к неожиданным результатам, если родительский виджет оформлен нестандартным образом, как показано на рисунке ниже.
Возможностей для разнообразного поведения при перерисовке стандартных виджетов без создания подклассов значительно меньше, чем возможностей у пользовательских виджетов. Обычно, желаемый вид стандартного виджета достигается установкой свойства autoFillBackground.
Начиная с Qt 4.5 стало возможным создание окон с полупрозрачными областями в оконных системах, поддерживающих наложение изображений (compositing).
Чтобы включить эту возможность в виджете верхнего уровня установите его атрибут Qt::WA_TranslucentBackground с помощью setAttribute() и убедитесь, что фон не окрашен в непрозрачные цвета в тех областях, которые вы хотите сделать частично прозрачными.
Замечания по платформам:
Чужие виджеты, введённые в Qt 4.4, - это виджеты, неизвестные оконной системе. У них нет встроенного дескриптора окна, связанного с ними. Эта функция значительно увеличивает скорость отрисовки и изменение размера виджета, а также удаляет мерцание.
Если вам требуется старое поведение с родными окнами, вы можете выбрать одну из следующих опций:
Since Qt 4.6, Softkeys are usually physical keys on a device that have a corresponding label or other visual representation on the screen that is generally located next to its physical counterpart. They are most often found on mobile phone platforms. In modern touch based user interfaces it is also possible to have softkeys that do not correspond to any physical keys. Softkeys differ from other onscreen labels in that they are contextual.
In Qt, contextual softkeys are added to a widget by calling addAction() and passing a QAction with a softkey role set on it. When the widget containing the softkey actions has focus, its softkeys should appear in the user interface. Softkeys are discovered by traversing the widget hierarchy so it is possible to define a single set of softkeys that are present at all times by calling addAction() for a given top level widget.
On some platforms, this concept overlaps with QMenuBar such that if no other softkeys are found and the top level widget is a QMainWindow containing a QMenuBar, the menubar actions may appear on one of the softkeys.
Note: Currently softkeys are only supported on the Symbian Platform.
Смотрите также QEvent, QPainter, QGridLayout, QBoxLayout, addAction(), QAction и QMenuBar.
This enum describes how to render the widget when calling QWidget::render().
Константа | Значение | Описание |
---|---|---|
QWidget::DrawWindowBackground | 0x1 | If you enable this option, the widget's background is rendered into the target even if autoFillBackground is not set. По умолчанию, эта опция разрешена. |
QWidget::DrawChildren | 0x2 | Если вы разрешаете эту опцию, дети виджета будут окрашены в переданный в функцию цвет. По умолчанию, эта опция разрешена. |
QWidget::IgnoreMask | 0x4 | If you enable this option, the widget's QWidget::mask() is ignored when rendering into the target. По умолчанию эта опция запрещена. |
Данное перечисление было введено в Qt 4.3.
Тип RenderFlags является typedef для QFlags<RenderFlag>. Он хранит комбинацию (по ИЛИ) значений RenderFlag.
Это свойство указывает, разрешен ли для этого виджета просмотр событий.
Setting this property to true announces to the system that this widget may be able to accept drop events.
If the widget is the desktop (windowType() == Qt::Desktop), this may fail if another application is using the desktop; you can call acceptDrops() to test if this occurs.
Warning: Do not modify this property in a drag and drop event handler.
По умолчанию это свойство равно false.
Функции доступа:
bool | acceptDrops () const |
void | setAcceptDrops ( bool on ) |
Смотрите также Перетаскивание.
Это свойство содержит описание виджета как помощь при разработке.
По умолчанию это свойство содержит пустую строку.
Функции доступа:
QString | accessibleDescription () const |
void | setAccessibleDescription ( const QString & description ) |
Смотрите также QAccessibleInterface::text().
Это свойство содержит имя виджета, предназначенное для помощи при разработке.
This property is used by accessible clients to identify, find, or announce the widget for accessible clients.
По умолчанию это свойство содержит пустую строку.
Функции доступа:
QString | accessibleName () const |
void | setAccessibleName ( const QString & name ) |
Смотрите также QAccessibleInterface::text().
Данное свойство указывает, заливается ли фон виджета автоматически.
If enabled, this property will cause Qt to fill the background of the widget before invoking the paint event. The color used is defined by the QPalette::Window color role from the widget's palette.
Кроме того, Windows всегда заливает QPalette::Window, если не установлены атрибуты WA_OpaquePaintEvent или WA_NoSystemBackground.
This property cannot be turned off (i.e., set to false) if a widget's parent has a static gradient for its background.
Warning: Use this property with caution in conjunction with Qt Style Sheets. Когда виджет имеет таблицу стилей с правильно определенными фоном и рамкой, это свойство автоматически отменяется.
По умолчанию это свойство равно false.
Это свойство было введено в Qt 4.1.
Функции доступа:
bool | autoFillBackground () const |
void | setAutoFillBackground ( bool enabled ) |
Смотрите также Qt::WA_OpaquePaintEvent, Qt::WA_NoSystemBackground и Прозрачность и двойная буферизация.
Это свойство определяет базовые размеры виджета.
The base size is used to calculate a proper widget size if the widget defines sizeIncrement().
By default, for a newly-created widget, this property contains a size with zero width and height.
Функции доступа:
QSize | baseSize () const |
void | setBaseSize ( const QSize & ) |
void | setBaseSize ( int basew, int baseh ) |
Смотрите также setSizeIncrement().
Это свойство определяет прямоугольник, охватывающий детей виджета.
Погашенные дети не охватываются.
By default, for a widget with no children, this property contains a rectangle with zero width and height located at the origin.
Функции доступа:
QRect | childrenRect () const |
Смотрите также childrenRegion() и geometry().
Это свойство содержит комбинацию регионов, которые занимают дети виджета.
Погашенные дети не охватываются.
By default, for a widget with no children, this property contains an empty region.
Функции доступа:
QRegion | childrenRegion () const |
Смотрите также childrenRect(), geometry() и mask().
Это свойство содержит информацию, как виджет должен отображать контекстное меню.
The default value of this property is Qt::DefaultContextMenu, which means the contextMenuEvent() handler is called. Other values are Qt::NoContextMenu, Qt::PreventContextMenu, Qt::ActionsContextMenu, and Qt::CustomContextMenu. With Qt::CustomContextMenu, the signal customContextMenuRequested() is emitted.
Функции доступа:
Qt::ContextMenuPolicy | contextMenuPolicy () const |
void | setContextMenuPolicy ( Qt::ContextMenuPolicy policy ) |
Смотрите также contextMenuEvent(), customContextMenuRequested() и actions().
Это свойство показывает, какой формы должен быть курсор для виджета.
Курсор мыши принимает заданную форму, когда находится на виджете. Смотрите список предопределённых объектов курсора для диапазона полезных форм.
Для виджета-редактора можно использовать I-образный курсор:
setCursor(Qt::IBeamCursor);
Если никакой курсор не установлен или был вызов функции unsetCursor(), используется родительский курсор.
By default, this property contains a cursor with the Qt::ArrowCursor shape.
Some underlying window implementations will reset the cursor if it leaves a widget even if the mouse is grabbed. If you want to have a cursor set for all widgets, even when outside the window, consider QApplication::setOverrideCursor().
Функции доступа:
QCursor | cursor () const |
void | setCursor ( const QCursor & ) |
void | unsetCursor () |
Смотрите также QApplication::setOverrideCursor().
Это свойство показывает, разрешен виджет или нет.
Разрешенный виджет обрабатывает события от мишки и клавиатуры; Запрещенный виджет не имеет такой возможности.
Некоторые виджеты по-разному отображают себя в зависимости от того, разрешены они или нет. Например, кнопка может отображать свою надпись тусклым цветом. If your widget needs to know when it becomes enabled or disabled, you can use the changeEvent() with type QEvent::EnabledChange.
Запрет обновления у виджета означает запрет обновления у всех его детей. Разрешение, соответственно, разрешает обновление всем детям, исключая те, которые явно запрещены.
По умолчанию это свойство равно true.
Функции доступа:
bool | isEnabled () const |
void | setEnabled ( bool ) |
Смотрите также isEnabledTo(), QKeyEvent, QMouseEvent и changeEvent().
Это свойство показывает имеет ли виджет (или его заместитель) фокус ввода с клавиатуры.
По умолчанию это свойство равно false.
Note: Obtaining the value of this property for a widget is effectively equivalent to checking whether QApplication::focusWidget() refers to the widget.
Функции доступа:
bool | hasFocus () const |
Смотрите также setFocus(), clearFocus(), setFocusPolicy() и QApplication::focusWidget().
Это свойство определяет способ получения фокуса ввода с клавиатуры.
The policy is Qt::TabFocus if the widget accepts keyboard focus by tabbing, Qt::ClickFocus if the widget accepts focus by clicking, Qt::StrongFocus if it accepts both, and Qt::NoFocus (the default) if it does not accept focus at all.
Вы должны разрешить виджету принимать фокус от клавиатуры, если он принимает события от клавиатуры. Обычно это делается в конструкторе виджета. Например, конструктор QLineEdit вызывает setFocusPolicy(Qt::StrongFocus).
If the widget has a focus proxy, then the focus policy will be propagated to it.
Функции доступа:
Qt::FocusPolicy | focusPolicy () const |
void | setFocusPolicy ( Qt::FocusPolicy policy ) |
Смотрите также focusInEvent(), focusOutEvent(), keyPressEvent(), keyReleaseEvent() и enabled.
Это свойство определяет текущий шрифт для виджета.
This property describes the widget's requested font. The font is used by the widget's style when rendering standard components, and is available as a means to ensure that custom widgets can maintain consistency with the native platform's look and feel. It's common that different platforms, or different styles, define different fonts for an application.
When you assign a new font to a widget, the properties from this font are combined with the widget's default font to form the widget's final font. You can call fontInfo() to get a copy of the widget's final font. The final font is also used to initialize QPainter's font.
The default depends on the system environment. QApplication maintains a system/theme font which serves as a default for all widgets. There may also be special font defaults for certain types of widgets. You can also define default fonts for widgets yourself by passing a custom font and the name of a widget to QApplication::setFont(). Finally, the font is matched against Qt's font database to find the best match.
QWidget propagates explicit font properties from parent to child. If you change a specific property on a font and assign that font to a widget, that property will propagate to all the widget's children, overriding any system defaults for that property. Note that fonts by default don't propagate to windows (see isWindow()) unless the Qt::WA_WindowPropagation attribute is enabled.
QWidget's font propagation is similar to its palette propagation.
The current style, which is used to render the content of all standard Qt widgets, is free to choose to use the widget font, or in some cases, to ignore it (partially, or completely). In particular, certain styles like GTK style, Mac style, Windows XP, and Vista style, apply special modifications to the widget font to match the platform's native look and feel. Because of this, assigning properties to a widget's font is not guaranteed to change the appearance of the widget. Instead, you may choose to apply a styleSheet.
Note: If Qt Style Sheets are used on the same widget as setFont(), style sheets will take precedence if the settings conflict.
Функции доступа:
const QFont & | font () const |
void | setFont ( const QFont & ) |
Смотрите также fontInfo() и fontMetrics().
Это свойство содержит геометрию виджета относительно родителя, включая любую оконную рамку.
See the Window Geometry documentation for an overview of geometry issues with windows.
By default, this property contains a value that depends on the user's platform and screen geometry.
Функции доступа:
QRect | frameGeometry () const |
Смотрите также geometry(), x(), y() и pos().
Это свойство содержит размер виджета включая оконную рамку.
By default, this property contains a value that depends on the user's platform and screen geometry.
Функции доступа:
QSize | frameSize () const |
This property holds whether the widget is shown in full screen mode.
A widget in full screen mode occupies the whole screen area and does not display window decorations, such as a title bar.
По умолчанию это свойство равно false.
Функции доступа:
bool | isFullScreen () const |
Смотрите также windowState(), minimized и maximized.
Это свойство содержит геометрию виджета относительно его родителя, исключая оконную рамку.
When changing the geometry, the widget, if visible, receives a move event (moveEvent()) and/or a resize event (resizeEvent()) immediately. Если виджет в данный момент невидим, он гарантированно получит соответствующие события перед тем, как станет видимым.
The size component is adjusted if it lies outside the range defined by minimumSize() and maximumSize().
Warning: Calling setGeometry() inside resizeEvent() or moveEvent() can lead to infinite recursion.
See the Window Geometry documentation for an overview of geometry issues with windows.
By default, this property contains a value that depends on the user's platform and screen geometry.
Функции доступа:
const QRect & | geometry () const |
void | setGeometry ( int x, int y, int w, int h ) |
void | setGeometry ( const QRect & ) |
Смотрите также frameGeometry(), rect(), move(), resize(), moveEvent(), resizeEvent(), minimumSize() и maximumSize().
Это свойство содержит высоту виджета, исключая оконную рамку.
See the Window Geometry documentation for an overview of geometry issues with windows.
Note: Do not use this function to find the height of a screen on a multiple screen desktop. Read this note for details.
By default, this property contains a value that depends on the user's platform and screen geometry.
Функции доступа:
int | height () const |
Смотрите также geometry, width и size.
This property holds what input method specific hints the widget has.
This is only relevant for input widgets. It is used by the input method to retrieve hints as to how the input method should operate. For example, if the Qt::ImhFormattedNumbersOnly flag is set, the input method may change its visual components to reflect that only numbers can be entered.
Note: The flags are only hints, so the particular input method implementation is free to ignore them. If you want to be sure that a certain type of characters are entered, you should also set a QValidator on the widget.
The default value is Qt::ImhNone.
Это свойство было введено в Qt 4.6.
Функции доступа:
Qt::InputMethodHints | inputMethodHints () const |
void | setInputMethodHints ( Qt::InputMethodHints hints ) |
Смотрите также inputMethodQuery() и QInputContext.
Это свойство показывает, является ли окно виджета активным.
Активное окно это окно, которое содержит виджет, имеющий фокус ввода с клавиатуры (окно также может иметь фокус, даже если не имеет никаких виджетов или виджетов, получающих фокус ввода с клавиатуры).
When popup windows are visible, this property is true for both the active window and for the popup.
По умолчанию это свойство равно false.
Функции доступа:
bool | isActiveWindow () const |
Смотрите также activateWindow() и QApplication::activeWindow().
Это свойство содержит направление компоновки для этого виджета.
By default, this property is set to Qt::LeftToRight.
When the layout direction is set on a widget, it will propagate to the widget's children, but not to a child that is a window and not to a child for which setLayoutDirection() has been explicitly called. Also, child widgets added after setLayoutDirection() has been called for the parent do not inherit the parent's layout direction.
Функции доступа:
Qt::LayoutDirection | layoutDirection () const |
void | setLayoutDirection ( Qt::LayoutDirection direction ) |
void | unsetLayoutDirection () |
Смотрите также QApplication::layoutDirection.
Это свойство содержит локаль виджета.
До тех пор, пока не установлена специальная локаль для виджета, здесь хранится либо локаль родительского виджета, либо (если виджет является виджетом верхнего уровня) локаль, установленная по умолчанию.
Если виджет отображает дату или числа, они будут отформатированы соответственно с использованием локали виджета.
Это свойство было введено в Qt 4.3.
Функции доступа:
QLocale | locale () const |
void | setLocale ( const QLocale & locale ) |
void | unsetLocale () |
Смотрите также QLocale и QLocale::setDefault().
Это свойство показывает, распахнут ли виджет в максимальный размер.
Это свойство актуально только для окон.
Note: Due to limitations on some window systems, this does not always report the expected results (e.g., if the user on X11 maximizes the window via the window manager, Qt has no way of distinguishing this from any other resize). Ожидается, что протокол оконного менеджера со временем улучшится.
По умолчанию это свойство равно false.
Функции доступа:
bool | isMaximized () const |
Смотрите также windowState(), showMaximized(), visible, show(), hide(), showNormal() и minimized.
This property holds the widget's maximum height in pixels.
This property corresponds to the height held by the maximumSize property.
By default, this property contains a value of 16777215.
Note: The definition of the QWIDGETSIZE_MAX macro limits the maximum size of widgets.
Функции доступа:
int | maximumHeight () const |
void | setMaximumHeight ( int maxh ) |
Смотрите также maximumSize и maximumWidth.
This property holds the widget's maximum size in pixels.
Виджет не может быть растянут больше, чем его максимальный размер.
By default, this property contains a size in which both width and height have values of 16777215.
Note: The definition of the QWIDGETSIZE_MAX macro limits the maximum size of widgets.
Функции доступа:
QSize | maximumSize () const |
void | setMaximumSize ( const QSize & ) |
void | setMaximumSize ( int maxw, int maxh ) |
Смотрите также maximumWidth, maximumHeight, minimumSize и sizeIncrement.
This property holds the widget's maximum width in pixels.
This property corresponds to the width held by the maximumSize property.
By default, this property contains a value of 16777215.
Note: The definition of the QWIDGETSIZE_MAX macro limits the maximum size of widgets.
Функции доступа:
int | maximumWidth () const |
void | setMaximumWidth ( int maxw ) |
Смотрите также maximumSize и maximumHeight.
Это свойство показывает, свернут ли виджет (спрятан под иконку).
Это свойство актуально только для окон.
По умолчанию это свойство равно false.
Функции доступа:
bool | isMinimized () const |
Смотрите также showMinimized(), visible, show(), hide(), showNormal() и maximized.
This property holds the widget's minimum height in pixels.
This property corresponds to the height held by the minimumSize property.
По умолчанию это свойство имеет значение 0.
Функции доступа:
int | minimumHeight () const |
void | setMinimumHeight ( int minh ) |
Смотрите также minimumSize и minimumWidth.
Это свойство определяет минимальные размеры виджета.
Виджет не может быть сжат меньше, чем позволяют его минимальные размеры. Виджет будет насильно приведен к минимальному размеру, если его текущие размеры окажутся меньше минимальных.
The minimum size set by this function will override the minimum size defined by QLayout. In order to unset the minimum size, use a value of QSize(0, 0).
По умолчанию, это свойство содержит размер с нулевой шириной и высотой.
Функции доступа:
QSize | minimumSize () const |
void | setMinimumSize ( const QSize & ) |
void | setMinimumSize ( int minw, int minh ) |
Смотрите также minimumWidth, minimumHeight, maximumSize и sizeIncrement.
Это свойство определяет рекомендованный минимальный размер для виджета.
Если в свойстве указано неверное значение, то никакого минимального размера не рекомендуется.
По умолчанию функция minimumSizeHint() возвращает неверный размер, если виджет не заключен в компоновщик, в противном случае возвращает минимальный размер, заданный компоновщиком. У большинства встроенных виджетов переопределена функция minimumSizeHint().
QLayout will never resize a widget to a size smaller than the minimum size hint unless minimumSize() is set or the size policy is set to QSizePolicy::Ignore. If minimumSize() is set, the minimum size hint will be ignored.
Функции доступа:
virtual QSize | minimumSizeHint () const |
Смотрите также QSize::isValid(), resize(), setMinimumSize() и sizePolicy().
This property holds the widget's minimum width in pixels.
This property corresponds to the width held by the minimumSize property.
По умолчанию это свойство имеет значение 0.
Функции доступа:
int | minimumWidth () const |
void | setMinimumWidth ( int minw ) |
Смотрите также minimumSize и minimumHeight.
Это свойство определяет, является ли виджет модальным.
Это свойство актуально только для окон. Модальный виджет не допускает любую попытку передать ввод виджетам других окон.
По умолчанию это свойство равно false.
Функции доступа:
bool | isModal () const |
Смотрите также isWindow(), windowModality и QDialog.
Это свойство указывает, разрешено ли перемещение мышки для этого виджета.
Если перемещение мышки запрещено (по умолчанию), виджет получает события о перемещении мышки только тогда, когда нажата по крайней мере одна кнопка в время движения мышки.
Если перемещение мышки разрешено, виджет получает события о перемещении мышки, даже если не нажата ни одна кнопка.
Функции доступа:
bool | hasMouseTracking () const |
void | setMouseTracking ( bool enable ) |
Смотрите также mouseMoveEvent().
This property holds the geometry of the widget as it will appear when shown as a normal (not maximized or full screen) top-level widget.
For child widgets this property always holds an empty rectangle.
By default, this property contains an empty rectangle.
Функции доступа:
QRect | normalGeometry () const |
Смотрите также QWidget::windowState() и QWidget::geometry.
Это свойство содержит палитру виджета.
This property describes the widget's palette. The palette is used by the widget's style when rendering standard components, and is available as a means to ensure that custom widgets can maintain consistency with the native platform's look and feel. It's common that different platforms, or different styles, have different palettes.
When you assign a new palette to a widget, the color roles from this palette are combined with the widget's default palette to form the widget's final palette. The palette entry for the widget's background role is used to fill the widget's background (see QWidget::autoFillBackground), and the foreground role initializes QPainter's pen.
The default depends on the system environment. QApplication maintains a system/theme palette which serves as a default for all widgets. There may also be special palette defaults for certain types of widgets (e.g., on Windows XP and Vista, all classes that derive from QMenuBar have a special default palette). You can also define default palettes for widgets yourself by passing a custom palette and the name of a widget to QApplication::setPalette(). Finally, the style always has the option of polishing the palette as it's assigned (see QStyle::polish()).
QWidget propagates explicit palette roles from parent to child. If you assign a brush or color to a specific role on a palette and assign that palette to a widget, that role will propagate to all the widget's children, overriding any system defaults for that role. Note that palettes by default don't propagate to windows (see isWindow()) unless the Qt::WA_WindowPropagation attribute is enabled.
QWidget's palette propagation is similar to its font propagation.
The current style, which is used to render the content of all standard Qt widgets, is free to choose colors and brushes from the widget palette, or in some cases, to ignore the palette (partially, or completely). In particular, certain styles like GTK style, Mac style, Windows XP, and Vista style, depend on third party APIs to render the content of widgets, and these styles typically do not follow the palette. Because of this, assigning roles to a widget's palette is not guaranteed to change the appearance of the widget. Instead, you may choose to apply a styleSheet. You can refer to our Knowledge Base article here for more information.
Предупреждение: Не используйте эту функцию в сочетании с Таблицами стилей Qt. Когда используются таблицы стилей, палитра виджета может установить "цвет" (color), "цвет фона" (background-color), "цвет выделения" (selection-color), "цвет выделенного фона" (selection-background-color) и "дополнительный цвет фона" (alternate-background-color).
Функции доступа:
const QPalette & | palette () const |
void | setPalette ( const QPalette & ) |
Смотрите также QApplication::palette() и QWidget::font().
Это свойство содержит позицию виджета внутри родительского виджета.
Если виджет является окном, это его позиция на рабочем столе, включая его рамку.
When changing the position, the widget, if visible, receives a move event (moveEvent()) immediately. Если виджет в данный момент не видим, он гарантированно получит это событие перед тем, как станет видимым.
By default, this property contains a position that refers to the origin.
Warning: Calling move() or setGeometry() inside moveEvent() can lead to infinite recursion.
See the Window Geometry documentation for an overview of geometry issues with windows.
Функции доступа:
QPoint | pos () const |
void | move ( int x, int y ) |
void | move ( const QPoint & ) |
Смотрите также frameGeometry, size, x() и y().
Это свойство содержит внутреннюю геометрию виджета, исключая рамку
The rect property equals QRect(0, 0, width(), height()).
See the Window Geometry documentation for an overview of geometry issues with windows.
By default, this property contains a value that depends on the user's platform and screen geometry.
Функции доступа:
QRect | rect () const |
Смотрите также size.
Свойство содержит размеры виджета исключая оконную рамку.
If the widget is visible when it is being resized, it receives a resize event (resizeEvent()) immediately. Если виджет в данный момент не видим, он гарантированно получит это событие перед тем, как станет видимым.
The size is adjusted if it lies outside the range defined by minimumSize() and maximumSize().
By default, this property contains a value that depends on the user's platform and screen geometry.
Warning: Calling resize() or setGeometry() inside resizeEvent() can lead to infinite recursion.
Note: Setting the size to QSize(0, 0) will cause the widget to not appear on screen. Это также верно для окон.
Функции доступа:
QSize | size () const |
void | resize ( int w, int h ) |
void | resize ( const QSize & ) |
Смотрите также pos, geometry, minimumSize, maximumSize, resizeEvent() и adjustSize().
Это свойство определяет рекомендованный размер для виджета.
Если в свойстве указано неверное значение, то никакого размера не рекомендуется.
По умолчанию функция sizeHint() возвращает неверный размер, если виджет не заключен в компоновщик, в противном случае возвращает размер, заданный компоновщиком.
Функции доступа:
virtual QSize | sizeHint () const |
Смотрите также QSize::isValid(), minimumSizeHint(), sizePolicy(), setMinimumSize() и updateGeometry().
Это свойство определяет шаг изменения размера виджета.
When the user resizes the window, the size will move in steps of sizeIncrement().width() pixels horizontally and sizeIncrement.height() pixels vertically, with baseSize() as the basis. Preferred widget sizes are for non-negative integers i and j:
width = baseSize().width() + i * sizeIncrement().width(); height = baseSize().height() + j * sizeIncrement().height();
Заметим, что хотя вы можете устанавливать шаг изменения размера для всех виджетов, эффект ощутим только для окон.
По умолчанию, это свойство содержит размер с нулевой шириной и высотой.
Warning: The size increment has no effect under Windows, and may be disregarded by the window manager on X11.
Функции доступа:
QSize | sizeIncrement () const |
void | setSizeIncrement ( const QSize & ) |
void | setSizeIncrement ( int w, int h ) |
Смотрите также size, minimumSize и maximumSize.
Это свойство определяет поведение виджета при применении компоновщика.
If there is a QLayout that manages this widget's children, the size policy specified by that layout is used. If there is no such QLayout, the result of this function is used.
The default policy is Preferred/Preferred, which means that the widget can be freely resized, but prefers to be the size sizeHint() returns. Виджеты типа кнопок устанавливают политику размеров таким образом, чтобы свободно изменять размер по горизонтали и иметь фиксированный размер по вертикали. The same applies to lineedit controls (such as QLineEdit, QSpinBox or an editable QComboBox) and other horizontally orientated widgets (such as QProgressBar). QToolButton's are normally square, so they allow growth in both directions. Widgets that support different directions (such as QSlider, QScrollBar or QHeader) specify stretching in the respective direction only. Widgets that can provide scroll bars (usually subclasses of QScrollArea) tend to specify that they can use additional space, and that they can make do with less than sizeHint().
Функции доступа:
QSizePolicy | sizePolicy () const |
void | setSizePolicy ( QSizePolicy ) |
void | setSizePolicy ( QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical ) |
Смотрите также sizeHint(), QLayout, QSizePolicy и updateGeometry().
Это свойство определяет подсказку в строке состояния.
По умолчанию это свойство содержит пустую строку.
Функции доступа:
QString | statusTip () const |
void | setStatusTip ( const QString & ) |
Смотрите также toolTip и whatsThis.
Это свойство определяет таблицу стилей для виджета.
The style sheet contains a textual description of customizations to the widget's style, as described in the Qt Style Sheets document.
Начиная с Qt 4.5, таблицы стилей Qt полностью поддерживают Mac OS X.
Предупреждение: Таблицы стилей Qt в настоящее время не поддерживаются для пользовательских подклассов QStyle. Мы планируем вернуться к этому в одном из следующих релизов.
Это свойство было введено в Qt 4.2.
Функции доступа:
QString | styleSheet () const |
void | setStyleSheet ( const QString & styleSheet ) |
Смотрите также setStyle(), QApplication::styleSheet и Таблицы стилей Qt.
Это свойство определяет контекстную подсказку виджета.
Заметим, что по умолчанию контекстная подсказка показывается только для виджетов, которые являются детьми активного окна. You can change this behavior by setting the attribute Qt::WA_AlwaysShowToolTips on the window, not on the widget with the tooltip.
If you want to control a tooltip's behavior, you can intercept the event() function and catch the QEvent::ToolTip event (e.g., if you want to customize the area for which the tooltip should be shown).
По умолчанию это свойство содержит пустую строку.
Функции доступа:
QString | toolTip () const |
void | setToolTip ( const QString & ) |
Смотрите также QToolTip, statusTip и whatsThis.
Это свойство определяет возможность обновления (перерисовки) виджета.
Виджет, которому разрешено обновляться, получает событие перерисовки и имеет системный фон; у виджетов, которым не разрешено обновление, этого нет. This also implies that calling update() and repaint() has no effect if updates are disabled.
По умолчанию это свойство равно true.
setUpdatesEnabled() обычно используют для запрещения изменений на короткий промежуток времени, чтобы избежать мерцания экрана во время больших изменений. Обычно, в Qt виджеты не генерируют мерцания экрана, но в X11 сервер может очищать область экрана, когда виджет скрывается перед тем, как его переместят к другим виджетам. Запрет обновления (перерисовки) решает эту проблему.
Пример:
setUpdatesEnabled(false); bigVisualChanges(); setUpdatesEnabled(true);
Запрет обновления у виджета означает запрет обновления у всех его детей. Enabling a widget enables all child widgets except top-level widgets or those that have been explicitly disabled. Re-enabling updates implicitly calls update() on the widget.
Функции доступа:
bool | updatesEnabled () const |
void | setUpdatesEnabled ( bool enable ) |
Смотрите также paintEvent().
Это свойство показывает, является ли виджет видимым или нет.
Calling setVisible(true) or show() sets the widget to visible status if all its parent widgets up to the window are visible. Если один из предков виджета невидим, виджет не может стать видимым, пока все его предки не станут видимы. Если позиция виджета изменилась, Qt гарантирует, что виджет получит события об изменении размеров и перемещении до того, как будет отображен. If the widget has not been resized yet, Qt will adjust the widget's size to a useful default using adjustSize().
Calling setVisible(false) or hide() hides a widget explicitly. Явно скрытый виджет не становится видимым, даже если все его предки стали видимыми, до тех пор пока вы дадите команду отобразить его.
Виджет получает события отображения и скрытия, когда меняется его признак видимости. В промежутке между событиями гашения и отображения процессору нет необходимости тратить время на подготовку и отображение информации для пользователя. Например, видео-приложение может просто остановить генерирование новых кадров.
Виджет, который скрыт под другим окном на экране считается видимым. То же относится к окнам, свернутым под иконку, и окнам, которые существуют на других виртуальных рабочих столах (для тех платформ, которые поддерживают концепцию нескольких столов). Виджет получает спонтанные события отображения и гашения, когда его состояние отображения меняется оконной системой, например, спонтанные события гашения приходят, когда пользователь сворачивает окно, и спонтанные события отображения приходят, когда окно опять разворачивается.
Вам почти никогда не понадобится переопределять функцию setVisible(). If you need to change some settings before a widget is shown, use showEvent() instead. If you need to do some delayed initialization use the Polish event delivered to the event() function.
Функции доступа:
bool | isVisible () const |
virtual void | setVisible ( bool visible ) |
Смотрите также show(), hide(), isHidden(), isVisibleTo(), isMinimized(), showEvent() и hideEvent().
Это свойство определяет текст подсказки What's This для виджета.
По умолчанию это свойство содержит пустую строку.
Функции доступа:
QString | whatsThis () const |
void | setWhatsThis ( const QString & ) |
Смотрите также QWhatsThis, QWidget::toolTip и QWidget::statusTip.
Это свойство задаёт ширину виджета, исключая оконную рамку.
See the Window Geometry documentation for an overview of geometry issues with windows.
Note: Do not use this function to find the width of a screen on a multiple screen desktop. Read this note for details.
By default, this property contains a value that depends on the user's platform and screen geometry.
Функции доступа:
int | width () const |
Смотрите также geometry, height и size.
Это свойство определяет путь к файлу, ассоциирующемуся с виджетом.
Это свойство актуально только для окон. Оно ассоциирует путь к файлу с окном. If you set the file path, but have not set the window title, Qt sets the window title to contain a string created using the following components.
В Mac OS X:
В Windows и X11:
If the window title is set at any point, then the window title takes precedence and will be shown instead of the file path string.
Additionally, on Mac OS X, this has an added benefit that it sets the proxy icon for the window, assuming that the file path exists.
If no file path is set, this property contains an empty string.
По умолчанию это свойство содержит пустую строку.
Это свойство было введено в Qt 4.4.
Функции доступа:
QString | windowFilePath () const |
void | setWindowFilePath ( const QString & filePath ) |
Смотрите также windowTitle и windowIcon.
Window flags are a combination of a type (e.g. Qt::Dialog) and zero or more hints to the window system (e.g. Qt::FramelessWindowHint).
If the widget had type Qt::Widget or Qt::SubWindow and becomes a window (Qt::Window, Qt::Dialog, etc.), it is put at position (0, 0) on the desktop. If the widget is a window and becomes a Qt::Widget or Qt::SubWindow, it is put at position (0, 0) relative to its parent widget.
Note: This function calls setParent() when changing the flags for a window, causing the widget to be hidden. You must call show() to make the widget visible again..
Функции доступа:
Qt::WindowFlags | windowFlags () const |
void | setWindowFlags ( Qt::WindowFlags type ) |
Смотрите также windowType() и Пример "Window Flags".
Это свойство определяет иконку окна.
Это свойство актуально только для окон. If no icon has been set, windowIcon() returns the application icon (QApplication::windowIcon()).
Функции доступа:
QIcon | windowIcon () const |
void | setWindowIcon ( const QIcon & icon ) |
Смотрите также windowIconText и windowTitle.
Это свойство определяет текст для иконки.
Это свойство актуально только для окон. Если текст иконки не установлен, эта функция вернет пустую строку.
Функции доступа:
QString | windowIconText () const |
void | setWindowIconText ( const QString & ) |
Смотрите также windowIcon и windowTitle.
Это свойство определяет, блокируется ли окно модальным виджетом.
Это свойство актуально только для окон. Модальный виджет лишает виджеты других окон возможности ввода. Значение этого свойства контролирует блокировку окна, когда виджет видим. Changing this property while the window is visible has no effect; you must hide() the widget first, then show() it again.
By default, this property is Qt::NonModal.
Это свойство было введено в Qt 4.1.
Функции доступа:
Qt::WindowModality | windowModality () const |
void | setWindowModality ( Qt::WindowModality windowModality ) |
Смотрите также isWindow(), QWidget::modal и QDialog.
Это свойство определяет будут ли сохраняться изменения, сделанные в документе, открытом в окне.
Модифицированное окно (a modified window) это окно, содержимое которого было изменено, но изменения не сохранены на диск. Этот флаг имеет различный эффект в зависимости от платформы. В Mac OS X кнопка закрытия будет иметь изменённый вид; в других платформах Рядом с заголовком окна будет стоять символ '*' (звездочка).
Заголовок окна должен содержать символы-заполнители "[*]", которые указывают, в каком месте должна отображаться звездочка'*'. Обычно, она отображается справа после имени файла (например, "document1.txt[*] - Text Editor"). Если окно не модифицировалось для модификаций, символы-заполнители просто удаляются.
Note that if a widget is set as modified, all its ancestors will also be set as modified. However, if you call setWindowModified(false) on a widget, this will not propagate to its parent because other children of the parent might have been modified.
Функции доступа:
bool | isWindowModified () const |
void | setWindowModified ( bool ) |
Смотрите также windowTitle, Пример "Application", Пример "SDI" и Пример "MDI".
Это свойство определяет уровень непрозрачности для окна.
Допустимые значения непрозрачности от 1.0 (совершенно непрозрачно) до 0.0 (совершенно прозрачно).
По умолчанию это свойство имеет значение 1.0.
This feature is available on Embedded Linux, Mac OS X, Windows, and X11 platforms that support the Composite extension.
Это свойство не поддерживается в Windows CE.
Заметим, что под X11 вам необходимо запустить композитный менеджер (composite manager), и ваш оконный менеджер X11 должен поддерживать специфичный атом _NET_WM_WINDOW_OPACITY.
Warning: Changing this property from opaque to transparent might issue a paint event that needs to be processed before the window is displayed correctly. This affects mainly the use of QPixmap::grabWindow(). Также заметим, что полупрозрачные окна обновляются или меняют размер заметно медленнее, чем непрозрачные.
Функции доступа:
qreal | windowOpacity () const |
void | setWindowOpacity ( qreal level ) |
Смотрите также setMask().
Это свойство содержит заголовок окна (caption).
Это свойство нужно только для виджетов верхнего уровня, таких как окна и диалоги. If no caption has been set, the title is based of the windowFilePath. Если и это свойство не установлено, то заголовок будет пустой строкой.
If you use the windowModified mechanism, the window title must contain a "[*]" placeholder, which indicates where the '*' should appear. Обычно, она отображается справа после имени файла (например, "document1.txt[*] - Text Editor"). If the windowModified property is false (the default), the placeholder is simply removed.
Функции доступа:
QString | windowTitle () const |
void | setWindowTitle ( const QString & ) |
Смотрите также windowIcon, windowIconText, windowModified и windowFilePath.
Это свойство содержит координату x виджета относительно родителя, включая любую оконную рамку.
See the Window Geometry documentation for an overview of geometry issues with windows.
По умолчанию это свойство имеет значение 0.
Функции доступа:
int | x () const |
Смотрите также frameGeometry, y и pos.
Это свойство содержит координату y виджета относительно родителя, включая любую оконную рамку.
See the Window Geometry documentation for an overview of geometry issues with windows.
По умолчанию это свойство имеет значение 0.
Функции доступа:
int | y () const |
Смотрите также frameGeometry, x и pos.
Constructs a widget which is a child of parent, with widget flags set to f.
If parent is 0, the new widget becomes a window. If parent is another widget, this widget becomes a child window inside parent. The new widget is deleted when its parent is deleted.
The widget flags argument, f, is normally 0, but it can be set to customize the frame of a window (i.e. parent must be 0). To customize the frame, use a value composed from the bitwise OR of any of the window flags.
Если вы добавляете дочерний виджет на уже видимый виджет, вы должны явно сделать дочерний виджет видимым.
Заметим, что в версии Qt для X11 могут быть возможны не все комбинации флагов стилей. Это происходит потому, что в X11 Qt может только спросить менеджер окон, а уже менеджер меняет установки приложения. В Windows Qt может установить флаг, какой вы пожелаете.
Смотрите также windowFlags.
Разрушает виджет.
Сперва разрушаются все дети виджета. Приложение завершается, если это был главный виджет.
This event handler is called with the given event whenever the widget's actions are changed.
Смотрите также addAction(), insertAction(), removeAction(), actions() и QActionEvent.
Возвращает (возможно пустой) список действий этого виджета.
Смотрите также contextMenuPolicy, insertAction() и removeAction().
Sets the top-level widget containing this widget to be the active window.
An active window is a visible top-level window that has the keyboard input focus.
This function performs the same operation as clicking the mouse on the title bar of a top-level window. On X11, the result depends on the Window Manager. If you want to ensure that the window is stacked on top as well you should also call raise(). Note that the window must be visible, otherwise activateWindow() has no effect.
On Windows, if you are calling this when the application is not currently the active one then it will not make it the active window. It will change the color of the taskbar entry to indicate that the window has changed in some way. This is because Microsoft does not allow an application to interrupt what the user is currently doing in another application.
Смотрите также isActiveWindow(), window() и show().
Добавляет действие action в список действий этого виджета.
All QWidgets have a list of QActions, however they can be represented graphically in many different ways. Обычное использование списка QAction (возвращаемого actions()) это создать контекстное меню QMenu.
A QWidget should only have one of each action and adding an action it already has will not cause the same action to be in the widget twice.
The ownership of action is not transferred to this QWidget.
Смотрите также removeAction(), insertAction(), actions() и QMenu.
Добавляет действия actions в список действий этого виджета.
Смотрите также removeAction(), QMenu и addAction().
Adjusts the size of the widget to fit its contents.
This function uses sizeHint() if it is valid, i.e., the size hint's width and height are >= 0. Otherwise, it sets the size to the children rectangle that covers all child widgets (the union of all child widget rectangles).
For windows, the screen size is also taken into account. If the sizeHint() is less than (200, 100) and the size policy is expanding, the window will be at least (200, 100). The maximum size of a window is 2/3 of the screen's width and height.
Смотрите также sizeHint() и childrenRect().
Возвращает роль для фона виджета.
The background role defines the brush from the widget's palette that is used to render the background.
Если явно не установлена роль для фона, виджет наследует её от родителя.
Смотрите также setBackgroundRole() и foregroundRole().
Этот обработчик событий может быть переопределён чтобы обрабатывать изменения состояния.
The state being changed in this event can be retrieved through event event.
изменения: QEvent::ToolBarChange, QEvent::ActivationChange, QEvent::EnabledChange, QEvent::FontChange, QEvent::StyleChange, QEvent::PaletteChange, QEvent::WindowTitleChange, QEvent::IconTextChange, QEvent::ModifiedChange, QEvent::MouseTrackingChange, QEvent::ParentChange, QEvent::WindowStateChange, QEvent::LanguageChange, QEvent::LocaleChange, QEvent::LayoutDirectionChange.
Returns the visible child widget at the position (x, y) in the widget's coordinate system. Если в указанной позиции детей виджета нет, функция вернёт 0.
Это перегруженная функция.
Returns the visible child widget at point p in the widget's own coordinate system.
Отдаёт фокус ввода с клавиатуры.
If the widget has active focus, a focus out event is sent to this widget to tell it that it is about to lose the focus.
This widget must enable focus setting in order to get the keyboard input focus, i.e. it must call setFocusPolicy().
Смотрите также hasFocus(), setFocus(), focusInEvent(), focusOutEvent(), setFocusPolicy() и QApplication::focusWidget().
Removes any mask set by setMask().
Смотрите также setMask().
Закрывает этот виджет. Возвращает true, если виджет был закрыт, в противном случае возвращает false.
First it sends the widget a QCloseEvent. The widget is hidden if it accepts the close event. If it ignores the event, nothing happens. The default implementation of QWidget::closeEvent() accepts the close event.
If the widget has the Qt::WA_DeleteOnClose flag, the widget is also deleted. На событие закрытия не влияет, является ли виджет видимым или нет.
The QApplication::lastWindowClosed() signal is emitted when the last visible primary window (i.e. window with no parent) with the Qt::WA_QuitOnClose attribute set is closed. По умолчанию этот атрибут установлен для всех виджетов, за исключением таких окон, как окна-заставки, окна инструментов, всплывающие меню.
This event handler is called with the given event when Qt receives a window close request for a top-level widget from the window system.
По умолчанию событие разрешено и виджет должен закрыться. Вы можете переопределить эту функцию, чтобы виджет мог иначе отреагировать на запрос о закрытии окна. For example, you can prevent the window from closing by calling ignore() on all events.
Приложения, имеющие главное окно, обычно используют переопределенный обработчик для проверки, вся ли пользовательская работа сохранена и запроса подтверждения перед закрытием. For example, the Application Example uses a helper function to determine whether or not to close the window:
void MainWindow::closeEvent(QCloseEvent *event) { if (maybeSave()) { writeSettings(); event->accept(); } else { event->ignore(); } }
Смотрите также event(), hide(), close(), QCloseEvent и Пример "Application".
The contentsMargins function returns the widget's contents margins.
Эта функция была введена в Qt 4.6.
Смотрите также getContentsMargins(), setContentsMargins() и contentsRect().
Возвращает область внутри границ виджета.
Смотрите также setContentsMargins() и getContentsMargins().
This event handler, for event event, can be reimplemented in a subclass to receive widget context menu events.
The handler is called when the widget's contextMenuPolicy is Qt::DefaultContextMenu.
По умолчанию события вызова контекстного меню игнорируются. Смотрите детальное описание QContextMenuEvent.
Смотрите также event(), QContextMenuEvent и customContextMenuRequested().
Creates a new widget window if window is 0, otherwise sets the widget's window to window.
Initializes the window (sets the geometry etc.) if initializeWindow is true. If initializeWindow is false, no initialization is performed. This parameter only makes sense if window is a valid window.
Destroys the old window if destroyOldWindow is true. If destroyOldWindow is false, you are responsible for destroying the window yourself (using platform native code).
The QWidget constructor calls create(0,true,true) to create a window for this widget.
This signal is emitted when the widget's contextMenuPolicy is Qt::CustomContextMenu, and the user has requested a context menu on the widget. The position pos is the position of the context menu event that the widget receives. Normally this is in widget coordinates. The exception to this rule is QAbstractScrollArea and its subclasses that map the context menu event to coordinates of the viewport() .
Смотрите также mapToGlobal(), QMenu и contextMenuPolicy.
Frees up window system resources. Destroys the widget window if destroyWindow is true.
destroy() calls itself recursively for all the child widgets, passing destroySubWindows for the destroyWindow parameter. To have more control over destruction of subwidgets, destroy subwidgets selectively first.
This function is usually called from the QWidget destructor.
This event handler is called when a drag is in progress and the mouse enters this widget. The event is passed in the event parameter.
If the event is ignored, the widget won't receive any drag move events.
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
Смотрите также QDrag и QDragEnterEvent.
This event handler is called when a drag is in progress and the mouse leaves this widget. The event is passed in the event parameter.
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
Смотрите также QDrag и QDragLeaveEvent.
This event handler is called if a drag is in progress, and when any of the following conditions occur: the cursor enters this widget, the cursor moves within this widget, or a modifier key is pressed on the keyboard while this widget has the focus. The event is passed in the event parameter.
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
Смотрите также QDrag и QDragMoveEvent.
This event handler is called when the drag is dropped on this widget. The event is passed in the event parameter.
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
Смотрите также QDrag и QDropEvent.
Returns the effective window system identifier of the widget, i.e. the native parent's window system identifier.
If the widget is native, this function returns the native widget ID. Otherwise, the window ID of the first native parent widget, i.e., the top-level widget that contains this widget, is returned.
Note: We recommend that you do not store this value as it is likely to change at run-time.
Эта функция была введена в Qt 4.4.
Смотрите также nativeParentWidget().
Ensures that the widget has been polished by QStyle (i.e., has a proper font and palette).
QWidget calls this function after it has been fully constructed but before it is shown the very first time. You can call this function if you want to ensure that the widget is polished before doing an operation, e.g., the correct font size might be needed in the widget's sizeHint() reimplementation. Note that this function is called from the default implementation of sizeHint().
Polishing is useful for final initialization that must happen after all constructors (from base classes as well as from subclasses) have been called.
If you need to change some settings when a widget is polished, reimplement event() and handle the QEvent::Polish event type.
Note: The function is declared const so that it can be called from other const functions (e.g., sizeHint()).
Смотрите также event().
This event handler can be reimplemented in a subclass to receive widget enter events which are passed in the event parameter.
An event is sent to the widget when the mouse cursor enters the widget.
Смотрите также leaveEvent(), mouseMoveEvent() и event().
Переопределено от QObject::event().
This is the main event handler; it handles event event. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event() checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event() calls keyPressEvent().
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event() will call the specialized handlers such as mousePressEvent(); otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
Смотрите также closeEvent(), focusInEvent(), focusOutEvent(), enterEvent(), keyPressEvent(), keyReleaseEvent(), leaveEvent(), mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), moveEvent(), paintEvent(), resizeEvent(), QObject::event() и QObject::timerEvent().
Returns a pointer to the widget with window identifer/handle id.
The window identifier type depends on the underlying window system, see qwindowdefs.h for the actual definition. If there is no widget with this identifier, 0 is returned.
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus received) for the widget. The event is passed in the event parameter
A widget normally must setFocusPolicy() to something other than Qt::NoFocus in order to receive focus events. (Note that the application programmer can call setFocus() on any widget, even those that do not normally accept focus.)
The default implementation updates the widget (except for windows that do not specify a focusPolicy()).
Смотрите также focusOutEvent(), setFocusPolicy(), keyPressEvent(), keyReleaseEvent(), event() и QFocusEvent.
Finds a new widget to give the keyboard focus to, as appropriate for Tab, and returns true if it can find a new widget, or false if it can't.
Смотрите также focusPreviousChild().
Finds a new widget to give the keyboard focus to, as appropriate for Tab and Shift+Tab, and returns true if it can find a new widget, or false if it can't.
If next is true, this function searches forward, if next is false, it searches backward.
Sometimes, you will want to reimplement this function. For example, a web browser might reimplement it to move its "current active link" forward or backward, and call focusNextPrevChild() only when it reaches the last or first link on the "page".
Дочерние виджеты вызывают focusNextPrevChild() своих родителей, но только окно, содержащее дочерние виджеты, решает куда перенаправить фокус. By reimplementing this function for an object, you thus gain control of focus traversal for all child widgets.
Смотрите также focusNextChild() и focusPreviousChild().
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus lost) for the widget. The events is passed in the event parameter.
A widget normally must setFocusPolicy() to something other than Qt::NoFocus in order to receive focus events. (Note that the application programmer can call setFocus() on any widget, even those that do not normally accept focus.)
The default implementation updates the widget (except for windows that do not specify a focusPolicy()).
Смотрите также focusInEvent(), setFocusPolicy(), keyPressEvent(), keyReleaseEvent(), event() и QFocusEvent.
Finds a new widget to give the keyboard focus to, as appropriate for Shift+Tab, and returns true if it can find a new widget, or false if it can't.
Смотрите также focusNextChild().
Returns the focus proxy, or 0 if there is no focus proxy.
Смотрите также setFocusProxy().
Returns the last child of this widget that setFocus had been called on. For top level widgets this is the widget that will get focus in case this window gets activated
This is not the same as QApplication::focusWidget(), which returns the focus widget in the currently active window.
Returns the font info for the widget's current font. Equivalent to QFontInto(widget->font()).
Смотрите также font(), fontMetrics() и setFont().
Returns the font metrics for the widget's current font. Эквивалентно QFontMetrics(widget->font()).
Смотрите также font(), fontInfo() и setFont().
Returns the foreground role.
The foreground role defines the color from the widget's palette that is used to draw the foreground.
If no explicit foreground role is set, the function returns a role that contrasts with the background role.
Смотрите также setForegroundRole() и backgroundRole().
Returns the widget's contents margins for left, top, right, and bottom.
Смотрите также setContentsMargins() и contentsRect().
Returns the window system handle of the widget, for low-level access. Using this function is not portable.
An HDC acquired with getDC() has to be released with releaseDC().
Warning: Using this function is not portable.
Subscribes the widget to a given gesture with specific flags.
Эта функция была введена в Qt 4.6.
Смотрите также ungrabGesture() и QGestureEvent.
Получает ввод клавиатуры.
This widget receives all keyboard events until releaseKeyboard() is called; other widgets get no keyboard events at all. Mouse events are not affected. Use grabMouse() if you want to grab that.
The focus widget is not affected, except that it doesn't receive any keyboard events. setFocus() moves the focus as usual, but the new focus widget receives keyboard events only after releaseKeyboard() is called.
If a different widget is currently grabbing keyboard input, that widget's grab is released first.
Смотрите также releaseKeyboard(), grabMouse(), releaseMouse() и focusWidget().
Получает ввод мыши.
This widget receives all mouse events until releaseMouse() is called; other widgets get no mouse events at all. События клавиатуры не затрагиваются. Use grabKeyboard() if you want to grab that.
Warning: Bugs in mouse-grabbing applications very often lock the terminal. Use this function with extreme caution, and consider using the -nograb command line option while debugging.
It is almost never necessary to grab the mouse when using Qt, as Qt grabs and releases it sensibly. In particular, Qt grabs the mouse when a mouse button is pressed and keeps it until the last button is released.
Note: Only visible widgets can grab mouse input. If isVisible() returns false for a widget, that widget cannot call grabMouse().
Note: (Mac OS X developers) For Cocoa, calling grabMouse() on a widget only works when the mouse is inside the frame of that widget. For Carbon, it works outside the widget's frame as well, like for Windows and X11.
Смотрите также releaseMouse(), grabKeyboard() и releaseKeyboard().
This function overloads grabMouse().
Grabs the mouse input and changes the cursor shape.
The cursor will assume shape cursor (for as long as the mouse focus is grabbed) and this widget will be the only one to receive mouse events until releaseMouse() is called().
Warning: Grabbing the mouse might lock the terminal.
Note: (Mac OS X developers) See the note in QWidget::grabMouse().
Смотрите также releaseMouse(), grabKeyboard(), releaseKeyboard() и setCursor().
Adds a shortcut to Qt's shortcut system that watches for the given key sequence in the given context. Если context это Qt::ApplicationShortcut, то комбинация горячих клавиш применяется ко всему приложению. В противном случае, она либо локальна для этого виджета, Qt::WidgetShortcut, либо для самого окна, Qt::WindowShortcut.
If the same key sequence has been grabbed by several widgets, when the key sequence occurs a QEvent::Shortcut event is sent to all the widgets to which it applies in a non-deterministic order, but with the ``ambiguous'' flag set to true.
Предупреждение: Обычно вы не должны использовать эту функцию; вместо этого создайте QAction с последовательностью горячих клавиш которая вам нужна (если вы также хотите эквивалентный пункт меню и панель инструментов), или создайте QShortcut если вам нужна только последовательность клавиш. Оба QAction и QShortcut обрабатывают все отфильтрованные для вас события и предоставляют сигналы, которые срабатывают когда пользователь вводит последовательность клавиш, что намного проще чем эта низкоуровневая функция.
Смотрите также releaseShortcut() и setShortcutEnabled().
The graphicsEffect function returns a pointer to the widget's graphics effect.
If the widget has no graphics effect, 0 is returned.
Эта функция была введена в Qt 4.6.
Смотрите также setGraphicsEffect().
Returns the proxy widget for the corresponding embedded widget in a graphics view; otherwise returns 0.
Эта функция была введена в Qt 4.5.
Смотрите также QGraphicsProxyWidget::createProxyForChildWidget() и QGraphicsScene::addWidget().
Returns true if this widget currently has edit focus; otherwise false.
Это свойство доступно только в Qt для встраиваемых Linux-систем.
Смотрите также setEditFocus() и QApplication::keypadNavigationEnabled().
Returns the preferred height for this widget, given the width w.
If this widget has a layout, the default implementation returns the layout's preferred height. if there is no layout, the default implementation returns -1 indicating that the preferred height does not depend on the width.
Hides the widget. This function is equivalent to setVisible(false).
Note: If you are working with QDialog or its subclasses and you invoke the show() function after this function, the dialog will be displayed in its original position.
Смотрите также hideEvent(), isHidden(), show(), setVisible(), isVisible() и close().
This event handler can be reimplemented in a subclass to receive widget hide events. The event is passed in the event parameter.
Hide events are sent to widgets immediately after they have been hidden.
Note: A widget receives spontaneous show and hide events when its mapping status is changed by the window system, e.g. a spontaneous hide event when the user minimizes the window, and a spontaneous show event when the window is restored again. After receiving a spontaneous hide event, a widget is still considered visible in the sense of isVisible().
Смотрите также visible, event() и QHideEvent.
This function returns the QInputContext for this widget. By default the input context is inherited from the widgets parent. For toplevels it is inherited from QApplication.
You can override this and set a special input context for this widget by using the setInputContext() method.
Смотрите также setInputContext().
This event handler, for event event, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the state of the input method changes.
Note that when creating custom text editing widgets, the Qt::WA_InputMethodEnabled window attribute must be set explicitly (using the setAttribute() function) in order to receive input method events.
The default implementation calls event->ignore(), which rejects the Input Method event. See the QInputMethodEvent documentation for more details.
Смотрите также event() и QInputMethodEvent.
This method is only relevant for input widgets. It is used by the input method to query a set of properties of the widget to be able to support complex input method operations as support for surrounding text and reconversions.
query указывает какое свойство запрашивается.
Смотрите также inputMethodEvent(), QInputMethodEvent, QInputContext и inputMethodHints.
Вставляет действие action в список действий этого виджета перед действием before. Эта функция добавит действие если before равно 0 или before не действительное действие для этого виджета.
A QWidget should only have one of each action.
Смотрите также removeAction(), addAction(), QMenu, contextMenuPolicy и actions().
Вставляет действия actions в список действий этого виджета перед действием before. Эта функция добавит действие если before равно 0 или before не действительное действие для этого виджета.
A QWidget can have at most one of each action.
Смотрите также removeAction(), QMenu, insertAction() и contextMenuPolicy.
Returns true if this widget is a parent, (or grandparent and so on to any level), of the given child, and both widgets are within the same window; otherwise returns false.
Returns true if this widget would become enabled if ancestor is enabled; otherwise returns false.
This is the case if neither the widget itself nor every parent up to but excluding ancestor has been explicitly disabled.
isEnabledTo(0) is equivalent to isEnabled().
Смотрите также setEnabled() и enabled.
Returns true if the widget is hidden, otherwise returns false.
A hidden widget will only become visible when show() is called on it. It will not be automatically shown when the parent is shown.
To check visiblity, use !isVisible() instead (notice the exclamation mark).
isHidden() implies !isVisible(), but a widget can be not visible and not hidden at the same time. This is the case for widgets that are children of widgets that are not visible.
Widgets are hidden if:
Returns true if this widget would become visible if ancestor is shown; otherwise returns false.
The true case occurs if neither the widget itself nor any parent up to but excluding ancestor has been explicitly hidden.
This function will still return true if the widget is obscured by other windows on the screen, but could be physically visible if it or they were to be moved.
isVisibleTo(0) is identical to isVisible().
Смотрите также show(), hide() и isVisible().
Returns true if the widget is an independent window, otherwise returns false.
A window is a widget that isn't visually the child of any other widget and that usually has a frame and a window title.
A window can have a parent widget. It will then be grouped with its parent and deleted when the parent is deleted, minimized when the parent is minimized etc. If supported by the window manager, it will also have a common taskbar entry with its parent.
QDialog and QMainWindow widgets are by default windows, even if a parent widget is specified in the constructor. This behavior is specified by the Qt::Window flag.
Смотрите также window(), isModal() и parentWidget().
This event handler, for event event, can be reimplemented in a subclass to receive key press events for the widget.
A widget must call setFocusPolicy() to accept focus initially and have focus in order to receive a key press event.
If you reimplement this handler, it is very important that you call the base class implementation if you do not act upon the key.
The default implementation closes popup widgets if the user presses Esc. Otherwise the event is ignored, so that the widget's parent can interpret it.
Note that QKeyEvent starts with isAccepted() == true, so you do not need to call QKeyEvent::accept() - just do not call the base class implementation if you act upon the key.
Смотрите также keyReleaseEvent(), setFocusPolicy(), focusInEvent(), focusOutEvent(), event(), QKeyEvent и Tetrix Example.
This event handler, for event event, can be reimplemented in a subclass to receive key release events for the widget.
A widget must accept focus initially and have focus in order to receive a key release event.
If you reimplement this handler, it is very important that you call the base class implementation if you do not act upon the key.
The default implementation ignores the event, so that the widget's parent can interpret it.
Note that QKeyEvent starts with isAccepted() == true, so you do not need to call QKeyEvent::accept() - just do not call the base class implementation if you act upon the key.
Смотрите также keyPressEvent(), QKeyEvent::ignore(), setFocusPolicy(), focusInEvent(), focusOutEvent(), event() и QKeyEvent.
Returns the widget that is currently grabbing the keyboard input.
If no widget in this application is currently grabbing the keyboard, 0 is returned.
Смотрите также grabMouse() и mouseGrabber().
Returns the layout manager that is installed on this widget, or 0 if no layout manager is installed.
The layout manager sets the geometry of the widget's children that have been added to the layout.
Смотрите также setLayout(), sizePolicy() и Layout Management.
This event handler can be reimplemented in a subclass to receive widget leave events which are passed in the event parameter.
A leave event is sent to the widget when the mouse cursor leaves the widget.
Смотрите также enterEvent(), mouseMoveEvent() и event().
Lowers the widget to the bottom of the parent widget's stack.
After this call the widget will be visually behind (and therefore obscured by) any overlapping sibling widgets.
Смотрите также raise() и stackUnder().
Returns the CoreGraphics handle of the widget. Use of this function is not portable. This function will return 0 if no painter context can be established, or if the handle could not be created.
Warning: This function is only available on Mac OS X.
This special event handler can be reimplemented in a subclass to receive native Macintosh events.
The parameters are a bit different depending if Qt is build against Carbon or Cocoa. In Carbon, caller and event are the corresponding EventHandlerCallRef and EventRef that correspond to the Carbon event handlers that are installed. In Cocoa, caller is always 0 and the EventRef is the EventRef generated from the NSEvent.
In your reimplementation of this function, if you want to stop the event being handled by Qt, return true. If you return false, this native event is passed back to Qt, which translates the event into a Qt event and sends it to the widget.
Warning: This function is not portable.
Warning: This function was not called inside of Qt until Qt 4.4. If you need compatibility with earlier versions of Qt, consider QApplication::macEventFilter() instead.
Смотрите также QApplication::macEventFilter().
Returns the QuickDraw handle of the widget. Use of this function is not portable. This function will return 0 if QuickDraw is not supported, or if the handle could not be created.
Warning: This function is only available on Mac OS X.
Translates the widget coordinate pos from the coordinate system of parent to this widget's coordinate system. The parent must not be 0 and must be a parent of the calling widget.
Смотрите также mapTo(), mapFromParent(), mapFromGlobal() и underMouse().
Translates the global screen coordinate pos to widget coordinates.
Смотрите также mapToGlobal(), mapFrom() и mapFromParent().
Translates the parent widget coordinate pos to widget coordinates.
Same as mapFromGlobal() if the widget has no parent.
Смотрите также mapToParent(), mapFrom(), mapFromGlobal() и underMouse().
Translates the widget coordinate pos to the coordinate system of parent. The parent must not be 0 and must be a parent of the calling widget.
Смотрите также mapFrom(), mapToParent(), mapToGlobal() и underMouse().
Translates the widget coordinate pos to global screen coordinates. For example, mapToGlobal(QPoint(0,0)) would give the global coordinates of the top-left pixel of the widget.
Смотрите также mapFromGlobal(), mapTo() и mapToParent().
Translates the widget coordinate pos to a coordinate in the parent widget.
Same as mapToGlobal() if the widget has no parent.
Смотрите также mapFromParent(), mapTo(), mapToGlobal() и underMouse().
Returns the mask currently set on a widget. If no mask is set the return value will be an empty region.
Смотрите также setMask(), clearMask(), QRegion::isEmpty() и Пример "Shaped Clock".
Reimplemented from QPaintDevice::metric().
Internal implementation of the virtual QPaintDevice::metric() function.
m is the metric to get.
This event handler, for event event, can be reimplemented in a subclass to receive mouse double click events for the widget.
The default implementation generates a normal mouse press event.
Note: The widget will also receive mouse press and mouse release events in addition to the double click event. It is up to the developer to ensure that the application interprets these events correctly.
Смотрите также mousePressEvent(), mouseReleaseEvent(), mouseMoveEvent(), event() и QMouseEvent.
Returns the widget that is currently grabbing the mouse input.
If no widget in this application is currently grabbing the mouse, 0 is returned.
Смотрите также grabMouse() и keyboardGrabber().
This event handler, for event event, can be reimplemented in a subclass to receive mouse move events for the widget.
If mouse tracking is switched off, mouse move events only occur if a mouse button is pressed while the mouse is being moved. If mouse tracking is switched on, mouse move events occur even if no mouse button is pressed.
QMouseEvent::pos() reports the position of the mouse cursor, relative to this widget. For press and release events, the position is usually the same as the position of the last mouse move event, but it might be different if the user's hand shakes. This is a feature of the underlying window system, not Qt.
If you want to show a tooltip immediately, while the mouse is moving (e.g., to get the mouse coordinates with QMouseEvent::pos() and show them as a tooltip), you must first enable mouse tracking as described above. Then, to ensure that the tooltip is updated immediately, you must call QToolTip::showText() instead of setToolTip() in your implementation of mouseMoveEvent().
Смотрите также setMouseTracking(), mousePressEvent(), mouseReleaseEvent(), mouseDoubleClickEvent(), event(), QMouseEvent и Scribble Example.
This event handler, for event event, can be reimplemented in a subclass to receive mouse press events for the widget.
If you create new widgets in the mousePressEvent() the mouseReleaseEvent() may not end up where you expect, depending on the underlying window system (or X11 window manager), the widgets' location and maybe more.
The default implementation implements the closing of popup widgets when you click outside the window. For other widget types it does nothing.
Смотрите также mouseReleaseEvent(), mouseDoubleClickEvent(), mouseMoveEvent(), event(), QMouseEvent и Scribble Example.
This event handler, for event event, can be reimplemented in a subclass to receive mouse release events for the widget.
Смотрите также mousePressEvent(), mouseDoubleClickEvent(), mouseMoveEvent(), event(), QMouseEvent и Scribble Example.
This event handler can be reimplemented in a subclass to receive widget move events which are passed in the event parameter. When the widget receives this event, it is already at the new position.
The old position is accessible through QMoveEvent::oldPos().
Смотрите также resizeEvent(), event(), move() и QMoveEvent.
Returns the native parent for this widget, i.e. the next ancestor widget that has a system identifier, or 0 if it does not have any native parent.
Эта функция была введена в Qt 4.4.
Смотрите также effectiveWinId().
Returns the next widget in this widget's focus chain.
Смотрите также previousInFocusChain().
Sets the window flags for the widget to flags, without telling the window system.
Warning: Do not call this function unless you really know what you're doing.
Смотрите также setWindowFlags().
Reimplemented from QPaintDevice::paintEngine().
Returns the widget's paint engine.
Note that this function should not be called explicitly by the user, since it's meant for reimplementation purposes only. The function is called by Qt internally, and the default implementation may not always return a valid pointer.
This event handler can be reimplemented in a subclass to receive paint events passed in event.
A paint event is a request to repaint all or part of a widget. It can happen for one of the following reasons:
Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the requested region: QPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region during event processing. QListView and QTableView do this, for example.
Qt also tries to speed up painting by merging multiple paint events into one. When update() is called several times or the window system sends several paint events, Qt merges these events into one event with a larger region (see QRegion::united()). The repaint() function does not permit this optimization, so we suggest using update() whenever possible.
When the paint event occurs, the update region has normally been erased, so you are painting on the widget's background.
The background can be set using setBackgroundRole() and setPalette().
Since Qt 4.0, QWidget automatically double-buffers its painting, so there is no need to write double-buffering code in paintEvent() to avoid flicker.
Note for the X11 platform: It is possible to toggle global double buffering by calling qt_x11_set_global_double_buffer(). Например,
... extern void qt_x11_set_global_double_buffer(bool); qt_x11_set_global_double_buffer(false); ...
Note: Generally, you should refrain from calling update() or repaint() inside a paintEvent(). For example, calling update() or repaint() on children inside a paintevent() results in undefined behavior; the child may or may not get a paint event.
Warning: If you are using a custom paint engine without Qt's backingstore, Qt::WA_PaintOnScreen must be set. Otherwise, QWidget::paintEngine() will never be called; the backingstore will be used instead.
Смотрите также event(), repaint(), update(), QPainter, QPixmap, QPaintEvent и Пример "Analog Clock".
Returns the parent of this widget, or 0 if it does not have any parent widget.
The previousInFocusChain function returns the previous widget in this widget's focus chain.
Эта функция была введена в Qt 4.6.
Смотрите также nextInFocusChain().
This special event handler can be reimplemented in a subclass to receive native Qt for Embedded Linux events which are passed in the event parameter.
In your reimplementation of this function, if you want to stop the event being handled by Qt, return true. If you return false, this native event is passed back to Qt, which translates the event into a Qt event and sends it to the widget.
Warning: This function is not portable.
Смотрите также QApplication::qwsEventFilter().
Raises this widget to the top of the parent widget's stack.
After this call the widget will be visually in front of any overlapping sibling widgets.
Note: When using activateWindow(), you can call this function to ensure that the window is stacked on top.
Смотрите также lower() и stackUnder().
Releases the HDC hdc acquired by a previous call to getDC().
Warning: Using this function is not portable.
Освобождает фокус ввода клавиатуры.
Смотрите также grabKeyboard(), grabMouse() и releaseMouse().
Освобождает фокус ввода мыши.
Смотрите также grabMouse(), grabKeyboard() и releaseKeyboard().
Удаляет горячую комбинацию клавиш с указанным id из системы горячих клавиш Qt. Виджет больше не будет получать события QEvent::Shortcut для последовательности событий этой комбинации (если только нет другой комбинации горячих клавиш с такой последовательностью).
Предупреждение: Обычно вам не нужно использовать эту функцию, так как система горячих клавиш Qt удаляет комбинацию горячих клавиш автоматически при уничтожении их родительского виджета. Для обработки комбинаций горячих клавиш лучше использовать QAction или QShortcut, так как они проще в использовании чем низкоуровневая функция. Также заметьте, что это затратная операция.
Смотрите также grabShortcut() и setShortcutEnabled().
Удаляет действие action из списка действий этого виджета.
Смотрите также insertAction(), actions() и insertAction().
Renders the sourceRegion of this widget into the target using renderFlags to determine how to render. Rendering starts at targetOffset in the target. Например:
QPixmap pixmap(widget->size()); widget->render(&pixmap);
If sourceRegion is a null region, this function will use QWidget::rect() as the region, i.e. the entire widget.
Ensure that you call QPainter::end() for the target device's active painter (if any) before rendering. Например:
QPainter painter(this); ... painter.end(); myWidget->render(this);
Note: To obtain the contents of an OpenGL widget, use QGLWidget::grabFrameBuffer() or QGLWidget::renderPixmap() instead.
Эта функция была введена в Qt 4.3.
Это перегруженная функция.
Renders the widget into the painter's QPainter::device().
Transformations and settings applied to the painter will be used when rendering.
Note: The painter must be active. On Mac OS X the widget will be rendered into a QPixmap and then drawn by the painter.
Смотрите также QPainter::device().
Repaints the widget directly by calling paintEvent() immediately, unless updates are disabled or the widget is hidden.
We suggest only using repaint() if you need an immediate repaint, for example during animation. In almost all circumstances update() is better, as it permits Qt to optimize for speed and minimize flicker.
Warning: If you call repaint() in a function which may itself be called from paintEvent(), you may get infinite recursion. The update() function never causes recursion.
Смотрите также update(), paintEvent() и setUpdatesEnabled().
Это перегруженная функция.
This version repaints a rectangle (x, y, w, h) inside the widget.
If w is negative, it is replaced with width() - x, and if h is negative, it is replaced width height() - y.
Это перегруженная функция.
This version repaints a rectangle rect inside the widget.
Это перегруженная функция.
This version repaints a region rgn inside the widget.
This event handler can be reimplemented in a subclass to receive widget resize events which are passed in the event parameter. When resizeEvent() is called, the widget already has its new geometry. The old size is accessible through QResizeEvent::oldSize().
The widget will be erased and receive a paint event immediately after processing the resize event. No drawing need be (or should be) done inside this handler.
Смотрите также moveEvent(), event(), resize(), QResizeEvent, paintEvent() и Scribble Example.
Restores the geometry and state top-level widgets stored in the byte array geometry. Возвращает true, если всё прошло успешно; в противном случае возвращает false.
If the restored geometry is off-screen, it will be modified to be inside the available screen geometry.
Для восстановления геометрии, сохраненной с использованием QSettings, вы можете использовать примерно такой код:
QSettings settings("MyCompany", "MyApp"); myWidget->restoreGeometry(settings.value("myWidget/geometry").toByteArray());
See the Window Geometry documentation for an overview of geometry issues with windows.
Use QMainWindow::restoreState() to restore the geometry and the state of toolbars and dock widgets.
Эта функция была введена в Qt 4.2.
Смотрите также saveGeometry(), QSettings, QMainWindow::saveState() и QMainWindow::restoreState().
Saves the current geometry and state for top-level widgets.
Для сохранения геометрии при закрытии окна вы можете реализовать событие закрытия, например, так:
void MyWidget::closeEvent(QCloseEvent *event) { QSettings settings("MyCompany", "MyApp"); settings.setValue("geometry", saveGeometry()); QWidget::closeEvent(event); }
See the Window Geometry documentation for an overview of geometry issues with windows.
Use QMainWindow::saveState() to save the geometry and the state of toolbars and dock widgets.
Эта функция была введена в Qt 4.2.
Смотрите также restoreGeometry(), QMainWindow::saveState() и QMainWindow::restoreState().
Scrolls the widget including its children dx pixels to the right and dy downward. Both dx and dy may be negative.
After scrolling, the widgets will receive paint events for the areas that need to be repainted. For widgets that Qt knows to be opaque, this is only the newly exposed parts. For example, if an opaque widget is scrolled 8 pixels to the left, only an 8-pixel wide stripe at the right edge needs updating.
Since widgets propagate the contents of their parents by default, you need to set the autoFillBackground property, or use setAttribute() to set the Qt::WA_OpaquePaintEvent attribute, to make a widget opaque.
For widgets that use contents propagation, a scroll will cause an update of the entire scroll area.
Смотрите также Прозрачность и двойная буферизация.
Это перегруженная функция.
This version only scrolls r and does not move the children of the widget.
If r is empty or invalid, the result is undefined.
Смотрите также QScrollArea.
Sets the attribute attribute on this widget if on is true; otherwise clears the attribute.
Смотрите также testAttribute().
Sets the background role of the widget to role.
The background role defines the brush from the widget's palette that is used to render the background.
If role is QPalette::NoRole, then the widget inherits its parent's background role.
Note that styles are free to choose any color from the palette. You can modify the palette or set a style sheet if you don't achieve the result you want with setBackgroundRole().
Смотрите также backgroundRole() и foregroundRole().
Sets the margins around the contents of the widget to have the sizes left, top, right, and bottom. The margins are used by the layout system, and may be used by subclasses to specify the area to draw in (e.g. excluding the frame).
Changing the margins will trigger a resizeEvent().
Смотрите также contentsMargins(), contentsRect() и getContentsMargins().
Это перегруженная функция.
The setContentsMargins function sets the margins around the widget's contents.
Sets the margins around the contents of the widget to have the sizes determined by margins. The margins are used by the layout system, and may be used by subclasses to specify the area to draw in (e.g. excluding the frame).
Changing the margins will trigger a resizeEvent().
Эта функция была введена в Qt 4.6.
Смотрите также contentsRect() и getContentsMargins().
Disables widget input events if disable is true; otherwise enables input events.
Для получения дополнительной информации смотрите документацию enabled.
Смотрите также isEnabledTo(), QKeyEvent, QMouseEvent и changeEvent().
If enable is true, make this widget have edit focus, in which case Qt::Key_Up and Qt::Key_Down will be delivered to the widget normally; otherwise, Qt::Key_Up and Qt::Key_Down are used to change focus.
This feature is only available in Qt for Embedded Linux and Qt for Symbian.
Смотрите также hasEditFocus() и QApplication::keypadNavigationEnabled().
Sets both the minimum and maximum heights of the widget to h without changing the widths. Provided for convenience.
Смотрите также sizeHint(), minimumSize(), maximumSize() и setFixedSize().
Sets both the minimum and maximum sizes of the widget to s, thereby preventing it from ever growing or shrinking.
This will override the default size constraints set by QLayout.
To remove constraints, set the size to QWIDGETSIZE_MAX.
Alternatively, if you want the widget to have a fixed size based on its contents, you can call QLayout::setSizeConstraint(QLayout::SetFixedSize);
Смотрите также maximumSize и minimumSize.
Это перегруженная функция.
Sets the width of the widget to w and the height to h.
Sets both the minimum and maximum width of the widget to w without changing the heights. Provided for convenience.
Смотрите также sizeHint(), minimumSize(), maximumSize() и setFixedSize().
Gives the keyboard input focus to this widget (or its focus proxy) if this widget or one of its parents is the active window. The reason argument will be passed into any focus event sent from this function, it is used to give an explanation of what caused the widget to get focus. If the window is not active, the widget will be given the focus when the window becomes active.
First, a focus out event is sent to the focus widget (if any) to tell it that it is about to lose the focus. Then a focus in event is sent to this widget to tell it that it just received the focus. (Nothing happens if the focus in and focus out widgets are the same.)
Note: On embedded platforms, setFocus() will not cause an input panel to be opened by the input method. If you want this to happen, you have to send a QEvent::RequestSoftwareInputPanel event to the widget yourself.
setFocus() gives focus to a widget regardless of its focus policy, but does not clear any keyboard grab (see grabKeyboard()).
Be aware that if the widget is hidden, it will not accept focus until it is shown.
Warning: If you call setFocus() in a function which may itself be called from focusOutEvent() or focusInEvent(), you may get an infinite recursion.
Смотрите также hasFocus(), clearFocus(), focusInEvent(), focusOutEvent(), setFocusPolicy(), focusWidget(), QApplication::focusWidget(), grabKeyboard(), grabMouse(), Keyboard Focus и QEvent::RequestSoftwareInputPanel.
Это перегруженная функция.
Gives the keyboard input focus to this widget (or its focus proxy) if this widget or one of its parents is the active window.
Sets the widget's focus proxy to widget w. If w is 0, the function resets this widget to have no focus proxy.
Some widgets can "have focus", but create a child widget, such as QLineEdit, to actually handle the focus. In this case, the widget can set the line edit to be its focus proxy.
setFocusProxy() sets the widget which will actually get focus when "this widget" gets it. If there is a focus proxy, setFocus() and hasFocus() operate on the focus proxy.
Смотрите также focusProxy().
Sets the foreground role of the widget to role.
The foreground role defines the color from the widget's palette that is used to draw the foreground.
If role is QPalette::NoRole, the widget uses a foreground role that contrasts with the background role.
Note that styles are free to choose any color from the palette. You can modify the palette or set a style sheet if you don't achieve the result you want with setForegroundRole().
Смотрите также foregroundRole() и backgroundRole().
The setGraphicsEffect function is for setting the widget's graphics effect.
Sets effect as the widget's effect. If there already is an effect installed on this widget, QWidget will delete the existing effect before installing the new effect.
If effect is the installed on a different widget, setGraphicsEffect() will remove the effect from the widget and install it on this widget.
QWidget takes ownership of effect.
Замечание: Эта функция применит эффект к себе и всем потомкам.
Эта функция была введена в Qt 4.6.
Смотрите также graphicsEffect().
Convenience function, equivalent to setVisible(!hidden).
Смотрите также isHidden().
This function sets the input context context on this widget.
Qt takes ownership of the given input context.
Смотрите также inputContext().
Sets the layout manager for this widget to layout.
If there already is a layout manager installed on this widget, QWidget won't let you install another. You must first delete the existing layout manager (returned by layout()) before you can call setLayout() with the new layout.
If layout is the layout manger on a different widget, setLayout() will reparent the layout and make it the layout manager for this widget.
Пример:
QVBoxLayout *layout = new QVBoxLayout; layout->addWidget(formWidget); setLayout(layout);
An alternative to calling this function is to pass this widget to the layout's constructor.
The QWidget will take ownership of layout.
Смотрите также layout() и Layout Management.
Causes only the pixels of the widget for which bitmap has a corresponding 1 bit to be visible. If the region includes pixels outside the rect() of the widget, window system controls in that area may or may not be visible, depending on the platform.
Note that this effect can be slow if the region is particularly complex.
The following code shows how an image with an alpha channel can be used to generate a mask for a widget:
QLabel topLevelLabel; QPixmap pixmap(":/images/tux.png"); topLevelLabel.setPixmap(pixmap); topLevelLabel.setMask(pixmap.mask());
The label shown by this code is masked using the image it contains, giving the appearance that an irregularly-shaped image is being drawn directly onto the screen.
Masked widgets receive mouse events only on their visible portions.
Смотрите также mask(), clearMask(), windowOpacity() и Пример "Shaped Clock".
Это перегруженная функция.
Causes only the parts of the widget which overlap region to be visible. If the region includes pixels outside the rect() of the widget, window system controls in that area may or may not be visible, depending on the platform.
Note that this effect can be slow if the region is particularly complex.
Смотрите также windowOpacity.
Sets the parent of the widget to parent, and resets the window flags. The widget is moved to position (0, 0) in its new parent.
If the new parent widget is in a different window, the reparented widget and its children are appended to the end of the tab chain of the new parent widget, in the same internal order as before. If one of the moved widgets had keyboard focus, setParent() calls clearFocus() for that widget.
If the new parent widget is in the same window as the old parent, setting the parent doesn't change the tab order or keyboard focus.
If the "new" parent widget is the old parent widget, this function does nothing.
Note: The widget becomes invisible as part of changing its parent, even if it was previously visible. You must call show() to make the widget visible again.
Warning: It is very unlikely that you will ever need this function. If you have a widget that changes its content dynamically, it is far easier to use QStackedWidget.
Смотрите также setWindowFlags().
Это перегруженная функция.
This function also takes widget flags, f as an argument.
If enable is true, auto repeat of the shortcut with the given id is enabled; otherwise it is disabled.
Эта функция была введена в Qt 4.2.
Смотрите также grabShortcut() и releaseShortcut().
If enable is true, the shortcut with the given id is enabled; otherwise the shortcut is disabled.
Предупреждение: Обычно вам не нужно использовать эту функцию, так как система горячих клавиш Qt включает/отключает комбинацию горячих клавиш автоматически при скрытии/отображении виджета и потери и получения фокуса. Для обработки комбинаций горячих клавиш лучше использовать QAction или QShortcut, так как они проще в использовании чем низкоуровневая функция.
Смотрите также grabShortcut() и releaseShortcut().
Sets the widget's GUI style to style. The ownership of the style object is not transferred.
If no style is set, the widget uses the application's style, QApplication::style() instead.
Setting a widget's style has no effect on existing or future child widgets.
Warning: This function is particularly useful for demonstration purposes, where you want to show Qt's styling capabilities. Real applications should avoid it and use one consistent GUI style instead.
Предупреждение: Таблицы стилей Qt в настоящее время не поддерживаются для пользовательских подклассов QStyle. Мы планируем вернуться к этому в одном из следующих релизов.
Смотрите также style(), QStyle, QApplication::style() и QApplication::setStyle().
Puts the second widget after the first widget in the focus order.
Заметьте, что так как порядок обхода виджета second изменился, то вы должны упорядочить цепь следующим образом:
setTabOrder(a, b); // a на b setTabOrder(b, c); // a на b на c setTabOrder(c, d); // a на b на c на d
Но не так:
// НЕПРАВИЛЬНО setTabOrder(c, d); // c на d setTabOrder(a, b); // a на b И c на d setTabOrder(b, c); // a на b на c, но не c на d
If first or second has a focus proxy, setTabOrder() correctly substitutes the proxy.
Смотрите также setFocusPolicy(), setFocusProxy() и Фокус клавиатуры.
Sets the window's role to role. This only makes sense for windows on X11.
Смотрите также windowRole().
Sets the window state to windowState. The window state is a OR'ed combination of Qt::WindowState: Qt::WindowMinimized, Qt::WindowMaximized, Qt::WindowFullScreen, and Qt::WindowActive.
If the window is not visible (i.e. isVisible() returns false), the window state will take effect when show() is called. For visible windows, the change is immediate. For example, to toggle between full-screen and normal mode, use the following code:
w->setWindowState(w->windowState() ^ Qt::WindowFullScreen);
In order to restore and activate a minimized window (while preserving its maximized and/or full-screen state), use the following:
w->setWindowState(w->windowState() & ~Qt::WindowMinimized | Qt::WindowActive);
Calling this function will hide the widget. You must call show() to make the widget visible again.
Note: On some window systems Qt::WindowActive is not immediate, and may be ignored in certain cases.
When the window state changes, the widget receives a changeEvent() of type QEvent::WindowStateChange.
Смотрите также Qt::WindowState и windowState().
This function is under development and is subject to change.
Sets the window surface to be the surface specified. The QWidget takes will ownership of the surface. widget itself is deleted.
Эта функция была введена в Qt 4.2.
Смотрите также windowSurface().
Sets up the user interface for the specified widget.
Note: This function is available with widgets that derive from user interface descriptions created using uic.
Смотрите также Использование UI-файла в вашем приложении.
Shows the widget and its child widgets. This function is equivalent to setVisible(true).
Смотрите также raise(), showEvent(), hide(), setVisible(), showMinimized(), showMaximized(), showNormal() и isVisible().
This event handler can be reimplemented in a subclass to receive widget show events which are passed in the event parameter.
Non-spontaneous show events are sent to widgets immediately before they are shown. The spontaneous show events of windows are delivered afterwards.
Note: A widget receives spontaneous show and hide events when its mapping status is changed by the window system, e.g. a spontaneous hide event when the user minimizes the window, and a spontaneous show event when the window is restored again. After receiving a spontaneous hide event, a widget is still considered visible in the sense of isVisible().
Смотрите также visible, event() и QShowEvent.
Shows the widget in full-screen mode.
Calling this function only affects windows.
To return from full-screen mode, call showNormal().
Full-screen mode works fine under Windows, but has certain problems under X. These problems are due to limitations of the ICCCM protocol that specifies the communication between X11 clients and the window manager. ICCCM simply does not understand the concept of non-decorated full-screen windows. Therefore, the best we can do is to request a borderless window and place and resize it to fill the entire screen. Depending on the window manager, this may or may not work. The borderless window is requested using MOTIF hints, which are at least partially supported by virtually all modern window managers.
An alternative would be to bypass the window manager entirely and create a window with the Qt::X11BypassWindowManagerHint flag. This has other severe problems though, like totally broken keyboard focus and very strange effects on desktop changes or when the user raises other windows.
X11 window managers that follow modern post-ICCCM specifications support full-screen mode properly.
Смотрите также showNormal(), showMaximized(), show(), hide() и isVisible().
Shows the widget maximized.
Calling this function only affects windows.
On X11, this function may not work properly with certain window managers. See the Window Geometry documentation for an explanation.
Смотрите также setWindowState(), showNormal(), showMinimized(), show(), hide() и isVisible().
Shows the widget minimized, as an icon.
Calling this function only affects windows.
Смотрите также showNormal(), showMaximized(), show(), hide(), isVisible() и isMinimized().
Restores the widget after it has been maximized or minimized.
Calling this function only affects windows.
Смотрите также setWindowState(), showMinimized(), showMaximized(), show(), hide() и isVisible().
Places the widget under w in the parent widget's stack.
To make this work, the widget itself and w must be siblings.
Смотрите также raise() и lower().
Смотрите также QWidget::setStyle(), QApplication::setStyle() и QApplication::style().
This event handler, for event event, can be reimplemented in a subclass to receive tablet events for the widget.
If you reimplement this handler, it is very important that you ignore() the event if you do not handle it, so that the widget's parent can interpret it.
Реализация по умолчанию игнорирует это событие.
Смотрите также QTabletEvent::ignore(), QTabletEvent::accept(), event() и QTabletEvent.
Returns true if attribute attribute is set on this widget; otherwise returns false.
Смотрите также setAttribute().
Returns true if the widget is under the mouse cursor; otherwise returns false.
This value is not updated properly during drag and drop operations.
Смотрите также enterEvent() и leaveEvent().
Unsubscribes the widget from a given gesture type
Эта функция была введена в Qt 4.6.
Смотрите также grabGesture() и QGestureEvent.
Updates the widget unless updates are disabled or the widget is hidden.
This function does not cause an immediate repaint; instead it schedules a paint event for processing when Qt returns to the main event loop. This permits Qt to optimize for more speed and less flicker than a call to repaint() does.
Calling update() several times normally results in just one paintEvent() call.
Qt normally erases the widget's area before the paintEvent() call. If the Qt::WA_OpaquePaintEvent widget attribute is set, the widget is responsible for painting all its pixels with an opaque color.
Смотрите также repaint(), paintEvent(), setUpdatesEnabled() и Пример "Analog Clock".
Это перегруженная функция.
This version updates a rectangle (x, y, w, h) inside the widget.
Это перегруженная функция.
This version updates a rectangle rect inside the widget.
Это перегруженная функция.
This version repaints a region rgn inside the widget.
Notifies the layout system that this widget has changed and may need to change geometry.
Call this function if the sizeHint() or sizePolicy() have changed.
For explicitly hidden widgets, updateGeometry() is a no-op. The layout system will be notified as soon as the widget is shown.
Updates the widget's micro focus.
Смотрите также QInputContext.
Returns the unobscured region where paint events can occur.
For visible widgets, this is an approximation of the area not covered by other widgets; otherwise, this is an empty region.
The repaint() function calls this function if necessary, so in general you do not need to call it.
This event handler, for event event, can be reimplemented in a subclass to receive wheel events for the widget.
If you reimplement this handler, it is very important that you ignore() the event if you do not handle it, so that the widget's parent can interpret it.
Реализация по умолчанию игнорирует это событие.
Смотрите также QWheelEvent::ignore(), QWheelEvent::accept(), event() и QWheelEvent.
This special event handler can be reimplemented in a subclass to receive native Windows events which are passed in the message parameter.
In your reimplementation of this function, if you want to stop the event being handled by Qt, return true and set result to the value that the window procedure should return. If you return false, this native event is passed back to Qt, which translates the event into a Qt event and sends it to the widget.
Warning: This function is not portable.
Смотрите также QApplication::winEventFilter().
Returns the window system identifier of the widget.
Portable in principle, but if you use it you are probably about to do something non-portable. Be careful.
If a widget is non-native (alien) and winId() is invoked on it, that widget will be provided a native handle.
On Mac OS X, the type returned depends on which framework Qt was linked against. If Qt is using Carbon, the {WId} is actually an HIViewRef. If Qt is using Cocoa, {WId} is a pointer to an NSView.
This value may change at run-time. An event with type QEvent::WinIdChange will be sent to the widget following a change in window system identifier.
Смотрите также find().
Returns the window for this widget, i.e. the next ancestor widget that has (or could have) a window-system frame.
If the widget is a window, the widget itself is returned.
Typical usage is changing the window title:
aWidget->window()->setWindowTitle("New Window Title");
Смотрите также isWindow().
Returns the window's role, or an empty string.
Смотрите также setWindowRole(), windowIcon и windowTitle.
Returns the current window state. The window state is a OR'ed combination of Qt::WindowState: Qt::WindowMinimized, Qt::WindowMaximized, Qt::WindowFullScreen, and Qt::WindowActive.
Смотрите также Qt::WindowState и setWindowState().
This function is under development and is subject to change.
Returns the QWindowSurface this widget will be drawn into.
Эта функция была введена в Qt 4.2.
Смотрите также setWindowSurface().
Returns the window type of this widget. This is identical to windowFlags() & Qt::WindowType_Mask.
Смотрите также windowFlags.
This special event handler can be reimplemented in a subclass to receive native X11 events passed in the event parameter.
In your reimplementation of this function, if you want to stop Qt from handling the event, return true. If you return false, this native event is passed back to Qt, which translates it into a Qt event and sends it to the widget.
Note: Events are only delivered to this event handler if the widget is native.
Warning: This function is not portable.
Смотрите также QApplication::x11EventFilter() и QWidget::winId().
Returns information about the configuration of the X display used to display the widget.
Внимание: Эта функция доступна только на X11.
Returns the X11 Picture handle of the widget for XRender support. Use of this function is not portable. This function will return 0 if XRender support is not compiled into Qt, if the XRender extension is not supported on the X11 display, or if the handle could not be created.
Platform dependent window identifier.
Defines the maximum size for a QWidget object.
The largest allowed size for a widget is QSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX), i.e. QSize (16777215,16777215).
Смотрите также QWidget::setMaximumSize().
Авторские права © 2010 Nokia Corporation и/или её дочерние компании | Торговые марки | Qt 4.6.4 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |