Igor, have you read "New Signal Slot Syntax in Qt 5" article (
http://qt-project.org/wiki/New_Signal_Slot_Syntax)? It might shed light on
some of your questions.
On Tue, Dec 16, 2014 at 10:49 AM, Igor Mironchik
wrote:
>
> Hi guys,
>
> Qt has cool new syntax now. But some things doesn't support it
Hi guys,
Qt has cool new syntax now. But some things doesn't support it yet.
For example look at QMenu::addAction. There is now overload with
PointerToMemberFunction.
And I have two questions:
Is it planned to add this support,
and how can I use PointerToMemberFunction in my own widgets?
I.
On Tuesday 16 December 2014 07:42:00 Blasche Alexander wrote:
> Hi,
>
> Essentially you must edit your xml file pretty much the way the warning
> tells you to do.
>
> The following links should help you to work out the problem:
>
> http://stackoverflow.com/questions/22253458/qdbusxml2cpp-unknown
Hi,
Essentially you must edit your xml file pretty much the way the warning tells
you to do.
The following links should help you to work out the problem:
http://stackoverflow.com/questions/22253458/qdbusxml2cpp-unknown-type
http://www.qtcentre.org/threads/58361-qdbusxml2cpp-unkown-type-must-add
On Thursday 11 December 2014 18:06:55 iMath wrote:
> the Qt documentation says
>
> The Qt XML Module is provided for compatibility with older code. It has been
> superseded by the QXMLStreamReader and QXMLStreamWriter classes in the Qt
> Core Module.
> I think we can use QDom* class to get data
Hello, i wanted to translate the qt module in Greek.
I downoladed the git repo from here:
https://codereview.qt-project.org/#/admin/projects/qt/qttranslations
I didn't find any make file to create the new qt_el.ts file according this
guide:
http://qt-project.org/wiki/Qt-Localization
I used a pre
Hi Ben,
On 12 Dec 2014, at 11:33 , Ben Cooksley wrote:
> Can we please get a discussion rolling with dfaure / the Qt folks so a
> final patch which sorts out both Windows and OSX can be sorted out?
> I'd like to see a final patch merged into Qt soon so we can begin to
> rely on it in production.
Hi Ben,
On 12 Dec 2014, at 11:29 , Ben Cooksley wrote:
>> Well, the organisation name...
>> I don’t know whether and how this is currently being used by KF5.
>> I guess I need to contact K-F-D regarding this, but perhaps Jeremy knows!
ok, meanwhile I realised that this is #1 of my issues to solv
Hi,
I try to use QtDBus to implement a freedesktop interface
(org.freedesktop.Secret.Service).
I got the xml introspection file for the interface and tried to generate
the adaptor code using.
However I get the following error message:
"$ qdbusxml2cpp service.xml -a ServiceAdapter :(
Got un
On 12 Dec 2014, at 15:03 , René J.V. Bertin wrote:
> On Friday December 12 2014 23:33:11 Ben Cooksley wrote:
>
> (copied from below, to leave the full post/context intact)
>> Can we please get a discussion rolling with dfaure / the Qt folks so a
>> final patch which sorts out both Windows and O
the Qt documentation says
The Qt XML Module is provided for compatibility with older code. It has been
superseded by the QXMLStreamReader and QXMLStreamWriter classes in the Qt Core
Module.
I think we can use QDom* class to get data out of HTML before this claim
,although I never used it. does
On Fri, Dec 12, 2014 at 8:29 PM, wrote:
>
> Hello,
>
> I would like to modify the extraSelectors of QQmlFileSelector at runtime
> and have QML load the new QML file from the appropriate selector folder.
> I have gotten this to work by calling setExtraSelectors() from a C++
> object I have exposed
I've been working this the past fews days and no progress. The application
locks up to the point I get a Force quit or wait dialog. It seems to be locked
in the file reading part.
The first header and part of a file makes it out, but it locks up exactly 80k
into the first file... every time. Th
Thank you. I see now. The proxy and proxy port information is in the
QNetworkProxy object and is passed to the QNetworkAccessManager which handles
all the proxy stuff. The function itself does not need to know about any of
that.
-Jason
//--//
Jason R. Kretzer
On Monday 15 December 2014 09:52:49 Jason Kretzer wrote:
> Hello all,
>
> I have some software that is running behind a proxy server and the policy
> there is that all HTTP/HTTPS traffic should go through the proxy port 8080.
>
> The software needs to be able to perform a GET to a url to get s
Hello all,
I have some software that is running behind a proxy server and the policy there
is that all HTTP/HTTPS traffic should go through the proxy port 8080.
The software needs to be able to perform a GET to a url to get some JSON. Here
is a sample of the GET code. The url already has “s
First a disclaimer, I haven't played with QML Profiler for more than 30
minutes or so yet.
My application appears to spend a big chunk of its startup in
DropShadow.qml:375 and GaussianDirectionalBlur.qml in various places,
around 33% total.
Looking at the sources, it seems those are doing non-
Hi,
It is time to move the Qt bug tracker to its new home under qt.io. The new URL
is going to be:
https://bugreports.qt.io
The change is going to happen on Wed, 7. January 2015. To facilitate the change
the old server will be taken offline at 18:00 CET (GMT+1) and the latest
changes will be
Hi all,
i just found out by browsing the qt code that there is a logic in quickcontrols
to load the qml files from resources, if some qml file cannot be found in the
file system.
So you can just remove the qml files when deploying the app and they will be
still available from dll resources, whi
19 matches
Mail list logo