Kexi/Plugins/Scripts: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Plugins
(Add scripting wishes)
 
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Wishes ==
{{Note|May 2023: This document needs deep updates because of the changed direction to Python. See https://invent.kde.org/office/kexi/-/issues/34}}
Create some security/signing for kross scripts, so that there is some protection when doing:
{{Note|Two aspects of scripting:
#user-defined "modules"
#extensions that add in-app features to KEXI, what is an alternative to binary C++ extensions}}


'''  import("qt.core");'''
__TOC__
 
== Topics ==
*[[/Database Object Model/]]
*[[/Archives/]]

Latest revision as of 20:01, 26 August 2023

Note

May 2023: This document needs deep updates because of the changed direction to Python. See https://invent.kde.org/office/kexi/-/issues/34

Note

Two aspects of scripting:
  1. user-defined "modules"
  2. extensions that add in-app features to KEXI, what is an alternative to binary C++ extensions


Topics