From: <je...@us...> - 2003-07-31 18:12:51
|
Update of /cvsroot/quickrip/quickrip In directory sc8-pr-cvs1:/tmp/cvs-serv7572 Modified Files: guimain.py Log Message: Reduced window size a little. Index: guimain.py =================================================================== RCS file: /cvsroot/quickrip/quickrip/guimain.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** guimain.py 17 Jul 2003 13:12:14 -0000 1.4 --- guimain.py 31 Jul 2003 18:10:51 -0000 1.5 *************** *** 1,7 **** # -*- coding: utf-8 -*- ! # Form implementation generated from reading ui file 'ui/guimain.ui' # ! # Created: Thu Jul 17 12:24:59 2003 # by: The PyQt User Interface Compiler (pyuic) 3.6 # --- 1,7 ---- # -*- coding: utf-8 -*- [...2541 lines suppressed...] self.connect(self.b_ScanDVD,SIGNAL("clicked()"),self.scanDVD) self.connect(self.b_RipDVD,SIGNAL("clicked()"),self.openRipDialogue) self.connect(self.fileSize,SIGNAL("valueChanged(int)"),self.newFileSize) self.connect(self.audioBitRate,SIGNAL("activated(int)"),self.newAudioBitrate) *************** *** 1553,1558 **** self.connect(self.dvdTracks,SIGNAL("rightButtonClicked(QListViewItem*,const QPoint&,int)"),self.renameTrack) self.connect(self.b_Settings,SIGNAL("clicked()"),self.openSettingsDialogue) - self.connect(self.b_Browse,SIGNAL("clicked()"),self.browseHD) self.connect(self.videoBitRate,SIGNAL("valueChanged(int)"),self.newBitrate) self.textLabel1_4_2.setBuddy(self.outputDir) --- 1408,1414 ---- self.connect(self.dvdTracks,SIGNAL("rightButtonClicked(QListViewItem*,const QPoint&,int)"),self.renameTrack) self.connect(self.b_Settings,SIGNAL("clicked()"),self.openSettingsDialogue) self.connect(self.videoBitRate,SIGNAL("valueChanged(int)"),self.newBitrate) + self.connect(self.outputDir,SIGNAL("textChanged(const QString&)"),self.checkEnableRip) + self.connect(self.b_Browse,SIGNAL("clicked()"),self.browseHD) self.textLabel1_4_2.setBuddy(self.outputDir) |