Simon Edwards
15478751db
Add more QPaintDevice methods to QWidget
2022-12-31 13:54:22 +01:00
Simon Edwards
d715a4299d
Add floating point versions of QPainter methods
2022-12-31 13:53:30 +01:00
Simon Edwards
bbb0951525
Upgrade to Qt 6.4.1
2022-12-26 11:54:47 +01:00
Atul R
b7d503fd39
fix breaking build on macos ( #970 )
...
* fix breaking build on macos
* 0.57.1
* fix tests
2022-09-04 00:14:10 +02:00
Simon Edwards
79433a5c83
Add horizontalScrollBar() & verticalScrollBar() to QAbstractScrollArea
2022-08-07 23:20:17 +02:00
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
76743cd414
Add sizeHintForIndex() and visualRect() to QAbstractItemView
2022-06-18 20:48:24 +02:00
Simon Edwards
9fcc5e99d3
Add QAbstractItemDelegate to support plugins
2022-06-06 12:25:07 +02:00
Simon Edwards
4a55d9ec45
Tweak some return types in QMainWindow
2022-05-28 10:58:40 +02:00
Simon Edwards
37d000ee44
Add QWidget methods setFocusProxy(), isAncestorOf(), isEnabledTo(), isVisibleTo(), & stackUnder()
2022-05-25 22:33:33 +02:00
Simon Edwards
0db724d40c
Add more QWidget methods
2022-05-23 22:02:08 +02:00
Simon Edwards
fcdbfb07c3
Merge branch 'master' into memory
2022-05-19 20:04:52 +02:00
Simon Edwards
c28fd5d5c3
Add QLabel.buddy()
2022-05-19 19:48:23 +02:00
Jake Kerr
d450841001
Expose the QWidget::grab method to script. ( #941 )
...
Reference from qt base:
https://code.qt.io/cgit/qt/qtbase.git/tree/src/widgets/kernel/qwidget.cpp#n5247
2022-05-19 18:03:48 +02:00
Simon Edwards
5191892950
Less caching in QMainWindow
2022-05-12 20:49:17 +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
7dcbc32540
Remove NodeHeaderView, use QHeaderView
2022-04-29 20:35:00 +02:00
Simon Edwards
387555f3c0
Remove NodeTableView, use QTableView
2022-04-29 20:31:44 +02:00
Simon Edwards
10ebd00cde
Remove NodeListView, use QListView
2022-04-29 20:29:29 +02:00
Simon Edwards
fda93e9dd5
Remove NodeTextEdit, use QTextEdit
2022-04-29 20:23:30 +02:00
Simon Edwards
23759b1aaa
Remove NodeDialog, use QDialog instead
2022-04-29 20:10:27 +02:00
Simon Edwards
165bb820bc
Remove NodeDateTimeEdit, use QDateTimeEdit
2022-04-29 20:05:21 +02:00
Simon Edwards
83e9c09690
Remove NodeLayout, use QLayout instead
2022-04-29 19:55:13 +02:00
Simon Edwards
b7476a4ea1
Remove NodeFrame, use QFrame instead
2022-04-29 19:43:39 +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
Simon Edwards
e2ccec9ba3
Make it possible to set stylesheets and bypass postcss
...
Sometimes the extra CSS properties produced by postcss are applied to the
normal QWidgets which are not subclassed with the Yoga stuff included.
This produces nasty warnings, regardless of whether you are using Yoga/flex
or not.
2022-04-16 21:49:33 +02:00
Simon Edwards
7d8fb77481
Make QTabBar.setTabButton() accept null
2022-04-16 21:49:08 +02:00
Simon Edwards
34ce565bb8
Fill in most of the QLineEdit methods
2022-03-12 10:56:46 +01:00
Simon Edwards
eb6754fe8a
Fix the default alignment in QGridLayout.addWidget() and QGridLayout.addLayout()
2022-02-13 10:16:58 +01:00
Simon Edwards
b4c9c0d51b
Add QWidget.mapTo() and QWidget.mapFrom()
2022-02-12 11:43:51 +01:00
Simon Edwards
c877a2814e
Make QWindow fire QEvents as events; add "window state" methods
2022-02-08 22:19:40 +01:00
Simon Edwards
2865212937
Add QWidget.winId(), useful for forcing window creation
2022-02-06 19:09:27 +01:00
Simon Edwards
ed7da32952
Add alignment parma support to QGridLayout.addWidget()
2022-02-04 16:04:47 +01:00
Simon Edwards
a2fd884543
Make QLineEdit.setText() accept an empty string
2022-01-23 12:05:31 +01:00
Simon Edwards
78895a002f
Fix QWidget.setEnable()/setDisable()
2021-12-27 13:34:29 +01:00
Simon Edwards
9f9e61289b
More QWidget methods and properties
2021-12-26 18:53:49 +01:00
Simon Edwards
1ab7d13b96
Add QWidget.setFixedHeight(), QWidget.setFixedWidth(), and QWidget.sizeHint()
2021-12-11 15:31:43 +01:00
Simon Edwards
06528cdd67
Merge branch 'master' into qscreen_qwindow
2021-11-13 11:39:04 +01:00
Simon Edwards
05a5fdd539
Apply code formatting
2021-11-07 21:38:26 +01:00
Andreas Kröhnke
b35f386e46
Add QSplitter
2021-11-07 21:34:38 +01:00
Simon Edwards
2dc8319b50
Add some tests for the wrapper cache
2021-11-05 21:10:01 +01:00
Simon Edwards
eea4f6fe30
Merge branch 'master' into qscreen_qwindow
2021-11-04 20:47:52 +01:00
Simon Edwards
c44d40b2e5
Fix import weirdness which caused the tests to fail
2021-11-04 20:24:06 +01:00
Simon Edwards
2b2d2a65b2
Make the wrapper cache generic. Apply it to QWindow and QScreen
2021-10-31 09:32:37 +01:00
Simon Edwards
8ce6dde45b
Add QScreen and QWindow, remove the deprecated QDesktopWidget
2021-10-22 22:15:59 +02:00
Simon Edwards
bfd45b3a54
Add QScreen and QWindow, remove the deprecated QDesktopWidget
2021-10-22 22:13:17 +02:00
Simon Edwards
8ddc4172cd
Add more QWidget methods
2021-10-16 16:43:24 +02:00
Simon Edwards
81eeaa3a20
Don't delete QObjects which have a parent
...
Qt's memory management is built around trees of objects where deleting the root object also deletes the whole tree. Objects with a parent are owned by that parent.
2021-10-16 14:16:34 +02:00