|
|
@@ -1,68 +1,287 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
- <class>Dialog</class>
|
|
|
- <widget class="QDialog" name="Dialog">
|
|
|
+ <class>dlg_main</class>
|
|
|
+ <widget class="QDialog" name="dlg_main">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>418</width>
|
|
|
- <height>301</height>
|
|
|
+ <width>587</width>
|
|
|
+ <height>445</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Verdana</family>
|
|
|
+ <pointsize>9</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
<property name="windowTitle">
|
|
|
- <string>Dialog</string>
|
|
|
+ <string>MnCheck</string>
|
|
|
+ </property>
|
|
|
+ <property name="windowIcon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>rsc/network.png</normaloff>rsc/network.png</iconset>
|
|
|
</property>
|
|
|
- <widget class="QDialogButtonBox" name="buttonBox">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>30</x>
|
|
|
- <y>240</y>
|
|
|
- <width>341</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- <property name="standardButtons">
|
|
|
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
+ <item>
|
|
|
+ <widget class="QStackedWidget" name="stack">
|
|
|
+ <property name="currentIndex">
|
|
|
+ <number>3</number>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="page_1">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1,0">
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
+ <property name="leftMargin">
|
|
|
+ <number>9</number>
|
|
|
+ </property>
|
|
|
+ <property name="rightMargin">
|
|
|
+ <number>9</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="cbb_schemas">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QToolButton" name="btn_play">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>32</width>
|
|
|
+ <height>32</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>rsc/play.png</normaloff>rsc/play.png</iconset>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QVBoxLayout" name="layers_layout"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
+ <property name="topMargin">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="btn_help">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>28</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>9</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Aide</string>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>rsc/question.png</normaloff>rsc/question.png</iconset>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="btn_settings">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>28</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>9</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Options</string>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>rsc/settings.png</normaloff>rsc/settings.png</iconset>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="page_2">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="lbl_hourglass">
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="pixmap">
|
|
|
+ <pixmap>rsc/hourglass.png</pixmap>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="page_3">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
+ <item>
|
|
|
+ <widget class="QTableWidget" name="tbl_errors">
|
|
|
+ <attribute name="horizontalHeaderStretchLastSection">
|
|
|
+ <bool>true</bool>
|
|
|
+ </attribute>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>type_err</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>layer_name</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>id_item</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>description</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="page_4">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
+ <item>
|
|
|
+ <spacer name="verticalSpacer_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>20</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0,0,1">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>24</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="pixmap">
|
|
|
+ <pixmap>rsc/ok_32.png</pixmap>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="text">
|
|
|
+ <string>Aucune erreur détectée</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_3">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="verticalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>20</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="btn_zipfiles">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>36</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Générer le livrable</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
- <connections>
|
|
|
- <connection>
|
|
|
- <sender>buttonBox</sender>
|
|
|
- <signal>accepted()</signal>
|
|
|
- <receiver>Dialog</receiver>
|
|
|
- <slot>accept()</slot>
|
|
|
- <hints>
|
|
|
- <hint type="sourcelabel">
|
|
|
- <x>248</x>
|
|
|
- <y>254</y>
|
|
|
- </hint>
|
|
|
- <hint type="destinationlabel">
|
|
|
- <x>157</x>
|
|
|
- <y>274</y>
|
|
|
- </hint>
|
|
|
- </hints>
|
|
|
- </connection>
|
|
|
- <connection>
|
|
|
- <sender>buttonBox</sender>
|
|
|
- <signal>rejected()</signal>
|
|
|
- <receiver>Dialog</receiver>
|
|
|
- <slot>reject()</slot>
|
|
|
- <hints>
|
|
|
- <hint type="sourcelabel">
|
|
|
- <x>316</x>
|
|
|
- <y>260</y>
|
|
|
- </hint>
|
|
|
- <hint type="destinationlabel">
|
|
|
- <x>286</x>
|
|
|
- <y>274</y>
|
|
|
- </hint>
|
|
|
- </hints>
|
|
|
- </connection>
|
|
|
- </connections>
|
|
|
+ <connections/>
|
|
|
</ui>
|