“exist” in the remaining tree model
without it’s parent.
-Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Hi,
Is anyone able to tell me if QtCreator is able to have a CMAKE var defined with
multiple values?
The default value for a project is %{Qt:QT_INSTALL_PREFIX}, is it possible to
append more paths?
I have for Qt Creator itself the following:
-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX
't
see how the Qt company can compete with that.
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Hi,
> You can start it manually with qemu and tell it to stop before the first line
> of the application. Then tell Qt Creator to connect to the GDB server that
> qemu created.
>
> Debug > Start Debugging > Attach to Running Server
>
Thanks, but it doesn't work. The "Attach to Running Server"
Hi,
I want to run a bare metal application in a QEMU environment and debug it
with gdb using Qt Creator. But I can only see a limited predefined selection
of debug providers, like openocd, j-link, ...
Is there no way to run a custom command instead? I expected the "generic"
provider to cover that
> Apologies for not sending the mail also to the interest mailing list. This
> is nothing new, as this was announced in already February 2020.
Please correct me if I am wrong. I assume that you are referring to this
blog post: https://www.qt.io/blog/qt-offering-changes-2020
It was ONLY communica
would be just the same as in Qt 5.
Cheers
Rich
On Fri, 20 Nov 2020 at 14:18, Giuseppe D'Angelo via Interest <
interest@qt-project.org> wrote:
> Il 20/11/20 14:55, Richard Moore ha scritto:
> > I'd hope there's a way to get the actual connection being used, rather
>
On Fri, 20 Nov 2020 at 07:58, Volker Hilsheimer
wrote:
> In Qt 6 there is no more Qt API to get the X11 root window for a display
> (also note that QDesktopWidget as a whole is gone).
>
> So, you either have to go native if you rely on X11 specific data
> structures (which the code does anyway, i
I want to replace QML's console object with a custom implementation.
I have tried to replace the "console" property in the global object with not
luck.
I have tried to replace the method properties of the global console object
with no luck (as described here:
https://stackoverflow.com/questions/26
> Is the QJSEngine a complete replacement of QScriptEngine ?
No, not complete. QJSEngine provides less APIs and less control of the script
execution and context arrangement. Whether your application is portable depends
on which features of QtScriptEngine you use.
Do you:
- swap out the global o
Hello,
when configuring and building Qt, almost all top-level folders are
configurable. The mkspecs folder seems to be hardcoded. Is there a way to
move mkspecs, for instance into a subdirectory, so that the resulting folder
structure looks like:
Qt
+--bin
+--lib
+--res
+--mkspecs
+--xxx
T
> OK, that does paint a different picture. The feature you are asking for,
> then, is for QJSEngine to allow defining ECMAScript modules from C++, that
> can be imported in your JavaScript files via standard ECMAScript "import"
> statements. I would not be automatically opposed to such a feature.
perties related to the current product, and a property context where we
provide properties like "base" referring to the base class value.
Best regards
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Is there a way to set a QJSValue as a context property in QQmlContext and
retain function properties?
I am loading a .js file with QJSEngine::importModule(). The result is
QJSValue object containing all exported functions and properties from the
module.
// file.js
export function someFunc
> My eMail provider classifies **all** emails sent from a qt.io domain (JIRA,
> mailing list and gerrit) as spam since recently. The matching spam filter is
> Barracuda Reputation Block List (BRBL).
I wanted to write "qt-project.org domain".
> - The last OK email on [Interest]: 02. April 18:11 U
"spam-classified" email on [Interest]: 02. April 22:15 UTC by
Bernhard Lindner
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
>> This sort of thing, and also the recent installer changes,
>> continues to make me think that TQtC is *trying* to commit
>> suicide. That, or whoever is making these decisions is
>> hopelessly incompetent.
> Yes, hopelessly incompetent is a much more polite thing to say...
From
> This solution gets you a single build for all the the mocs, which is good,
> but
> won't generate the best code that Peppe was talking about. You want the moc
> for a given class to be in the class's own .cpp.
Unless you build with link-time optimization enabled, I suppose. Because
then trans
e
only safe shortcut in this process.
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
our application relies on QScriptEngine and requires
that the engine's thread stays somewhat responsive. Now that I understand
the problem, I might be able to implement a work-around in our application.
But I would consider this behavior to be a bug in qeventdispatcher_glib. It
can never be wrong to fix bugs, even in bad APIs ;-)
https://bugreports.qt.io/browse/QTBUG-79020
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
(): never.
It is a public API and it is not marked as deprecated. If the function does not
behave as documented, then either the documentation is wrong or the
implementation has a bug or I am using it the wrong way. I don't think the
latter is the case, but maybe I need a minimal test c
look at your threading code and see if you need a
> synchronisation.
Sure, but I don't see a synchronization problem as long if
QCoreApplication::processEvents() would do what the documentation says:
executing pending events in the current thread. Am I misunderstanding something?
in a queued connection? In case E2 is
posted after E3 has started, would E2 be executed by processEvents()?
Thanks
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
way more flexible than the official Qt installer. We still use
Docker in our CI, but only on Linux where it gives us the most benefit.
The script can be found here:
https://code.qt.io/cgit/qbs/qbs.git/tree/scripts/install-qt.sh
Richard
___
Interest mail
9075
for a bit more information about internal vs global contexts.
Richard
> > On Jul 17, 2019, at 3:37 AM, Sérgio Martins wrote:
> >
> >> On 2019-07-17 10:58, Patrick Stinson wrote:
> >> Shoot, you know at first pass it looks like that will work. Wow.
>
On 10.05.2019 21:13, Thiago Macieira wrote:
> On Thursday, 9 May 2019 16:58:47 PDT Hamish Moffatt wrote:
>> For my use I rebuilt the Qt packages from https://launchpad.net/~beineri
>> for stretch; they install into /opt rather than replacing the system
>> packages, so you don't have the issues with
eton works in both variants, which is not documented. Maybe worth a bug
report as well.
This is not a qualified answer ;-)
Best regards
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
> You can also generate an object from Qml code directly:
> Qt.createQmlObject()
I know, but I wanted to use operator new in order to achieve a better look &
feel. Please note that this is/was easily possible in Qt Script. See the
code snippets at
https://doc.qt.io/qt-5/qtscript-index.html#making
Map& arguments)
{
QString someParam = arguments.value("someParam").toString();
return new MyClass(qmlEngine(this), someParam);
}
Thanks
Richard
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
> Your every response has indicated this will not happen, just that mobile
> will follow the other platforms. I don't understand why Qt won't commit
> to adding the missing Mobile APIs.
The company is a joint stock company with the sole purpose of making as much
profit as possible and filling the p
packages from https://launchpad.net/~beineri is far more simple
on Ubuntu.
Richard
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On Sat, 12 May 2018 at 15:45, Roland Hughes
wrote:
> Any time a write comes up short, it is an error.
>
That is simply incorrect. It might not be how you would like it to behave,
however it is the norm that short writes are allowed and should be handled
by the callee. This is the case in POSIX,
I am loading a QML document with the following structure:
A {
B {
}
B {
}
}
At some point in the application I am iterating over all B components and
want to do:
qmlContext(B)->setContextProperty("bla", "value")
I need to assign different values to each instance of B. But I get the
,
but I would guess that Qt caches only the QArgument object (the one that
contains the pointer to the data). Thus, the variable bFinished must exist
physically in the moment when the slot is invoked. I think you need to move
your variable to the heap if the slot is invoked after the current sta
Hi,
is there a way to set Qt::PreciseTimer as the default timer type for all
QTimer instances in an application? According to the QTimer documentation
[1], Qt::CoarseTimer is the default.
Thanks
Richard
[1] http://doc.qt.io/qt-5/qtimer.html#timerType-prop
On 11 January 2018 at 18:41, Tom Isaacson wrote:
> But is it a performance issue, a potential threading problem, what?
>
> We have a large codebase and this practice hasn't been followed, I'm
> wondering what the potential impact is and whether it's worth fixing.
>
A few of the reasons:
Using a
On 18 December 2017 at 16:25, Thiago Macieira
wrote:
> On Monday, 18 December 2017 01:55:49 PST Nuno Santos wrote:
> > I’m trying to establish a QUdpSocket connection between two peers that
> are
> > behind firewalls.
> >
> > From what I have been reading, one way of doing this is recurring to a
4:20 +0100
Vlad Stelmahovsky wrote:
Hi
take a look at OSM plugin. it contains custom providers and caching
mechanism
On Thu, Dec 7, 2017 at 3:19 AM, Richard Lang wrote:
Repost of question asked on Qt Forums and raised as a feature request on
the bug tracker...
https://forum.qt.io/topic/85
but
can't shake the feeling that in a world containing 8 billion people,
with "nothing new under the sun", this would have been done already if
it was a good idea
Would anyone with more familiarity with the Qt Location module care to
comment?
thanks
Richard
_
On 10/04/2017 05:29 PM, Thiago Macieira wrote:
If you want to file a bug report too, I'd appreciate it.
Done QTBUG-63605.
Thank you for looking into it.
Regards,
Richard
___
Interest mailing list
Interest@qt-project.org
http://lis
On 10/04/2017 10:13 AM, Richard Öhlinger wrote:
I do bind to QHostAddress::AnyIPv4 and I get all the messages, but
just not destinationAddress/Port.
After looking at the implementation in qnativesocketengine_win.cpp i see
that QNativeSocketEnginePrivate::nativeReceiveDatagram does not set
ached a minimal example and a small powershell script to send
the data.
Regards,
Richard
# send-udp
#
# Simple Tool to send UDP-Ports to a range with a various source port range.
# you can use Netmon/WireShark on the target to see the incomping traffic.
# i have NO listener to listen on all ports
#
.
But its destinationAddress is not valid and destinationPort is -1.
The exact same code works on Linux. I'm using Qt 5.9.0
Is there a limitation on Windows systems? The Documentation would list
it as supported [1].
Regards,
Richard
[1] https://doc.qt.io/qt-5/qnetworkdatagram.html#
annot
complete creation until all components are partially loaded. Each component
has a (constant) property that needs to be evaluated first. Depending on
that, some properties will be injected in the other components.
Q3: Can I achieve that in a different
On 18 May 2017 at 11:35, Shantanu Tushar wrote:
> Any recommendations on how to do I achieve the unit test without
> needing network access?
>
Here's an example:
https://github.com/richmoore/qt-examples/tree/master/qcustomnetworkreply
and a discussion of how it works:
https://blogs.kde.org/
On 29 March 2017 at 21:23, Thiago Macieira
wrote:
> On quarta-feira, 29 de março de 2017 08:57:06 PDT Jan 'Koviš' Struhár
> wrote:
>
> Is 3DES a poor cipher too? The server only appears to support RC4-MD5, RC4-
> SHA, and DES-CBC3-SHA.
>
>
3DES is poor and has various problems (e.g. sweet32, cr
On terça-feira, 28 de março de 2017 09:28:17 PDT Richard Moore wrote:
> > > There isn't a bug in Qt here. The server isn't transmitting the full
> > > chain
> > > as it's required to. You can bypass the error in the normal way if you
> > > real
On 28 March 2017 at 17:09, Thiago Macieira
wrote:
> Em terça-feira, 28 de março de 2017, às 08:02:46 PDT, Jan 'Koviš' Struhár
> escreveu:
> > On 03/28/2017 09:10 AM, Thiago Macieira wrote:
> > > Em segunda-feira, 27 de março de 2017, às 23:58:32 PDT, Jan 'Koviš'
> > > Struhár
> > >
> > > escreveu
isted and
could do such conversions before I started QtReslot, although I can't
give any advice on how to increase awareness about it.
--
Richard Braun
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
ed using matchers at some point, but couldn't understand the
processing flow and felt a lot more comfortable with the current result
despite writing more code.
--
Richard Braun
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-pro
Hello,
During work on an internal Qt-based project at Novasys-Ingenierie,
a Clang plugin was written to convert string-based signals and slots
to the Qt5 syntax. The plugin has since been pushed to Github [1]
in the hope it will be useful to others facing similar issues.
--
Richard Braun
[1
You can try to add something like the following to your pro file:
QMAKE_POST_LINK += "cp somefile $CODESIGNING_FOLDER_PATH"
-Richard
Fra: Interest på
vegne av Bernhard B
Sendt: 5. januar 2017 20:03:22
Til: interest@qt-project.org
Emne: [Interest]
On 16 December 2016 at 12:57, Giuseppe D'Angelo
wrote:
> Il 16/12/2016 12:46, Carl Engh ha scritto:
> > Just wanted to let you all know that the Qt World Summit 2016 recordings
> > can be found here: https://www.qt.io/qtws16/
> >
> >
> >
> > PS! You need a Qt account to access them.
>
> But... wh
PyType_Slot *slots; /* terminated by slot==0. */
I think you are encountering a name clash with Qt "keywords" which are
macro definitions in C++:
much like: #define slots
For how to avoid see:
http://doc.qt.io/qt-5/signalsandslots.html#using-qt-with-3rd-party-signals-and-slots
ntScrollBars is true.
I just want the handle to be visible all the time. More or less like
it's now during mouse-wheel scrolling.
I can't use the non transient one because, I want it above the content
of my table not next to it.
Has anyone
On 18 September 2016 at 18:23, Roland Hughes
wrote:
> >>
>
> Hi,
>
> Is it possible to use Qt-based applications on OS X that run with elevated
> privileges (= as root), in general and if they need to connect to the
> user's session dbus?
>
> ---
>
> Typically you need to look at QApplication doc
On 5 September 2016 at 15:38, Viktor Engelmann
wrote:
> Do you hard-code the client side port number? the same
> client-IP/client-Port/server-IP/server-Port combination cannot be used
> again within 2 minutes after a disconnect - the operating system suppresses
> that. That is to prevent late pac
Another set of js file API already exist:
https://developer.mozilla.org/en-US/docs/Web/API/FileReader
Rich.
On 10 August 2016 at 16:09, Jason H wrote:
> I know it's not a normal thing, but occasionally in QML we need to access
> files. Exposing an object is not hard, but it would be really good
is above the actual column headers.
Following Quickfix has shown to work:
__listView.headerItem.z : 55
Is this a Bug or am I doing something wrong?
Best Regards,
Richard
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org
t
>
It's down again. I've been trying for the last hour, and I doubt I was the
first.
Two unscheduled failures lasting several hours within a few days is a rather
poor showing.
I'm also rather concerned that you don't appear to have any out-of-hours
server monitoring, especially as commercial users *must* use this server to
install Qt.
Who should commercial users contact to report this in the future?
A public mailing list seems a little slow. A server failure like this should
be getting somebody out of bed to go crank the hamster wheel.
- Richard
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On 31 March 2016 at 20:23, maitai wrote:
> Hello,
>
> Just received a long message from g-play basically saying:
>
> Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as soon as
> possible and increment the version number of the upgraded APK. Beginning
> July 11, 2016, Google Play will
On 3 March 2016 at 07:50, Koehne Kai wrote:
>
> Ah, I missed to that you're talking about OS X. There the system OpenSSL
> version should work - though it's very old (0.9.8y IIRC). You get these
> warnings though because Qt checks for newer API. It's a runtime warning
> though, basic SSL should
While developing with QML I often come across a problems relating to
thrown JavaScript Errors.
It would help a lot to have the possibility to log all JavaScript
exceptions.
There is QML_DUMP_ERRORS, but it won't cover the most nasty, hard to
track down errors.
E.g.
function doSomething()
{
On 12 November 2015 at 20:14, Diego Iastrubni wrote:
> So... the official statement from Qt is that elliptic curves is a ...
> "safe" encryption to be used in the wild...?
>
>
We provide facilities that let you choose which ciphersuites are enabled.
We also support plain text.
> (still reme
le to dynamically inform iOS that we
don't support e.g copy while opening an edit menu that has no items with
QKeySequence::Copy included.
-Richard
Fra: Robert Iakobashvili
Sendt: 10. november 2015 11:58
Til: Gustavsen Richard; interest@qt-project.or
shortcut on the keyboard.
-Richard
Fra: Robert Iakobashvili
Sendt: 10. november 2015 09:43
Til: Gustavsen Richard; interest@qt-project.org
Emne: Re: [Interest] Qt at iOS: Crash on null QWindow pointer in
QIOSInputContext::scrollToCursor
Hi Richard,
I
Which version on Qt are you using? It looks like this was fixed in 5.5:
https://codereview.qt-project.org/#/c/109592/
-Richard
Fra: Interest på vegne av Robert Iakobashvili
Sendt: 10. november 2015 06:49
Til: interest@qt-project.org
Emne: [Interest] Qt at
On 3 November 2015 at 09:47, Etienne Sandré-Chardonnal <
etienne.san...@m4x.org> wrote:
> I have found this blog post:
>
> https://dragotin.wordpress.com/2014/08/14/monitor-the-qobject-tree-of-a-qt-app/
>
> I will try using these callbacks to monitor the QObject tree. They are
> absolutely undocum
an extra target in Xcode that runs your
script, and say that the target depends on the application target to build
first. The problem is that as soon as you rerun qmake, it will be wiped out
again.
-Richard
> On 28 Oct 2015, at 14:23, Gustavsen Richard
> wrote:
>
>
Hi!
1. You can do:
QMAKE_XCODE_DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
2. You can try to use:
QMAKE_POST_LINK=""
-Richard
Fra: Interest på vegne av Gian Maxera
Sendt: 28. oktober 2015 13:00
Til: interest
Emne: [Interest] How to ru
Isn't there anyone who knows how to clip an Item and all its children in
a non-rectangular fashion?
Maybe It could be done with a ShaderEffect? I had a look at OpacityMask
but I could not figure out how to use it in my context.
br
Richard
On 09/02/2015 04:15 PM, Richard Öhlinger
Does anyone have a solution?
br
Richard
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
I encountered the same error in a similar environment-
Jenkins slave running on Windows OS.
The same machine had been working with qt5.5 for several days and then it
started generating the error.
The license file was in the home folder of the account used by the Jenkins
service.
A reboot fixed i
On 21 July 2015 at 13:28, Sze Howe Koh wrote:
> Hello,
>
> Is it safe to assume that, for a given value of 'i',
> QGuiApplication::screens()[i] and QDesktopWidget::screen(i) refer to the
> same physical screen?
>
>
It's certainly the case at the moment:
http://code.woboq.org/qt5/qtbase/src/widge
it and presumably like it.
I sincerely hope this licensing decision is reversed
Regards
Richard
On 2 July 2015 at 17:13, Thiago Macieira wrote:
> On Thursday 02 July 2015 09:07:49 Bob Hood wrote:
> > Could somebody
> > explain the rationale for that one?
>
> Tuukka has,
On 29 June 2015 at 19:30, Allan Sandfeld Jensen wrote:
> > You must be using a Qt deployed alongside your application. You can then
> > just modify qsslsocket_openssl_symbols.cpp to search for your deployed
> > libssl.so.1 and libcrypto.so.1.
>
> I would assume LD_LIBRARY_PATH would also work on
You may wanna look at this:
https://blog.qt.io/blog/2014/04/16/qt-weekly-6-sorting-and-filtering-a-tableview/
You could extend it with lambdas by adding QJSValue typed property
sortFunction and overriding filterAcceptsRow and then call
QJSValue::call on the sortFunction.
Richard
On 05/26
void {result = s;});
^
Am I using the library wrong, or is there a bug within the compiler,
because following compiles work:
QStringList data;
void (*ptr)(QString&, const QString&);
ptr = [](QString& result, const QString& s) -> void {result =
mp; s)
-> void {result = s;});
^
Am I using the library wrong, or is there a bug within the compiler,
because following compiles work:
QStringList data;
void (*ptr)(QString&, const QString&);
ptr = [](QString& result, const QString& s) -> void {result =
On 18 March 2015 at 10:32, Samuel Stirtzel
wrote:
> 2015-03-18 11:20 GMT+01:00 Richard Moore :
> > I can connect using gnutls just fine:
> >
>
> On my Kubuntu 14.04.2 LTS box it doesn't work so well:
>
It looks as if your certificat
I can connect using gnutls just fine:
mindy:~ # gnutls-cli code.qt.io
Processed 164 CA certificate(s).
Resolving 'code.qt.io'...
Connecting to '54.77.201.214:443'...
*** Non fatal error: A TLS warning alert has been received.
*** Received alert [112]: The server name sent was not recognized
- Cert
On 21 February 2015 at 11:12, Guido Seifert wrote:
> I doubt your explanation. :-)
> Reason 1: When I discovered this, I did not have a qtlogging.ini anywhere
> in my system.
> Reason 2:
>
> > qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp:
> qDebug("xcb: moved mouse to %4d, %4d; button stat
On 17 February 2015 at 23:41, Bernhard wrote:
> > > This would not allow me to integrate the findings into my custom state
> > > engine log (which also contains transitions and a lot more things in
> > > chronological order).
> >
> > The hook itself would. See qsignalspy.cpp for how to install it
On 21 December 2014 at 19:30, Guido Seifert wrote:
> However, each time my QTcpServer also fires and gives me another
> QTcpSocket.
> Nothing ever comes through this new QTcpSocket... but it is there and a
> memory leak.
>
Browsers can (and do) pre-emptively connect to servers if they think they
using
UIApplicationDidFinishLaunchingNotification)
-Richard
Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org
pa vegne
av 解晶
Sendt: 2. desember 2014 09:55
Til: Yang Fan
Kopi: Qt Project
Emne: Re: [Interest] How to get didFinishLaunchingWithOptions called i
No, it can't.
-Richard
Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org
på vegne
av Mike Krus
Sendt: 25. november 2014 19:46
Til: interest@qt-project.org
Emne: [Interest] Qt 5.4 iOS as a FrameWork
Hi
anybody know i
tch places.
Thank you.
Jean Richard Lima
Consultor de Gestão e TIC
Software House de Projetos Específicos
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
?Do you have a stack trace?
-Richard
Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org
på vegne
av Christophe Thomas
Sendt: 15. oktober 2014 21:57
Til: interest@qt-project.org
Emne: [Interest] Apps crashing with ios8
Hello,
Now that
Note that this issue is fixed for Qt-5.3, which is build against the latest SDK.
-Richard
Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org
på vegne
av Till Oliver Knoll
Sendt: 4. oktober 2014 18:29
Til: Qt Project
Emne: Re
down your
example and post a bug report so we can take a look at it.
-Richard
Fra: interest-bounces+richard.gustavsen=digia@qt-project.org
[interest-bounces+richard.gustavsen=digia@qt-project.org] på vegne av
Nils Heidorn [nils_heid...@gmx.de]
Send
check if
reinterpret_cast(window()->winId()) returns the view. Otherwise you
must be doing something very strange...
-Richard
Fra: interest-bounces+richard.gustavsen=digia@qt-project.org
[interest-bounces+richard.gustavsen=digia@qt-project.org]
There is a bugfix for this (qtbase, change 07c0fdf), but I went into Qt-5.4. So
we need to backport this to 5.3. You should be able to work around it for now
by doing a clean build of your project whenever you change main.
-Richard
Fra: Kate Alhola [kate.alh
The orientation bug is a known issue, and will be fixed with Qt-5.4.
-Richard
Fra: Kate Alhola [kate.alh...@gmail.com]
Sendt: 16. september 2014 11:51
Til: Gustavsen Richard
Kopi: Karl Loveridge; interest@qt-project.org
Emne: Re: [Interest] Future of Qt with Ios
eport navigator in Xcode (the clock symbol in
left toolbar), and check that the script "Qt prelink" says: "Renaming '_main'
at offset ... to '_qtmn'"
-Richard
Fra: interest-bounces+richard.gustavsen=digia@qt-pro
We always work to support the latest versions of an OS, also on iOS. So yes, Qt
will build and and run on iOS 8. Internally we have been working with the
developer preview for some time already. We have no plans for Metal yet, though.
-Richard
Fra: interest
move an object in a QVBoxLayout after releasing the
mouse button everything is realigned automatically and the object being
dragged into the new position.
Does anyone have any tips for me.
Thank you.
Jean Richard Lima
Consultor de Gestão e TIC
S
ually copied into the bundle.
You can do this by opening the Xcode project (found in the build dir) in Xcode,
right click on generated app (found under the "Products" folder in the project
tree), click "show in finder". Then right-click on the app and select "show
In mkspecs/macx-ios-clang/default_pre.prf we set CONFIG -= neon for iphone
simulator builds. You could try to set it for device build builds as well.
-Richard
Fra: interest-bounces+richard.gustavsen=digia@qt-project.org
[interest-bounces+richard.gustavsen
On 27 May 2014 08:11, Koehne Kai wrote:
>
> I'm 95% sure that Qt on Windows does check directly against the Windows
> certificate API, instead (in addition to?) of OpenSSL's internal one.
>
We use the certificates in the windows CA store yes. There is no internal
CA store in openssl.
Rich.
On 27 May 2014 02:31, Tom Isaacson wrote:
> That's the point - it's our distro because we manufacture a device with
> embedded Linux but I don't know what certificates I need (if any) or where
> to get them.
>
> I've tried complaining to myself but I just refuse to listen :)
>
Maintaining a CA b
1 - 100 of 147 matches
Mail list logo