]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
*** empty log message *** V1_14a6
authorPascale Noyret <pascale.noyret@edf.fr>
Fri, 13 Jun 2008 06:55:59 +0000 (06:55 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Fri, 13 Jun 2008 06:55:59 +0000 (06:55 +0000)
Ui/OptionsEditeur.py
Ui/OptionsEditeur.ui

index 8bd23b6267dc664a2fcf47cafe3c6931f4daf0a6..f828bdfc58258399e0ebfefc409067b60ca5f6a8 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'OptionsEditeur.ui'
 #
-# Created: Mon Jun 2 16:08:31 2008
+# Created: Tue Jun 10 18:23:53 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.16
 #
 # WARNING! All changes made in this file will be lost!
@@ -90,6 +90,7 @@ class desOptions(QDialog):
         self.connect(self.PBajout,SIGNAL("clicked()"),self.AjoutVersion)
         self.connect(self.PBSup,SIGNAL("clicked()"),self.SupVersion)
         self.connect(self.PBQuit,SIGNAL("clicked()"),self.close)
+        self.connect(self.LERepDoc,SIGNAL("textChanged(const QString&)"),self.ChangePathDoc)
 
 
     def languageChange(self):
index 7cebf8a3b987bb5f3117804445e474734bc57ce3..0825010c9bc641f7072a4017727daca0b2bb6b0a 100644 (file)
@@ -350,6 +350,12 @@ Version :</string>
         <receiver>desOptions</receiver>
         <slot>close()</slot>
     </connection>
+    <connection>
+        <sender>LERepDoc</sender>
+        <signal>textChanged(const QString&amp;)</signal>
+        <receiver>desOptions</receiver>
+        <slot>ChangePathDoc()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>VersionChoisie()</slot>