t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

QProgressBar.show causes stack overflows #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Import "qt.gui". Now, by calling:
  bar = new QProgressBar;
  bar.show();
you get a recursive chain of calls via QtScriptShell_QProgressBar::text().

Tested on revision 773 of the generator, on Windows.

Original issue reported on code.google.com by gtar...@gmail.com on 26 Aug 2008 at 12:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by kentm...@gmail.com on 5 Nov 2008 at 3:35