Re: [PyQt] PyQt4 question about type-to-select in numeric drop-down lists

2013-08-29 Thread Sarah Mount
On Tue, Aug 27, 2013 at 9:44 PM, David Boddie da...@boddie.org.uk wrote: On Tue Aug 27 15:53:59 BST 2013, Sarah Mount wrote: sorry if this is a bit of a n00b question, but hopefully someone can clarify a misunderstanding for me. I am working with some colleagues on a Python2.x PyQt4

[PyQt] PyQt4 question about type-to-select in numeric drop-down lists

2013-08-27 Thread Sarah Mount
in the way we have configured our GUI or have I misunderstood something really basic? Thanks, Sarah -- Sarah Mount, Senior Lecturer, University of Wolverhampton website: http://www.snim2.org/ twitter: @snim2 ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] Possible bug in QScinitlla annotations

2011-04-27 Thread Sarah Mount
, italicized text. The code which generates this I've put here: https://gist.github.com/944268 there's still quite a bit of irrelevant code there, as I can't really be sure what's causing the bug. Is it me or is this a problem with QScintilla? Thanks (yet again), Sarah -- Sarah Mount, Senior

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Sarah Mount
On Tue, Apr 26, 2011 at 21:45, David Boddie da...@boddie.org.uk wrote: On Mon Apr 25 21:50:43 BST 2011, Sarah Mount wrote: In designer-qt4 the object inspector, widget box and so on seem to be QDockWidgets. I'm making a GUI in Designer that I want to be similarly structured. In designer

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Sarah Mount
On Wed, Apr 27, 2011 at 00:10, Andreas Pakulat ap...@gmx.de wrote: On 26.04.11 23:45:58, Sarah Mount wrote: However, I have three QDockWidgets, one that is intended to stretch over the bottom of the main window, and the other two above it side by side, like this: [][] [  ] I've set all

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Sarah Mount
On Wed, Apr 27, 2011 at 00:17, David Boddie da...@boddie.org.uk wrote: On Wednesday 27 April 2011, Sarah Mount wrote: On Tue, Apr 26, 2011 at 21:45, David Boddie da...@boddie.org.uk wrote: snip: long docking discussion The center widget or central area in the main window is a normal widget

[PyQt] Newbie resizing dock widgets question

2011-04-25 Thread Sarah Mount
of the dockWidget properties and the widgets can be closed and floated, but not resized. Have I misunderstood this? Is there some sort of splitter object that needs to be placed between the dockWidgets? Or some property set in the layout managers? Thanks for your help, Sarah -- Sarah Mount, Senior

[PyQt] Using layouts in a tab widget

2011-04-24 Thread Sarah Mount
and give that a layout, but this seems long-winded. Is there something obvious I have missed or does Qt assume that each tab will have a container widget placed inside it? Many thanks, Sarah -- Sarah Mount, Senior Lecturer, University of Wolverhampton website:  http://www.snim2.org/ twitter: @snim2

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 vincent.vandevy...@swing.be 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

Re: [PyQt] Styling an QMdiArea widget

2011-04-18 Thread Sarah Mount
On Mon, Apr 18, 2011 at 01:14, David Boddie da...@boddie.org.uk wrote: On Sun Apr 17 19:48:16 BST 2011, Sarah Mount wrote: Thanks, you and David were both right, the error was an incorrect path for the JPG. However, what I was after was to have one image appear in the background

Re: [PyQt] Styling an QMdiArea widget

2011-04-17 Thread Sarah Mount
On Sun, Apr 17, 2011 at 15:28, Vincent Vande Vyvre vincent.vandevy...@swing.be wrote: Le 17/04/11 15:17, Sarah Mount a écrit : Hi everyone, I have a main application window that I want to style with a style sheet like this: #mywidget { background : white; background-image : url

Re: [PyQt] Styling an QMdiArea widget

2011-04-17 Thread Sarah Mount
On Sun, Apr 17, 2011 at 16:48, Vincent Vande Vyvre vincent.vandevy...@swing.be wrote: Le 17/04/11 16:36, Sarah Mount a écrit : On Sun, Apr 17, 2011 at 15:28, Vincent Vande Vyvre vincent.vandevy...@swing.be wrote: Le 17/04/11 15:17, Sarah Mount a écrit : Hi everyone, I have a main