Re: [Interest] Change QCheckBox to QPushButton in a QTableView

2017-12-06 Thread André Somers
Op 07/12/2017 om 00:21 schreef Jason H: > I have a model, a few columns of which are supposed to be QPushButtons. > I've got it working with checkboxes just fine, and I can get the QPushButtons > to display while editing. > But I want to display the checkable QPushButton reflecting it's

[Interest] Qt Location GeoServices plugin to use geo-referenced image file as map source

2017-12-06 Thread Richard Lang
Repost of question asked on Qt Forums and raised as a feature request on the bug tracker... https://forum.qt.io/topic/85704/qt-location-geoservices-plugin-to-use-geo-referenced-image-file-as-map-source https://bugreports.qt.io/browse/QTBUG-65018?jql=project%20%3D%20QTBUG

Re: [Interest] Change QCheckBox to QPushButton in a QTableView

2017-12-06 Thread Tony Rietwyk
Hi Jason, You'll have to initialise quite a bit more in the QStyleOptionButton button than just the text - especially the inherited rect member.   Maybe QStyleOption.initFrom can help, or create an override class on QPushButton to expose its initStyleOption. Hope that helps, Tony On

[Interest] Change QCheckBox to QPushButton in a QTableView

2017-12-06 Thread Jason H
I have a model, a few columns of which are supposed to be QPushButtons. I've got it working with checkboxes just fine, and I can get the QPushButtons to display while editing. But I want to display the checkable QPushButton reflecting it's checked state to be displayed all the time, not just

Re: [Interest] Cross-platform alternatives to Apple App Store?

2017-12-06 Thread Patrick Stinson
Ah, Ok. I forgot that iOS doesn’t allow third party packages. I also didn’t connect the dots from QtPurchasing to Windows 10. I think that solves my problem, and I’ll just grin and bear it with the reality of the commission. -Patrick > On Dec 3, 2017, at 9:26 PM, Jake Petroules

Re: [Interest] QFile fails on Windows when screen is locked with message "device not open"?

2017-12-06 Thread Thiago Macieira
On Wednesday, 6 December 2017 04:58:32 PST Shantanu Tushar wrote: > Most likely the "device not open" message is being output when you > call `.exists()` on the file, followed by your qDebug. Right, it's the exists() call that causes it. I don't think that message comes from Qt. I can't find it

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-12-06 Thread Jason H
> Sent: Sunday, December 03, 2017 at 12:18 AM > From: "Zielinski, MariuszUTC CCS" > To: "interest@qt-project.org" > Subject: Re: [Interest] Packet arrival-time resolution? QUdpSocket > > Hi, > > From: Thiago Macieira

Re: [Interest] QFile fails on Windows when screen is locked with message "device not open"?

2017-12-06 Thread Shantanu Tushar
Most likely the "device not open" message is being output when you call `.exists()` on the file, followed by your qDebug. On Wed, Dec 6, 2017 at 6:23 PM, Emre Besirik wrote: > >> On 5 Dec 2017, at 18:39, Thiago Apperantly wrote: >> >> On Tuesday, 5

Re: [Interest] QFile fails on Windows when screen is locked with message "device not open"?

2017-12-06 Thread Emre Besirik
> On 5 Dec 2017, at 18:39, Thiago Apperantly wrote: > > On Tuesday, 5 December 2017 03:26:41 PST Emre Besirik wrote: >> Hello list, >> QFile fails on Windows when screen is locked with message "device not open”? >> And it is on new QFile(“somefile.txt”) not on