[Pykafe-commits] SF.net SVN: pykafe: [119] trunk/pykafe/server
Status: Pre-Alpha
Brought to you by:
jnmbk
From: <jn...@us...> - 2007-06-10 22:28:06
|
Revision: 119 http://pykafe.svn.sourceforge.net/pykafe/?rev=119&view=rev Author: jnmbk Date: 2007-06-10 15:28:07 -0700 (Sun, 10 Jun 2007) Log Message: ----------- cancel button isn't there Modified Paths: -------------- trunk/pykafe/server/payment.py trunk/pykafe/server/payment.ui Modified: trunk/pykafe/server/payment.py =================================================================== --- trunk/pykafe/server/payment.py 2007-06-10 22:11:30 UTC (rev 118) +++ trunk/pykafe/server/payment.py 2007-06-10 22:28:07 UTC (rev 119) @@ -1,13 +1,14 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'payment.ui' # -# Created: Mon Jun 11 00:40:07 2007 -# by: PyQt4 UI code generator 4.1.1 +# Copyright (C) 2007, pyKafe Development Team # -# WARNING! All changes made in this file will be lost! +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) +# any later version. +# +# Please read the COPYING file. +# -import sys from PyQt4 import QtCore, QtGui class Ui_PaymentDialog(object): @@ -81,7 +82,6 @@ self.retranslateUi(PaymentDialog) QtCore.QObject.connect(self.buttonBox,QtCore.SIGNAL("accepted()"),PaymentDialog.accept) - QtCore.QObject.connect(self.buttonBox,QtCore.SIGNAL("rejected()"),PaymentDialog.) QtCore.QMetaObject.connectSlotsByName(PaymentDialog) def retranslateUi(self, PaymentDialog): Modified: trunk/pykafe/server/payment.ui =================================================================== --- trunk/pykafe/server/payment.ui 2007-06-10 22:11:30 UTC (rev 118) +++ trunk/pykafe/server/payment.ui 2007-06-10 22:28:07 UTC (rev 119) @@ -151,21 +151,5 @@ </hint> </hints> </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>PaymentDialog</receiver> - <slot></slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> </connections> </ui> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |