##// END OF EJS Templates
PySide2 bindings + some GUI clean...
PySide2 bindings + some GUI clean - simple Python plugin with scalar product works - launcher args are forwarded to SciQLop app, this allow to choose between wayland and xcb for example - removed all not implemented widgets on main GUI - moved all widgets except plots into QDocWidgets Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1402:ca5a77f2efbb
r1478:6e3f56cd8c8b
Show More
SciQLOP.appdata.xml
20 lines | 867 B | application/xml | XmlLexer
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>SciQLOP</id>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>SciQLOP</name>
<summary>SciQLOP (SCIentific Qt application for Learning from Observations of Plasmas)</summary>
<description>
<p>Efficient and Ergonomic application to explore spacecraft in situ plasma data and create catalogs of events.</p>
</description>
<launchable type="desktop-id">SciQLOP.desktop</launchable>
<url type="homepage">https://github.com/LaboratoryOfPlasmaPhysics/SciQLOP</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/LaboratoryOfPlasmaPhysics/SciQLOP/master/pictures/sciqlop_screenshot.png</image>
</screenshot>
</screenshots>
<provides>
<id>SciQLOP.desktop</id>
</provides>
</component>