From: <te...@us...> - 2003-07-14 18:25:30
|
Update of /cvsroot/quickrip/quickrip In directory sc8-pr-cvs1:/tmp/cvs-serv1408 Modified Files: guimain.py Log Message: Merged old ui file with changes from patch #757343 UI now more compliant with KDE and GNOME HIGs Changes include: - Bitrate and file size now spinboxes - "Settings" button now reads "Congigure..." - New bitrate quality indicator Index: guimain.py =================================================================== RCS file: /cvsroot/quickrip/quickrip/guimain.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** guimain.py 29 Apr 2003 11:13:32 -0000 1.1.1.1 --- guimain.py 14 Jul 2003 18:25:27 -0000 1.2 *************** *** 1,6 **** # Form implementation generated from reading ui file 'ui/guimain.ui' # ! # Created: Mon Apr 14 23:54:29 2003 ! # by: The PyQt User Interface Compiler (pyuic) # # WARNING! All changes made in this file will be lost! --- 1,8 ---- + # -*- coding: utf-8 -*- + # Form implementation generated from reading ui file 'ui/guimain.ui' [...3023 lines suppressed...] def selectTrack(self): print "MainWindow.selectTrack(): Not implemented yet" ! def renameTrack(self): ! print "MainWindow.renameTrack(): Not implemented yet" def openSettingsDialogue(self): print "MainWindow.openSettingsDialogue(): Not implemented yet" + + def browseHD(self): + print "MainWindow.browseHD(): Not implemented yet" + + def newBitrate(self): + print "MainWindow.newBitrate(): Not implemented yet" + + def newFileSize(self): + print "MainWindow.newFileSize(): Not implemented yet" + + def newAudioBitrate(self): + print "MainWindow.newAudioBitrate(): Not implemented yet" |