Re: [PyQt] Using layouts in a tab widget

2011-04-24 Thread Sarah Mount
On Sun, Apr 24, 2011 at 07:53, Vincent Vande Vyvre wrote: > Le 24/04/11 08:10, Sarah Mount a écrit : > > Sorry if this is an obvious question, but I couldn't find an answer to > it on the using-containers page or on StackOverflow. I have a bunch of > tab widgets that need to have appropriate layou

Re: [PyQt] Using layouts in a tab widget

2011-04-24 Thread Andreas Pakulat
On 24.04.11 07:10:24, Sarah Mount wrote: > Sorry if this is an obvious question, but I couldn't find an answer to > it on the using-containers page or on StackOverflow. I have a bunch of > tab widgets that need to have appropriate layouts applied to them and > to the tabs they contain. Working with

Re: [PyQt] Using layouts in a tab widget

2011-04-24 Thread Hans-Peter Jansen
On Sunday 24 April 2011, 14:11:49 Andreas Pakulat wrote: > On 24.04.11 07:10:24, Sarah Mount wrote: > > Sorry if this is an obvious question, but I couldn't find an answer > > to it on the using-containers page or on StackOverflow. I have a > > bunch of tab widgets that need to have appropriate lay

Re: [PyQt] visualizing PDF files in PyQT WIndows

2011-04-24 Thread Hans-Peter Jansen
On Friday 22 April 2011, 23:43:05 Wilbert Berendsen wrote: > Op maandag 18 april 2011 schreef Jeremy: > > > Is there any recommended way to visualize PDF files with PyQT > > > under Windows? > > python-poppler-qt4 is a Python binding to the Poppler PDF library: > http://code.google.com/p/python-pop

[PyQt] OT: From PyQt to JyWt

2011-04-24 Thread Albert Cervera i Areny
Hi, Just in case someone is interested I published my experience with running Wt with Jython. This is a little bit less off topic than it seems because it all started as an experiment to see if it was possible to port Koo (our PyQt application) to the web. I will explain in later posts what wer