Simon Edwards
|
38b12759c6
|
Remove NodeWidget, just use QWidget
|
2022-04-29 19:36:46 +02:00 |
|
feng8848
|
8d5b3ca476
|
Add QSlider and other improvements (#348)
|
2020-01-12 23:05:33 +05:30 |
|
blncd2020
|
a8796c9c60
|
Additional documentation and code examples (#339)
* additional documentation and code examples
* Update QTabWidget.ts
* Update QTableWidget.ts
* Update QTableWidgetItem.ts
* Update QTreeWidget.ts
* Update QTreeWidgetItem.ts
* Update QTreeWidget.ts
* Fixup doc comments
* fix nodedialog
* fix abstract class docs
* lint fix
* Adds QFileDialog
* Adds QGroupBox
* Adds qmessagebox, qpainter and qgroupbox
* adds link to advanced qpainter example
* Adds qtablewidget qstackedwidget and qtoolbutton
* Adds Qtreewidget docs
Co-authored-by: Atul R <atulanand94@gmail.com>
|
2020-01-10 11:10:25 +05:30 |
|
Atul R
|
d1e5d499fb
|
Inherit implemented Qt signals from base classes (#290)
* Adds abstract signals
* basic layout and filedialogs
* Adds all remaining signal heirarchies
* fix lint
|
2019-12-23 01:26:02 +05:30 |
|
Atul R
|
42e92ecbff
|
Adds Signals inheritance (#288)
* Inherit signals
* export signals
* Fix Qvariant build
* Adds Abstract button signals
* added more test cases
|
2019-12-20 23:48:53 +05:30 |
|
Atul R
|
01a6476f9c
|
Separate events and signals (#287)
* Wip
* Improve constructor typings
* Fixes types for Gui and Core
* QtGui
* Remove unnecessary imports and fix types on abstract classes
* Adds half of qwidgets
* Add all widgets
* cleans up
* fix failing test
* lint fix
* fix demo
|
2019-12-20 18:33:05 +05:30 |
|
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 |
|