nodeguy/src/lib/QtGui
Simon Edwards f4e0ca1677
More random methods and events (#847)
* Add `maximumViewportSize()`, `setHorizontalScrollBar()` & `setVerticalScrollBar()` to `QAbstractScrollArea`

* Log any JS exceptions thrown during Qt event dispatch

* Add `setData()` & `data()` to `QAction`

* Add `clear()` to `QMenu`

* Add `triggered` event support to `QMenu`

* Code style fixes

* Add `focusWindowChanged` event to `QApplication`

* Add `isActiveWindow()` to `QWidget`
2021-07-04 12:55:41 +02:00
..
__tests__ Add QFontMetrics (issue #799) (#803) 2021-02-09 18:00:20 +01:00
QEvent Extra font and painter related methods and classes (#845) 2021-06-26 18:37:53 +02:00
QApplication.ts More random methods and events (#847) 2021-07-04 12:55:41 +02:00
QBrush.ts Add QBrush (#468) 2020-03-27 17:24:25 +01:00
QClipboard.ts Adds pixmap support to clipboard (#445) 2020-03-14 19:29:26 +01:00
QColor.ts Move QColor from QtCore to QtGui (#311) 2019-12-29 10:41:43 +05:30
QCursor.ts Adds automatic docs for now (#308) 2019-12-29 00:42:06 +05:30
QDrag.ts Implemented QDrag Class (#626) 2020-07-04 19:58:40 +02:00
QFont.ts Extra font and painter related methods and classes (#845) 2021-06-26 18:37:53 +02:00
QFontDatabase.ts Extra font and painter related methods and classes (#845) 2021-06-26 18:37:53 +02:00
QFontMetrics.ts Extra drawing related methods (#844) 2021-06-19 11:34:40 +02:00
QIcon.ts Additional documentation and code examples (#339) 2020-01-10 11:10:25 +05:30
QImage.ts fix(qimage): fix setPixelColor (#810) 2021-02-25 22:44:22 +01:00
QKeySequence.ts Add QSlider and other improvements (#348) 2020-01-12 23:05:33 +05:30
QMovie.ts fixes qmovie breaking on error. (#370) 2020-01-27 20:43:52 +01:00
QPen.ts add QPainterPath and additional QPainter functions (#552) 2020-05-12 09:43:32 +02:00
QPicture.ts Add QPicture and other improvements (#399) 2020-02-17 20:45:57 +01:00
QPixmap.ts QImage support (#789) 2021-01-24 18:51:17 +01:00
QStyle.ts Add style() getter in QApplication (#249) 2019-12-05 23:08:54 +01:00
QTextOption.ts Re arrange folders to make more sense (#180) 2019-11-08 20:33:17 +01:00