Skip to content

Update KXmlGuiWindow API documentation

Thiago Sueto requested to merge work/thiago/kxmlguiwindow into master

@teams/documentation @teams/frameworks-devs

Self-hosted version of the generated API webpage for quick browsing: http://vps22927.publiccloud.com.br/kxmlguiwindowdocs/kxmlgui/html/classKXmlGuiWindow.html

Notable things to address:

  • KF5 porting note: do we need that?
  • using both createGUI() and setupGUI() sounds like a bad idea.
  • setStandardToolBarMenu() is inconsistent in behavior and naming compared to createStandardStatusBarAction()
  • I did not figure out why one would use finalizeGUI().
  • isStandardToolBarMenuEnabled() sounds like it should return true if createGUI(ToolBar) is used. Bug?
Edited by Thiago Sueto

Merge request reports