|
|
|
@ -6,14 +6,42 @@
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>425</width>
|
|
|
|
|
<height>177</height>
|
|
|
|
|
<width>750</width>
|
|
|
|
|
<height>464</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Extraction Finess</string>
|
|
|
|
|
<string>Extract_etab_a_fiab</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="MainDialog_layout">
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
|
<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="QLabel" name="label">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>16</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Extraction des Finess traités par le batch d'import FIPPA du référentiel MDM</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
@ -28,26 +56,10 @@
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QGridLayout" name="form_layout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="input_label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Fichier à traiter</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>input_input</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<layout class="QGridLayout" name="form_layout" rowstretch="0,0,2,0">
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="csv_input"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="input_input"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="csv_label">
|
|
|
|
|
<property name="text">
|
|
|
|
@ -61,8 +73,11 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QToolButton" name="csv_button">
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="input_input"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QToolButton" name="input_button">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Parcourir</string>
|
|
|
|
|
</property>
|
|
|
|
@ -71,8 +86,8 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QToolButton" name="input_button">
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QToolButton" name="csv_button">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Parcourir</string>
|
|
|
|
|
</property>
|
|
|
|
@ -81,6 +96,61 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
|
<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 row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="input_label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Fichier à traiter</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>input_input</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
|
<widget class="QTextEdit" name="regex_input">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>800</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="regex_label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Expression régulière</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>regex_input</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
@ -116,6 +186,7 @@
|
|
|
|
|
<tabstop>input_button</tabstop>
|
|
|
|
|
<tabstop>csv_input</tabstop>
|
|
|
|
|
<tabstop>csv_button</tabstop>
|
|
|
|
|
<tabstop>regex_input</tabstop>
|
|
|
|
|
</tabstops>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections>
|
|
|
|
@ -126,8 +197,8 @@
|
|
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>292</x>
|
|
|
|
|
<y>158</y>
|
|
|
|
|
<x>298</x>
|
|
|
|
|
<y>421</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>286</x>
|
|
|
|
|