nodeguy/src/cpp/include/nodegui/QtWidgets
Atul R 97c67219e2
Adds Abstract button - QPushbutton, checkbox and radiobutton methods and tests (#206)
* Adds QAbstract button and related methods to QPushbutton, checkbox and radiobutton
Also adds QIcon to QVariant

* Adds iconSize to abstract button
2019-11-19 01:27:26 +01:00
..
QAbstractButton Adds Abstract button - QPushbutton, checkbox and radiobutton methods and tests (#206) 2019-11-19 01:27:26 +01:00
QAbstractScrollArea Adds linters, code formatters for both js and c++ and adds prepush hook (#178) 2019-11-08 19:30:01 +01:00
QAbstractSlider Adds linters, code formatters for both js and c++ and adds prepush hook (#178) 2019-11-08 19:30:01 +01:00
QAction Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QCheckBox Adds Abstract button - QPushbutton, checkbox and radiobutton methods and tests (#206) 2019-11-19 01:27:26 +01:00
QDial Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QGridLayout Adds qobject props to all layouts (#196) 2019-11-12 20:49:35 +01:00
QLabel Adds dynamic content support for flex layout. (#199) 2019-11-18 00:52:29 +01:00
QLayout Adds qobject props to all layouts (#196) 2019-11-12 20:49:35 +01:00
QLineEdit Added echoMode to QLineEdit (#187) 2019-11-10 16:29:59 +01:00
QMainWindow Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QMenu Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QMenuBar Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QPlainTextEdit Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QProgressBar Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QPushButton Adds Abstract button - QPushbutton, checkbox and radiobutton methods and tests (#206) 2019-11-19 01:27:26 +01:00
QRadioButton Adds Abstract button - QPushbutton, checkbox and radiobutton methods and tests (#206) 2019-11-19 01:27:26 +01:00
QScrollArea Adds dynamic content support for flex layout. (#199) 2019-11-18 00:52:29 +01:00
QShortcut Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QSpinBox Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QSystemTrayIcon Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QTabWidget Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182) 2019-11-09 00:05:25 +01:00
QWidget Adds dynamic content support for flex layout. (#199) 2019-11-18 00:52:29 +01:00