Commit Graph

49 Commits

Author SHA1 Message Date
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
Umar Farouq Mohammed
49ea4c8c4d Added missing image example for layout documentation (#130) 2019-11-04 20:20:41 +01:00
Atul R
cafb42321e remove comments 2019-11-04 18:52:25 +01:00
Atul R
b08bd05909
Merge pull request #169 from dimitarnestorov/patch-1
Fixing code example of QSystemTrayIcon
2019-11-01 22:25:15 +01:00
Dimitar Nestorov
0c4fabfa85 Added isSeparator and setSeparator to QAction 2019-11-01 21:59:09 +02:00
Dimitar Nestorov
1b20031cd7
Fixing code example of QSystemTrayIcon 2019-11-01 21:12:18 +02:00
Atul R
94362dbf07
Update getting-started.md 2019-10-30 23:48:54 +01:00
Dimitar Nestorov
576ba1ace6 Implemented QAction checkable and checked (#159) 2019-10-27 10:41:16 +01:00
Dimitar Nestorov
bd1c334722 Added QIcon isMask and setIsMask (#157) 2019-10-26 23:55:37 +02:00
Atul R
b5f21bae0b updates doc of systemtray icon to include context menu 2019-10-26 22:30:20 +02:00
Atul R
a9a1535a12 Adds menubar, menu, systemtrayicon, shortcut and action docs 2019-10-26 22:21:17 +02:00
Ardeshir81
5a65d378d2 Fix minor English grammar issues in Debug docs (#153)
Also correct typing of NodeJS Is used (no dot '.' between Node and JS
2019-10-23 11:57:31 +02:00
Ardeshir81
3b83c75e5f Minor English grammar issue fix (#152) 2019-10-23 11:57:08 +02:00
Ardeshir81
204bbeb7f5 Fix minor English grammar issue in Layout docs (#151) 2019-10-23 11:56:48 +02:00
Ardeshir81
b18c22ec83 Minor English grammar issue fix on arch docs (#150) 2019-10-23 11:56:28 +02:00
Soonwoo Hong
ff665e0d94 add a documentation for QSystemTrayIcon (#141) 2019-10-13 01:26:45 +02:00
Atul R
04999bfb4e
Update README.md 2019-10-04 17:41:14 +02:00
Atul R
de9310a452 Update docs on style props 2019-10-01 22:23:16 +02:00
Sebastián Gurin
4d617c9321 inherits (#125) 2019-09-30 21:33:30 +02:00
Atul R
eca218ac79
Adds new doc site (#124)
* Adds base template for new docs site

* Adds Apis to docs

* add some css from rn

* Fix right side sidebar functionality

* Basic docs

* adds old docs

* Cleans up unnecessary files

* Chane links

* Adds docusaurus v2

* Styling fixes

* adds wip and new assets

* adds code image

* Add FAQ link

* Adds analytics

* adds cname

* cleanup blogs
2019-09-29 20:14:35 +02:00