nodeguy/src/cpp/lib/QtWidgets
Simon Edwards 2901d09d01
Extra methodsfor QPainter, string lists in QVariant, and default args for QClipboard (#858)
* Add string list support to `QVariant`

* Add more methods to `QPainter`

* Give the `QClipboard` methods default params to match C++ API

* Code style fix for `nutils.cpp`
2021-07-16 21:14:16 +02:00
..
QAction More random methods and events (#847) 2021-07-04 12:55:41 +02:00
QBoxLayout Add QEvent methods to all subclasses + some random methods (#848) 2021-07-08 22:45:41 +02:00
QButtonGroup Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QCalendarWidget Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QCheckBox Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QColorDialog Add QColorDialog (#455) 2020-03-22 10:49:21 +01:00
QComboBox Added QStandardModel (#467) 2020-03-25 22:06:53 +01:00
QDateEdit Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QDateTimeEdit Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QDesktopWidget lint fix 2020-12-11 19:29:17 +05:30
QDial Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QDialog Added QMessageBox (#326) 2020-01-05 15:53:49 +05:30
QDoubleSpinBox Add QDoubleSpinBox (#463) 2020-03-24 20:15:57 +01:00
QErrorMessage Export more class (#469) 2020-03-28 18:15:23 +01:00
QFileDialog Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QFontDialog Export more class (#469) 2020-03-28 18:15:23 +01:00
QFrame Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QGraphicsBlurEffect fix issue #503 (#519) 2020-04-14 19:10:34 +02:00
QGraphicsDropShadowEffect fix issue #503 (#519) 2020-04-14 19:10:34 +02:00
QGridLayout Implemented QGridLayout property accessors (#598) 2020-06-09 16:15:02 +02:00
QGroupBox Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QInputDialog Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QLabel Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QLayout Adds qobject props to all layouts (#196) 2019-11-12 20:49:35 +01:00
QLCDNumber Export more class (#469) 2020-03-28 18:15:23 +01:00
QLineEdit Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QListView Export more class (#469) 2020-03-28 18:15:23 +01:00
QListWidget Export more class (#469) 2020-03-28 18:15:23 +01:00
QListWidgetItem Export more class (#469) 2020-03-28 18:15:23 +01:00
QMainWindow Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QMenu More random methods and events (#847) 2021-07-04 12:55:41 +02:00
QMenuBar Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QMessageBox Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QPainter Extra methodsfor QPainter, string lists in QVariant, and default args for QClipboard (#858) 2021-07-16 21:14:16 +02:00
QPainterPath Add painter.drawPie method and fix painterPath.arcTo arguments (#782) 2021-03-07 21:31:30 +01:00
QPlainTextEdit Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QProgressBar Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QProgressDialog Export more class (#469) 2020-03-28 18:15:23 +01:00
QPushButton Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QRadioButton Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QScrollArea Add QEvent methods to all subclasses + some random methods (#848) 2021-07-08 22:45:41 +02:00
QScrollBar Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QShortcut Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QSlider Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QSpinBox Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QStackedWidget Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QStandardItem Added QStandardModel (#467) 2020-03-25 22:06:53 +01:00
QStandardItemModel Added QStandardModel (#467) 2020-03-25 22:06:53 +01:00
QStatusBar Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QSvgWidget Added QSvgWidget (#710) 2020-10-18 16:37:52 +02:00
QSystemTrayIcon Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QTabBar tabs: adding insertTab function to insert tabs at a given index (#462) 2020-03-23 13:34:41 +01:00
QTableView Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QTableWidget lint fix 2020-12-11 19:29:17 +05:30
QTableWidgetItem lint fix 2020-12-11 19:29:17 +05:30
QTabWidget tabs: adding insertTab function to insert tabs at a given index (#462) 2020-03-23 13:34:41 +01:00
QTextBrowser Add QTextEdit and QTextBrowser (#495) 2020-04-06 19:30:12 +02:00
QTextEdit Add QTextEdit and QTextBrowser (#495) 2020-04-06 19:30:12 +02:00
QTimeEdit Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QToolButton Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00
QTreeWidget Upgrade deps (#562) 2020-05-13 09:15:46 +02:00
QTreeWidgetItem Add QIcon support to QTreeWidgetItem. (#657) 2020-08-12 16:03:29 +02:00
QWidget Qwidget wrap fix (#433) 2020-03-08 16:47:56 +01:00