Atul R
|
12b08baed9
|
Cleans up addon import
|
2019-09-21 00:05:46 +02:00 |
|
Atul R
|
8350747af2
|
Merge branch 'feature/tab' into feature/QTabWidgetV2
|
2019-09-20 23:20:07 +02:00 |
|
Roy Sommer
|
0444c087e4
|
added support for QCheckBoxEvents.toggled
|
2019-09-12 11:47:40 +03:00 |
|
Atul R
|
e372f750bd
|
updated annotations
|
2019-09-11 23:05:54 +02:00 |
|
Atul R
|
4499bf05a7
|
Adds take widget for scrollarea and adds geometry getter for widgets
|
2019-09-10 00:06:23 +02:00 |
|
soonoo
|
07a2da0278
|
add setPlaceholderText for QPlainTextEdit
|
2019-09-09 18:44:01 +09:00 |
|
Atul R
|
6120679bf1
|
Fixes weird way of exporting textoptions
|
2019-09-05 20:02:42 +02:00 |
|
Atul R
|
6926bf940a
|
Adds plain text edit methods and signals
|
2019-09-05 10:44:19 +02:00 |
|
Paweł Borecki
|
9363eb04b7
|
Added initial support for QTabWidget
|
2019-09-05 07:09:37 +02:00 |
|
Atul R
|
8703207b56
|
Adds gridlayout removeWidget
|
2019-09-03 23:39:47 +02:00 |
|
Atul R
|
7c086fb9c7
|
Re orders and marks things which have been implemented in react aswell
|
2019-09-01 00:20:19 +02:00 |
|
Atul R
|
09f4d17dfa
|
Marked all exiting widgets
|
2019-08-31 23:45:42 +02:00 |
|
Atul R
|
803833808d
|
re-order methods to match that of react proptypes. Also add comments to show which ones have been exported already.
|
2019-08-31 23:06:52 +02:00 |
|
Paweł Borecki
|
fdc8d271d8
|
Added missing QWidget set methods and QCursor support
|
2019-08-31 18:42:17 +02:00 |
|
Paweł Borecki
|
9df9421baf
|
Support for QDial and QAbstractSlider with docs
|
2019-08-30 21:48:01 +02:00 |
|
James Hibbard
|
28b0b6c90d
|
Adds readOnly prop to QPlainTextEdit
|
2019-08-27 00:21:59 +02:00 |
|
Atul R
|
05c67d7882
|
adds checkbox check prop
|
2019-08-26 17:23:51 +02:00 |
|
Atul R
|
95a60496e6
|
Adds QAbstractScrollArea and QScrollArea
|
2019-08-24 12:10:20 +02:00 |
|
Atul R
|
dcb2aa5d8b
|
Adds abstract scroll area
|
2019-08-24 11:14:17 +02:00 |
|
Paweł Borecki
|
0e730afbaf
|
Added support for spinBox widget with docs
|
2019-08-23 23:41:27 +02:00 |
|
rgabs
|
58e425fd62
|
Support clear method in QPlainTextEdit
|
2019-08-23 00:07:45 +05:30 |
|
Paweł Borecki
|
a05181a2e3
|
Fixed indentation symbols consistency
|
2019-08-22 04:35:01 +02:00 |
|
Paweł Borecki
|
6d64f7ae15
|
Added orientation support for QProgressBar
|
2019-08-22 04:13:43 +02:00 |
|
Atul R
|
b11f32aa4c
|
adds clear to linedit
|
2019-08-20 18:09:44 +02:00 |
|
rgabs
|
bcb6b8b3be
|
Rename plaintext to toPlainText and add docs
|
2019-08-20 01:41:50 +05:30 |
|
rgabs
|
8c936b46da
|
Change implementation to make it similar to qt usage
|
2019-08-20 01:29:21 +05:30 |
|
rgabs
|
0151246d95
|
Add textChange event for QPlainTextEdit
|
2019-08-20 00:47:14 +05:30 |
|
Atul R
|
65becffd52
|
Adds plaintext c++ functions
|
2019-08-18 23:55:17 +02:00 |
|
Atul R
|
ed3085f88f
|
Merge pull request #26 from nodegui/feature/QTextEdit
Basic usability of QPlainTextEdit component
|
2019-08-18 20:23:50 +02:00 |
|
Kakul Gupta
|
432b7701f4
|
Added setIcon to PushButton and IconWrap
|
2019-08-18 20:06:32 +02:00 |
|
rgabs
|
b9c3224aaf
|
Basic usability of QPlainTextEdit component
|
2019-08-18 23:34:25 +05:30 |
|
Kakul Gupta
|
5ca694639f
|
Added setFlat for QPushButton widget
|
2019-08-17 16:25:51 +02:00 |
|
rgabs
|
151d9842c1
|
Add QLineEdit.setReadOnly method
|
2019-08-17 00:43:01 +05:30 |
|
Atul R
|
69a4897ce3
|
Adds progress bar value, max, min
|
2019-08-12 22:46:23 +02:00 |
|
Atul R
|
df7a0ab565
|
Adds common layout methods and adds basic react docs
|
2019-08-07 20:05:38 +02:00 |
|
Atul R
|
b0df94bdf7
|
Adds qlineedit methods and properties
|
2019-08-04 20:32:18 +02:00 |
|
Atul R
|
c14cf72504
|
Added getter property for pixmap and text for label
|
2019-08-03 23:48:40 +02:00 |
|
Atul R
|
e6eccd06a9
|
Added Image rendering support via qlabel and qpixmap
|
2019-08-03 23:35:11 +02:00 |
|
Atul R
|
22178c074a
|
maxSize,minSize,repaint,update
|
2019-07-14 13:00:47 +02:00 |
|
Atul R
|
85af0c209a
|
Fix for setLayout on mainwindow
|
2019-07-14 00:41:52 +02:00 |
|
Atul R
|
63685c88c4
|
Corrects setLayout and layout when central widget is set on QMainWindow
|
2019-07-14 00:12:11 +02:00 |
|
Atul R
|
b8b3dd53e7
|
add set text on radio button
|
2019-07-12 20:25:15 +02:00 |
|
Atul R
|
fcb2bdccee
|
Makes flexNode optional in addWidget
|
2019-06-27 23:13:12 +02:00 |
|
Atul R
|
ba409c8c14
|
Adds more type helpers
|
2019-06-22 21:36:24 +02:00 |
|
Atul R
|
c651775eca
|
Convert flexNode to Napi::External.
|
2019-06-22 21:26:26 +02:00 |
|
Atul R
|
e77ee16c6e
|
Single api for events and signals on JS side
|
2019-06-15 23:59:42 +02:00 |
|
Atul R
|
3d08908f9a
|
Added event listener to all widgets
|
2019-06-15 23:43:11 +02:00 |
|
Atul R
|
7a39ee0fd3
|
Fixes resize needed for layout issue.
|
2019-06-12 00:45:23 +02:00 |
|
Atul R
|
001d83b860
|
changed to class properties instead. Added calculator base example starting
|
2019-06-09 21:05:02 +02:00 |
|
Atul R
|
ac0a544565
|
Adds size methods to qmainwindow and setText accepts number
|
2019-06-09 08:46:01 +02:00 |
|