Author: jamest
Date: 2005-08-01 22:25:24 -0500 (Mon, 01 Aug 2005)
New Revision: 7771
Modified:
trunk/gnue-forms/src/uidrivers/qt/UILoginHandler.py
Log:
get qt login dialog working again (still ugly after all these years :)
Modified: trunk/gnue-forms/src/uidrivers/qt/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt/UILoginHandler.py 2005-08-02 02:43:03 UTC
(rev 7770)
+++ trunk/gnue-forms/src/uidrivers/qt/UILoginHandler.py 2005-08-02 03:25:24 UTC
(rev 7771)
@@ -198,7 +198,7 @@
rv = {}
for i in range(0, len(loginData[2])):
- rv[loginData[2][i][0]] = self.textctrlList[i].text()
+ rv[loginData[2][i][0]] = unicode(self.textctrlList[i].text())
return rv
@@ -226,8 +226,8 @@
class WrappedStaticText(QLabel):
- def __init__(self, parent, label, width, *args, **params):
- QLabel.__init__(self, label, parent, *args, **params)
+ def __init__(self, parent, label, width):
+ QLabel.__init__(self, label, parent)
## QLabel.setFixedWidth(width)
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue