- PolicyFlag
enum PolicyFlag
Undocumented in source.
- Policy
enum Policy
Undocumented in source.
- ~this
~this()
Undocumented in source.
- isVisible
bool isVisible()
Undocumented in source. Be warned that the author may not have intended to support it.
- setVisible
QWidget setVisible(bool f)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowTitle
QWidget setWindowTitle(QString qstr)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowTitle
QWidget setWindowTitle(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setStyleSheet
QWidget setStyleSheet(QString str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setStyleSheet
QWidget setStyleSheet(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setToolTip
QWidget setToolTip(QString str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setToolTip
QWidget setToolTip(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinimumSize
QWidget setMinimumSize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaximumSize
QWidget setMaximumSize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEnabled
QWidget setEnabled(bool fl)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLayout
QWidget setLayout(QBoxLayout layout)
Undocumented in source. Be warned that the author may not have intended to support it.
- setResizeEvent
QWidget setResizeEvent(void* adr)
Установить обработчик на событие ResizeWidget. Здесь <u>adr</u> - адрес на функцию D
обрабатывающую событие. Обработчик получает аргумент. См. док. Qt
Пример:
<code>
+ <br>. . .
+ <br>void ОбработкаСобытия(void* adrQResizeEvent) {
+ <br> writeln("Изменен размер виджета");
+ <br>
}
+ <br>. . .
+ <br>gWidget w = new gWidget(null, 0);
w.setOnClick(&ОбработкаСобытия);
+ <br>. . .
+ </code>
- setKeyReleaseEvent
QWidget setKeyReleaseEvent(void* adr, void* adrThis)
Undocumented in source. Be warned that the author may not have intended to support it.
- setKeyPressEvent
QWidget setKeyPressEvent(void* adr, void* adrThis)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPaintEvent
QWidget setPaintEvent(void* adr, void* adrThis)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCloseEvent
QWidget setCloseEvent(void* adr, void* adrThis)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSizePolicy
QWidget setSizePolicy(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaximumWidth
QWidget setMaximumWidth(int w)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinimumWidth
QWidget setMinimumWidth(int w)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFixedWidth
QWidget setFixedWidth(int w)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaximumHeight
QWidget setMaximumHeight(int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinimumHeight
QWidget setMinimumHeight(int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFixedHeight
QWidget setFixedHeight(int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- setToolTipDuration
QWidget setToolTipDuration(int msek)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFocus
QWidget setFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
QWidget close()
Undocumented in source. Be warned that the author may not have intended to support it.
- hide
QWidget hide()
Undocumented in source. Be warned that the author may not have intended to support it.
- show
QWidget show()
Undocumented in source. Be warned that the author may not have intended to support it.
- showFullScreen
QWidget showFullScreen()
Undocumented in source. Be warned that the author may not have intended to support it.
- showMaximized
QWidget showMaximized()
Undocumented in source. Be warned that the author may not have intended to support it.
- showMinimized
QWidget showMinimized()
Undocumented in source. Be warned that the author may not have intended to support it.
- showNormal
QWidget showNormal()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
QWidget update()
Undocumented in source. Be warned that the author may not have intended to support it.
- raise
QWidget raise()
Undocumented in source. Be warned that the author may not have intended to support it.
- lower
QWidget lower()
Undocumented in source. Be warned that the author may not have intended to support it.
- move
QWidget move(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
QWidget resize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFont
QWidget setFont(QFont font)
Undocumented in source. Be warned that the author may not have intended to support it.
- winid
void* winid()
Undocumented in source. Be warned that the author may not have intended to support it.
- x
int x()
Undocumented in source. Be warned that the author may not have intended to support it.
- y
int y()
Undocumented in source. Be warned that the author may not have intended to support it.
- width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.
- height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.