- autoExclusivebool autoExclusive() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- autoRepeatbool autoRepeat() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isCheckablebool isCheckable() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isCheckedbool isChecked() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isDownbool isDown() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setAutoExclusiveQAbstractButton setAutoExclusive(bool pr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setAutoRepeatQAbstractButton setAutoRepeat(bool pr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setCheckableQAbstractButton setCheckable(bool pr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setCheckedQAbstractButton setChecked(bool pr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setDownQAbstractButton setDown(bool pr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setIconQAbstractButton setIcon(QIcon ik) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setTextQAbstractButton setText(T str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setTextQAbstractButton setText(T str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- textT text() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- textT text() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PolicyFlagenum PolicyFlag 
- Undocumented in source. 
- Policyenum Policy 
- Undocumented in source. 
- ~this~this() 
- Undocumented in source. 
- isVisiblebool isVisible() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setVisibleQWidget setVisible(bool f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setWindowTitleQWidget setWindowTitle(QString qstr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setWindowTitleQWidget setWindowTitle(T str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setStyleSheetQWidget setStyleSheet(QString str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setStyleSheetQWidget setStyleSheet(T str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setToolTipQWidget setToolTip(QString str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setToolTipQWidget setToolTip(T str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMinimumSizeQWidget setMinimumSize(int w, int h) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaximumSizeQWidget setMaximumSize(int w, int h) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setEnabledQWidget setEnabled(bool fl) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setLayoutQWidget setLayout(QBoxLayout layout) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setResizeEventQWidget 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> 
- setKeyReleaseEventQWidget setKeyReleaseEvent(void* adr, void* adrThis) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setKeyPressEventQWidget setKeyPressEvent(void* adr, void* adrThis) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setPaintEventQWidget setPaintEvent(void* adr, void* adrThis) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setCloseEventQWidget setCloseEvent(void* adr, void* adrThis) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setSizePolicyQWidget setSizePolicy(int w, int h) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaximumWidthQWidget setMaximumWidth(int w) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMinimumWidthQWidget setMinimumWidth(int w) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setFixedWidthQWidget setFixedWidth(int w) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaximumHeightQWidget setMaximumHeight(int h) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMinimumHeightQWidget setMinimumHeight(int h) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setFixedHeightQWidget setFixedHeight(int h) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setToolTipDurationQWidget setToolTipDuration(int msek) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setFocusQWidget setFocus() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- closeQWidget close() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- hideQWidget hide() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- showQWidget show() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- showFullScreenQWidget showFullScreen() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- showMaximizedQWidget showMaximized() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- showMinimizedQWidget showMinimized() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- showNormalQWidget showNormal() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- updateQWidget update() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- raiseQWidget raise() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lowerQWidget lower() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- moveQWidget move(int x, int y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- resizeQWidget resize(int w, int h) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setFontQWidget setFont(QFont font) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- winidvoid* winid() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- xint x() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- yint y() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- widthint width() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- heightint height() 
- Undocumented in source. Be warned that the author may not have intended to support it.