From 6f01f8ebfb97c1c7b0eb5f2568905a3f5215e496 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 13 Jun 2008 06:55:59 +0000 Subject: [PATCH] *** empty log message *** --- Ui/OptionsEditeur.py | 3 ++- Ui/OptionsEditeur.ui | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Ui/OptionsEditeur.py b/Ui/OptionsEditeur.py index 8bd23b62..f828bdfc 100644 --- a/Ui/OptionsEditeur.py +++ b/Ui/OptionsEditeur.py @@ -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): diff --git a/Ui/OptionsEditeur.ui b/Ui/OptionsEditeur.ui index 7cebf8a3..0825010c 100644 --- a/Ui/OptionsEditeur.ui +++ b/Ui/OptionsEditeur.ui @@ -350,6 +350,12 @@ Version : desOptions close() + + LERepDoc + textChanged(const QString&) + desOptions + ChangePathDoc() + VersionChoisie() -- 2.39.2