Files
PVPlant/Export/exportPVSyst.ui
2025-01-28 00:04:13 +01:00

85 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>formPVSyst</class>
<widget class="QDialog" name="formPVSyst">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>301</width>
<height>123</height>
</rect>
</property>
<property name="windowTitle">
<string>Export to PVSyst</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Export format:</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
<item>
<widget class="QCheckBox" name="cbH2P">
<property name="text">
<string>Helios 3D (H2P) - PVSyst 6.0 or higher</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbPVC">
<property name="text">
<string>PVCase (PVC) - PVSyst 7.0 or higher</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbTerrain">
<property name="text">
<string>Exportar terreno</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>