Simon Edwards
4f40510248
Document and design the case of object creation
2022-04-28 21:18:16 +02:00
Simon Edwards
c733a41d10
Add design documentation for improved memory management
2022-04-28 11:43:27 +02:00
Simon Edwards
06528cdd67
Merge branch 'master' into qscreen_qwindow
2021-11-13 11:39:04 +01:00
Andrew Wong
59a4f4abb4
Update packaging.md
2021-11-07 21:33:28 +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
710cfa3d31
Add wrapper caching. Try it on QScreen.
2021-10-27 10:46:12 +02:00
Nathanael Anderson
f8ed7d3a78
Update Process.md
...
Delete invalid documentation, as these two values are no longer valid in the later versions of Qode. There does NOT appear to be a current way to get the currently running QT.
2021-09-18 10:11:24 +02:00
Atul R
06d735fe89
cleans up docs and bumps version
2021-07-09 19:47:56 +02:00
Atul R
e6d01fc7f5
update docs
2021-07-09 01:04:06 +02:00
Atul R
4adef0a280
Adds readme for m1 macs ( #849 )
...
* Adds readme for m1 macs
* skip webengine
* update docs
* adds qtsvg
2021-07-09 00:48:45 +02:00
Atul R
a684544982
bumps minor version
2021-02-25 22:50:05 +01:00
zhb124404
8cad4a51e4
Update debugging-in-vscode.md ( #808 )
...
Add vscode debug config for Windows
2021-02-21 19:44:00 +01:00
Ross
c31c67f69e
Add QT_LINK_MIRROR environment variable to allow for choosing binary mirror ( #794 )
...
* Add QT_LINK_MIRROR env variable support for binary installation
* Updates docs with QT_LINK_MIRROR usage
2021-01-20 14:15:23 +01:00
Ruslan Garifullin
0b5ee00b58
Added QSvgWidget ( #710 )
...
* feat: added QSvgWidget
* docs: fix sidebars syntax
2020-10-18 16:37:52 +02:00
Atul R
fd02942f4d
adds packing docs
2020-09-19 20:53:46 +02:00
Atul R
30ce474aab
fix broken links
2020-09-19 20:36:39 +02:00
Atul R
2ceed980b4
adds test docs ( #695 )
...
* adds test docs
* update docs
* update api docs
* change to master
2020-09-19 20:12:08 +02:00
Atul R
738590b631
bump version and update docs & deps
2020-07-04 20:03:59 +02:00
swittk
3cb3424250
Added QMimeData, additional methods to QUrl, and Dropping should now be supported ( #614 )
...
* Added QWheelEvent
* removed x y
* Added QNativeGestureEvent
* Changed wrong type of QNativeGestureEventWrap value
* Added QTabletEvent
* Fixing build error for QTabletEvent
* adding dropaction
* fix typos
* Added more functions to QPainterPath
* Added more functions to QPainterPath
* Fixed multiple typos
* Fixed multiple typos
* Got QPainterPath additions working.
* Modified QPainterPath to use qreal instead
* Added QPointF, added a few missing methods to QPoint
* Added QRectF
* implemented QRectF
* Added acceptDrops and setAcceptDrops to QWidget, will be useful for addon implementation of Drag and Drop
* Added more methods to QUrl
* Added QMimeData, additional methods to QUrl, and Dropping should now be supported
* refactored
* Fixed more merge conflicts
* Is this my final merge conflict??
* All merge conflicts resolved
* All merge conflicts resolved
* Adds guide for drag and drop
* lint fix
Co-authored-by: Switt Kongdachalert <switt1995@yahoo.com>
Co-authored-by: Atul R <atulanand94@gmail.com>
2020-06-27 17:35:31 +02:00
Atul R
f4d656d8ef
lint and update docs
2020-06-26 17:05:02 +02:00
swittk
2b74e3cd77
Added Support for QWheelEvent ( #609 )
...
* Added QWheelEvent
* removed x y
Co-authored-by: Switt Kongdachalert <switt1995@yahoo.com>
2020-06-22 09:24:20 +02:00
Atul R
558086655f
updates docs and bump version
2020-06-09 19:37:29 +02:00
Atul R
a0b28d00e8
update docs
2020-05-24 13:28:46 +02:00
Pierre Grimaud
4c5f4890f6
Fix typos ( #577 )
2020-05-24 13:04:42 +02:00
Vijay Prasanna
f8a3f4186c
Fix a typo. ( #560 )
2020-05-12 19:06:51 +02:00
Subhadip Naskar
2ab8484794
Additional dependencies on Ubuntu ( #542 )
...
https://stackoverflow.com/questions/58787687/qt-5-12-failed-to-find-gl-gl-h-in-usr-include-libdrm
2020-05-01 09:41:42 +02:00
Singha360
5f2bc51bbc
Added method to set column width to QTreeWidget ( #523 )
...
* Fixed slight error in dependencies installation command (Ubuntu)
* Implemented setColumnWidth method for QTreeWidget
* Added an example of using setColumnWidth method
* Fixed doc error for setColumnWidth method.
2020-04-19 10:07:40 +02:00
Atul R
a746c341ae
update docs
2020-04-13 23:20:16 +02:00
Daaniiieel
d01aaa0e1f
Update QTreeWidget documentation ( #501 )
...
The code block wasn't ended properly, resulting in the latter documentation being in the code block.
2020-04-11 15:01:51 +02:00
Atul R
72f6733cfe
Adds a link to awesome repo
2020-03-28 23:52:19 +01:00
Atul R
3f258453da
Adds scrolla area and networking examples
2020-03-28 23:46:58 +01:00
Atul R
4d4589a1b8
fix mouse typo
2020-03-28 23:14:50 +01:00
Atul R
73dcc40929
Adds image example
2020-03-28 23:09:16 +01:00
Atul R
7b8a3b8088
Update docs 14 ( #470 )
...
* Adds docs for handling events
* updates docs to latest version
* adds more text
* fixes docs
* upgrade yarn lock
2020-03-28 20:46:26 +01:00
Vincent Mathis
67a7302595
Fixed a broken url to native widgets ( #464 )
2020-03-24 17:04:59 +01:00
nilchu
c57a6048cf
Fix example in documentation ( #447 )
2020-03-16 11:12:54 +01:00
Atul R
863e72a256
Fix docs website
2020-03-15 12:35:48 +01:00
Atul R
9f91c32a0e
update docs ( #368 )
2020-01-24 23:05:01 +01:00
Atul R
a0522ccce3
Fixes spacing and doc generation ( #343 )
2020-01-10 12:11:00 +05:30
Atul R
47d92c57ad
updates docs ( #342 )
2020-01-10 11:16:42 +05:30
Atul R
616b5fd19b
updates all docs ( #337 )
2020-01-07 17:50:35 +05:30
Atul R
7680c0e6ed
Docs update script ( #312 )
...
* fix build issues
* Fix docs script
2019-12-29 10:45:40 +05:30
Atul R
20cf4cc080
Cleans up (fixes build errors) ( #310 )
2019-12-29 09:37:05 +05:30
Atul R
392aa3cd4c
Adds automatic docs for now ( #308 )
...
* adds basic typedoc
* backup
* Adds all docs to source code
* Adds autogenerated docs
* Fixes doc links
* Updates docs
2019-12-29 00:42:06 +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
Rustam
fb6244de69
fix(docs) image link ( #266 )
2019-12-15 05:15:20 +05:30
Mikko Sairio
15c2f1aca6
update lineedit docs ( #216 )
2019-11-24 19:19:31 +01:00
Atul R
edcdbb510e
Adds dynamic content support for flex layout. ( #199 )
...
* layout performance fix
* adjust size, webdefaults
* Add flexlayout owner to the context
* revert
* reorders setlayout and setflexnode
* add defaults
* fix mainwindow rootNode
* properties to methods
* Adds defaultsAdds flexutils measurewidget
* introduce configure for all types of nodes.
* lint fix
* Revams flexlayout to handle dynamic content
* Adds dynamic layout support for flex layout.
* lint fix
* fix few code updates
2019-11-18 00:52:29 +01:00
Atul R
6035b5d038
Re arrange folders to make more sense ( #180 )
...
* Re-arranged qtgui and core
* Re arranges qt widgets
2019-11-08 20:33:17 +01:00
Atul R
fbbfa97d4b
Updated the documentation with the links to talks
2019-11-06 21:42:56 +01:00