Commit Graph

43 Commits

Author SHA1 Message Date
Atul R
c499645797 cleanup memory for scrollarea
Adds basic format
2020-03-24 20:35:29 +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
dependabot[bot]
c37b23eca9
Bump acorn from 6.4.0 to 6.4.1 in /website (#444)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 16:55:03 +01:00
Atul R
9f91c32a0e
update docs (#368) 2020-01-24 23:05:01 +01:00
Atul R
bb98c4b7fc
fixes on white theme (#345) 2020-01-10 21:06:36 +05:30
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
Atul R
c7863f758e update yarn.lock for website 2019-12-08 21:30:33 +01:00
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
Mattis Larsson
d95b1c53c5 Small copy fix. (#140) 2019-10-13 01:27:12 +02:00
Soonwoo Hong
ff665e0d94 add a documentation for QSystemTrayIcon (#141) 2019-10-13 01:26:45 +02:00
Atul R
28483e669b adds talk link 2019-10-04 19:41:29 +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
27e9591630 typo fix 2019-09-29 21:22:47 +02:00
Atul R
ea046e7d7c Fix docs build 2019-09-29 20:40:45 +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