zhuzichu520 / FluentUI

FluentUI for QML
MIT License
3.48k stars 456 forks source link

[doc] component document #428

Open maplefater opened 8 months ago

maplefater commented 8 months ago

when i try to migrate existing code or write new code, for example SplitView->FluSplitLayout, i need a document about what FluSplitLayout exactly is and can do.

There should be a document about FluSplitLayout describing that:

  1. inherits what
  2. property
  3. signal&method

example page: https://doc.qt.io/qt-6/qml-qtquick-controls-splitview.html

maplefater commented 8 months ago

low priority. for now, i can just read source code, source code's quality is pretty nice.