# 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!
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):
<receiver>desOptions</receiver>
<slot>close()</slot>
</connection>
+ <connection>
+ <sender>LERepDoc</sender>
+ <signal>textChanged(const QString&)</signal>
+ <receiver>desOptions</receiver>
+ <slot>ChangePathDoc()</slot>
+ </connection>
</connections>
<slots>
<slot>VersionChoisie()</slot>