On Dec 11, 2015 2:44 PM, "Michael Vetter" wrote:
>
> Hello list,
>
> I am developing an application which should have a custom file format
> which in reality will just be a .tar.gz file. In is will be some xml
> files and images. I will need to install such a file and have in in my
> applications
Hi Michael,
2015-12-11 21:44 GMT+01:00 Michael Vetter :
> Hello list,
>
> I am developing an application which should have a custom file format
> which in reality will just be a .tar.gz file. In is will be some xml
> files and images. I will need to install such a file and have in in my
> applicat
Hi,
After building kate I'm seeing repeating messages like the ones below on the
calling terminal, using either Kate or KWrite. (I've patched my Qt build to
give more informative warnings).
void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item
"Clipboard &History" is alre
Hello list,
I am developing an application which should have a custom file format
which in reality will just be a .tar.gz file. In is will be some xml
files and images. I will need to install such a file and have in in my
applications data folder.
When looking for how to uncompress and compress f
I have an object with the following member function:
QString hashData(QCryptographicHash::Algorithm alg, QString filename, bool
useSalt=false);
First, 1 get:
Error: Unable to determine callable overload. Candidates are:
hashData(QCryptographicHash::Algorithm,QString)
hashData(QCryptograp
Thiago Macieira wrote:
> On Tuesday 08 December 2015 00:12:27 René J.V. Bertin wrote:
>> Any ideas how to figure out the culprit?
>
> The culprit is plugin unloading coupled with QStringLiteral. I'm fixing Qt so
> that it doesn't unload plugins.
>
> See https://codereview.qt-project.org/140750.
Tony:
Thank you for this information.
It is exactly what I asked for when I originally posted to the interest
list.
As the CI lead, maybe the goal is to share notes among the community
so that more Qt devs can increase their value by having strong CI
capability added to
their tool kits.
md
Hi,
I'm trying to fetch MachineGuid from Windows registry using QSettings
but the output is always an empty string.
QSettings
settings("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography",
QSettings::NativeFormat);
qDebug() << settings.value("MachineGuid").toString();
Is there any kind
> I added your reply to my personal Wiki. Is there a public Qt CI
Wiki? This overview might be nice to add to it for others to find.
Yes there is, but they have been neglected for some time. I should perhaps go
through them and update them with some useful information.