/ and no updates are available.
widget.findChild("PackageManagerRadioButton").updatesEnabled =
false;
widget.findChild("UninstallerRadioButton").updatesEnabled = false;
}
}
On Tue, May 5, 2015 at 2:29 PM, Juan Navarro wrote:
> I am attempting to create an u
I am attempting to create an updater tool for my already installed
application in a locked-down system. The Maintenance tool from the Qt
Installer Framework seems perfect, with its integration with remote
repositories, but I would need to remove the "Add" and "Remove" components
options, leaving on
king on buttons 1, 2 & 3 and editing the fields, will show how all
values are properly stored on their corresponding data objects, but
Components won't load their corresponding values.
Could you please enlighten me about this issue?
Regards,
Juan Navarro
__
Hi all, I'm facing a problem when resizing a QQuickView instance and I'd
like to ask some developers if this issue is a bug or either an error on my
side
(Qt Project forums thread: http://qt-project.org/forums/viewthread/41445/)
I have a simple test case that produces different output when ran on
On Thu, Jul 25, 2013 at 5:26 PM, Thiago Macieira
wrote:
>
> if ((qFuzzyIsNull(p1) && qFuzzyIsNull(p2)) || qFuzzyCompare(p1, p2))
>
>
That's exactly like the macro with which I end up "convering" the current
Qt implementation.
On your first reply, you also said that
On Thu, Jul 25, 2013 at 1:19 AM
Hello all,
I’m using qFuzzyCompare(a, b) in order to handle all floating point
comparisons, but it has severe limitations when a or b may be zero.
Somewhere in the docs it is recommended to add +1 to the values, but this
is not a really useful suggestion because some of the values might be -1.0,