forked from CEN-RA/Plugin_QGIS
253 lines
5.7 KiB
XML
253 lines
5.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>910</width>
|
|
<height>800</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>910</width>
|
|
<height>800</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>910</width>
|
|
<height>800</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>SIG CEN-RA</string>
|
|
</property>
|
|
<widget class="QComboBox" name="comboBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>130</y>
|
|
<width>171</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="currentText">
|
|
<string notr="true"/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>370</x>
|
|
<y>80</y>
|
|
<width>171</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="currentText">
|
|
<string notr="true"/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>345</x>
|
|
<y>10</y>
|
|
<width>221</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap>:/plugins/CenRa_FLUX/logo.jpg</pixmap>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>370</x>
|
|
<y>750</y>
|
|
<width>171</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Charger les couches</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="tableWidget">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>170</y>
|
|
<width>850</width>
|
|
<height>281</height>
|
|
</rect>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
</property>
|
|
<property name="sortingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="tableWidget_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>550</y>
|
|
<width>850</width>
|
|
<height>181</height>
|
|
</rect>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCommandLinkButton" name="commandLinkButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>470</y>
|
|
<width>61</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>:/plugins/CenRa_FLUX/arrow-bottom.png</normaloff>:/plugins/CenRa_FLUX/arrow-bottom.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCommandLinkButton" name="commandLinkButton_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>460</x>
|
|
<y>470</y>
|
|
<width>61</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>:/plugins/CenRa_FLUX/arrow-up.png</normaloff>:/plugins/CenRa_FLUX/arrow-up.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>130</y>
|
|
<width>171</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Recherche par mots-clés</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>150</y>
|
|
<width>161</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Calibri</family>
|
|
<pointsize>10</pointsize>
|
|
<italic>false</italic>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Liste des flux disponibles :</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>530</y>
|
|
<width>171</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Calibri</family>
|
|
<pointsize>10</pointsize>
|
|
<italic>false</italic>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Flux sélectionné(s) à charger :</string>
|
|
</property>
|
|
</widget>
|
|
<zorder>label_3</zorder>
|
|
<zorder>comboBox</zorder>
|
|
<zorder>comboBox_2</zorder>
|
|
<zorder>pushButton_2</zorder>
|
|
<zorder>tableWidget</zorder>
|
|
<zorder>tableWidget_2</zorder>
|
|
<zorder>commandLinkButton</zorder>
|
|
<zorder>commandLinkButton_2</zorder>
|
|
<zorder>lineEdit</zorder>
|
|
<zorder>label</zorder>
|
|
<zorder>label_2</zorder>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|