Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
w | setWindowState (w->windowState() ^ Qt::WindowFullScreen) |
[0] | |
w | setWindowState ((w->windowState() &~Qt::WindowMinimized)|Qt::WindowActive) |
[0] | |
aWidget | window () -> setWindowTitle("New Window Title") |
[2] | |
setCursor (Qt::IBeamCursor) | |
[3] | |
QPixmap | pixmap (widget->size()) |
[6] | |
painter | end () |
myWidget | render (this) |
setTabOrder (a, b) | |
[8] | |
setTabOrder (b, c) | |
setTabOrder (c, d) | |
[9.list] | |
setTabOrder ({a, b, c, d}) | |
[9] | |
myWidget | restoreGeometry (settings.value("myWidget/geometry").toByteArray()) |
setUpdatesEnabled (false) | |
[12] | |
bigVisualChanges () | |
setUpdatesEnabled (true) | |
Variables | |
width = baseSize().width() + i * sizeIncrement().width() | |
[1] | |
height = baseSize().height() + j * sizeIncrement().height() | |
widget render & | pixmap |
[6] | |
QPainter | painter (this) |
[7] | |
QSettings | settings ("MyCompany", "MyApp") |
[11] | |
bigVisualChanges | ( | ) |
Definition at line 85 of file qstdweb.cpp.
myWidget render | ( | this | ) |
myWidget restoreGeometry | ( | settings. | value"myWidget/geometry").toByteArray( | ) |
setCursor | ( | Qt::IBeamCursor | ) |
[3]
[6]
setUpdatesEnabled | ( | false | ) |
[12]
[13]
setUpdatesEnabled | ( | true | ) |
w setWindowState | ( | (w->windowState() &~Qt::WindowMinimized)|Qt::WindowActive | ) |
[0]
[1]
w setWindowState | ( | w->windowState() ^ Qt::WindowFullScreen | ) |
[0]
aWidget window | ( | ) | -> setWindowTitle("New Window Title") |
[2]
[3]
Definition at line 16 of file src_gui_kernel_qwidget.cpp.
QPixmap pixmap |
QSettings settings("MyCompany", "MyApp") | ( | "MyCompany" | , |
"MyApp" | ) |
[11]
[12]