--- /dev/null
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>afficheErreur</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>afficheErreur</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>474</width>
+ <height>294</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <pointsize>14</pointsize>
+ </font>
+ </property>
+ <property name="caption">
+ <string>Erreur lors du chargement du fichier</string>
+ </property>
+ <widget class="QTextBrowser">
+ <property name="name">
+ <cstring>texteErreur</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>1</x>
+ <y>1</y>
+ <width>470</width>
+ <height>260</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>pushBOK</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>410</x>
+ <y>260</y>
+ <width>60</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>60</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Ok</string>
+ </property>
+ </widget>
+</widget>
+<connections>
+ <connection>
+ <sender>pushBOK</sender>
+ <signal>clicked()</signal>
+ <receiver>afficheErreur</receiver>
+ <slot>close()</slot>
+ </connection>
+</connections>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>