Simon Edwards
123524d126
Add done() and accept() to QDialog and subclasses as much as possible
...
issue #708
2022-06-19 11:05:51 +02:00
Simon Edwards
bfa531f1f4
Massive TS wrapper update
2022-05-11 22:30:42 +02:00
Simon Edwards
6aa3f00fa3
Massive C++ wrapper update
2022-05-09 22:12:52 +02:00
Simon Edwards
23759b1aaa
Remove NodeDialog, use QDialog instead
2022-04-29 20:10:27 +02:00
Simon Edwards
38b12759c6
Remove NodeWidget, just use QWidget
2022-04-29 19:36:46 +02:00
Simon Edwards
c6d30f8f9f
Combine NodeObject+QObject; put native field in Component
2022-04-29 13:30:39 +02:00
mspencer92
7836aadd71
Fix bug in QDialog ( #485 )
...
QDialog should return DialogCode either Rejected or Accepted.
2020-04-05 10:05:35 +02:00
Atul R
a0522ccce3
Fixes spacing and doc generation ( #343 )
2020-01-10 12:11:00 +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
mspencer92
fd270c18ac
Added QMessageBox ( #326 )
...
* Added QMessageBox
* Adds Qdialog
* Fixes inheritance and adds pointer based event listener
* Cleans up Qmessagebox so that we create all buttons
* change to abstract button
* fix rawData fetching from the template
* formatting fixes
* change to Objectwrap for better type casting
* Adds Native element part in qpushbutton
* Adds NapiExternal check and use ptr for initialization
* Adds all button classes
* fix c
* fix merge conflicts
* lint fix
Co-authored-by: Atul R <atulanand94@gmail.com>
2020-01-05 15:53:49 +05:30