Re: [Interest] sizing QTableWidget columns

2017-07-17 Thread Waitman Gobble
On 2017-07-17 17:10, Waitman Gobble wrote: I want QTableWidget columns to fit the data and also the far right column expand to use all available space. { ui->vendorsGrid->clear(); ui->vendorsGrid->setRowCount(0); ui->vendorsGrid->setSelectionBehavior(QAbstractItemView::SelectRows);

[Interest] sizing QTableWidget columns

2017-07-17 Thread Waitman Gobble
I want QTableWidget columns to fit the data and also the far right column expand to use all available space. { ui->vendorsGrid->clear(); ui->vendorsGrid->setRowCount(0); ui->vendorsGrid->setSelectionBehavior(QAbstractItemView::SelectRows);

Re: [Interest] QTBUG-39147 -- "Don't raise inactive windows when showing a tooltip" / Progress?

2017-07-17 Thread Phil Weinstein
On 7/17/2017 3:01 PM, Sérgio Martins wrote: ... ... ... It fell through the cracks and there's a failing unit-test, I'll try to fix it for 5.9.2. Regards, Sérgio Martins Sérgio, thank you. That would be really great. ___ Interest mailing list

Re: [Interest] XML parsing

2017-07-17 Thread Francisco Ares
2017-07-17 16:50 GMT-03:00 Christoph Feck : > On 17.07.2017 21:25, Francisco Ares wrote: > >> Hi, all. >> >> I'm pretty new to programming, in special regarding XML generation and >> parsing. >> >> Could anyone help me parse the following file? >> >> >> >> >> 1 >> 3.0 >>

Re: [Interest] QTBUG-39147 -- "Don't raise inactive windows when showing a tooltip" / Progress?

2017-07-17 Thread Sérgio Martins
Hi, On Mon, Jul 17, 2017 at 9:34 PM, Phil Weinstein wrote: > (I don't want to burden the bug report with this query. Sorry if this isn't > the ideal place to ask this question). The bug-report and the codereview is probably a better place than Interest. > I see that a fix to

[Interest] QTBUG-39147 -- "Don't raise inactive windows when showing a tooltip" / Progress?

2017-07-17 Thread Phil Weinstein
(I don't want to burden the bug report with this query. Sorry if this isn't the ideal place to ask this question). I see that a fix to this problem was attempted, but was /rejected /(if I'm understanding correctly) for Qt 5.8 ... * Change Iad1ca1a3 -- Windows: Don't raise inactive windows

Re: [Interest] XML parsing

2017-07-17 Thread Christoph Feck
On 17.07.2017 21:25, Francisco Ares wrote: Hi, all. I'm pretty new to programming, in special regarding XML generation and parsing. Could anyone help me parse the following file? 1 3.0 SingleFrame Meaning 3 settings in a device, one on each line that shows first the type of the setting,

[Interest] XML parsing

2017-07-17 Thread Francisco Ares
Hi, all. I'm pretty new to programming, in special regarding XML generation and parsing. Could anyone help me parse the following file? 1 3.0 SingleFrame Meaning 3 settings in a device, one on each line that shows first the type of the setting, the name to which this device's API would

Re: [Interest] Transparent titlebar in macOS (QTBUG-61332)

2017-07-17 Thread Benjamin B (BBenj)
Hi, Thanks, I watched it and tried again based on his code, I made sort of a progress: the window doesn't stay black, but flickers between black and the background color when resized, and the background glitches a bit (seems like it follows the mouse and not the edge of the window). I made a

Re: [Interest] Transparent titlebar in macOS (QTBUG-61332)

2017-07-17 Thread Mike Krus
Hi have you checked https://www.youtube.com/watch?v=qfyxXxeC73Y ? Mike > On 17 Jul 2017, at 10:36, Benjamin B wrote: > > Hello, > > I reported a bug recently about not being able to create a window with a > transparent titlebar in Qt Quick under macOS 10.10+ >

[Interest] Transparent titlebar in macOS (QTBUG-61332)

2017-07-17 Thread Benjamin B
Hello, I reported a bug recently about not being able to create a window with a transparent titlebar in Qt Quick under macOS 10.10+ ( https://bugreports.qt.io/browse/QTBUG-61332). It didn't attracted many interests, so I may take a look at it myself, if I could know approximately where to start.