Re: [PyQt] Paste entire column into QTableView from Excel

2013-05-14 Thread David Boddie
On Mon 13 May 2013 15:12:41 -0400, Mark Mordeca wrote: > I am having an issue pasting into a QTableView from Excel when the user has > copied by selecting an entire column in Excel, essentially putting every > single row in the selected column, for the entire excel sheet, on the > clipboard. The f

Re: [PyQt] resizing layouts

2013-05-14 Thread andre hotz
Am 14.05.2013 18:18, schrieb Baz Walter: On 14/05/13 16:15, andre hotz wrote: My application has 4 areas, defined by a 2x2 QGridLayout. Each area can have single widgets and also sub layouts. Now I want the user to be able to interactivly change the size of each of the 4 areas by a handle. Basi

Re: [PyQt] resizing layouts

2013-05-14 Thread Baz Walter
On 14/05/13 16:15, andre hotz wrote: My application has 4 areas, defined by a 2x2 QGridLayout. Each area can have single widgets and also sub layouts. Now I want the user to be able to interactivly change the size of each of the 4 areas by a handle. Basically what a QSplitter does, but QSplitter

[PyQt] resizing layouts

2013-05-14 Thread andre hotz
Hi all, If have a quick question regarding qt layouts. My application has 4 areas, defined by a 2x2 QGridLayout. Each area can have single widgets and also sub layouts. Now I want the user to be able to interactivly change the size of each of the 4 areas by a handle. Basically what a QSplitter