]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Pn message d erreur
authorPascale Noyret <pascale.noyret@edf.fr>
Tue, 20 Feb 2007 16:36:51 +0000 (16:36 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Tue, 20 Feb 2007 16:36:51 +0000 (16:36 +0000)
Ui/afficheErreur.ui [new file with mode: 0644]

diff --git a/Ui/afficheErreur.ui b/Ui/afficheErreur.ui
new file mode 100644 (file)
index 0000000..10b21dd
--- /dev/null
@@ -0,0 +1,68 @@
+<!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>