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 checke
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
==
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 7/12/2
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 wh
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 wrote:
>
> App
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 ,
> 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 [mailto:thiago.macie...@intel.com]
> > On Thursday, 30 November 2017
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 December 2017 03:26:41 PST Emre Besirik wrote:
> 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 file.open(ReadOnly).
>
> Your ana
Jake Petroules wrote:
> This was mostly for illustration. OK, let me reformulate... don't actually
> include Qt private headers, but add an equivalent of the __builtin_available
> shim in your own codebase if you need to build with Xcode older than 9.
>
> See https://codereview.qt-project.org/#/
10 matches
Mail list logo