Discussion:
contributing patch
Uwe
2011-08-12 12:16:29 UTC
Permalink
Hi,

I had to change the code a bit to get labels without a title.
Maybe you are interested in it.

Regards, Uwe


diff guiqwt/builder.py guiqwt-2.1.4/guiqwt/builder.py
1090,1091c1090
<

< if title or title is None: # now we can switch to no title

---
diff guiqwt/styles.py guiqwt-2.1.4/guiqwt/styles.py
801,802c801
< if self.label is not None: # modified for having no
title

< obj.setTitle(self.label)

---
obj.setTitle(self.label)
Loading...