mirror of
https://github.com/python-LimeReport/python-LimeReport.git
synced 2025-09-04 17:12:22 +03:00
55 lines
2.1 KiB
XML
55 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Copyright (C) 2022 The Qt Company Ltd.
|
|
Copyright (C) 2023 Maxim Slipenko.
|
|
|
|
This file is part of the python-LimeReport library.
|
|
|
|
The python-LimeReport library is free software; you can redistribute it and/or modify
|
|
it under the terms of either:
|
|
|
|
* the GNU Lesser General Public License as published by the Free
|
|
Software Foundation; either version 3 of the License, or (at your
|
|
option) any later version.
|
|
|
|
or
|
|
|
|
* the GNU General Public License as published by the Free Software
|
|
Foundation; either version 3 of the License, or (at your option) any
|
|
later version.
|
|
|
|
or both in parallel, as here.
|
|
|
|
The python-LimeReport library is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
for more details.
|
|
|
|
You should have received copies of the GNU General Public License and the
|
|
GNU Lesser General Public License along with the python-LimeReport library. If not,
|
|
see https://www.gnu.org/licenses/.
|
|
-->
|
|
<typesystem package="LimeReport6">
|
|
<load-typesystem name="typesystem_widgets.xml" generate="no"/>
|
|
<load-typesystem name="typesystem_qml.xml" generate="no"/>
|
|
<load-typesystem name="typesystem_printsupport_common.xml" generate="no"/>
|
|
<namespace-type name="LimeReport" visible="false">
|
|
<enum-type name="ExpandType" />
|
|
<enum-type name="RenderPass" />
|
|
<enum-type name="ArrangeType" />
|
|
<enum-type name="ScaleType" />
|
|
<enum-type name="PreviewHint" flags="PreviewHints" />
|
|
<object-type name="Enums">
|
|
<enum-type name="VariableDataType" />
|
|
</object-type>
|
|
<object-type name="ReportEngine" />
|
|
<object-type name="IDataSource">
|
|
<enum-type name="DatasourceMode" />
|
|
</object-type>
|
|
<object-type name="IDataSourceHolder" force-abstract="yes" />
|
|
<object-type name="IDataSourceManager" force-abstract="yes" />
|
|
<object-type name="IDbCredentialsProvider" />
|
|
<object-type name="ICallbackDatasource" />
|
|
</namespace-type>
|
|
</typesystem>
|