I think this project is just a wrapper around the "moc". I was looking for something in progress which handles Qt5 like the Qt4 package would. if anyone knows a whereabout.

this perlqt is a long running issue as in perl + Qt, the easy way.

they are efforts for bridging Qt5 with python and ruby (others): and https://github.com/kitech/ruby-jit-qt looks simple enough. I believe python has the strongest way to do the port.

I am investigating Qt bindings using smokeqt, or even swig, but the first later seems neglected: as in https://tracker.debian.org/pkg/smokeqt . nevertheless githubiens of microzof are wriggling towards progress like in ... https://github.com/Shinmera/smokeqt or mainly ... https://github.com/KDE/smokeqt/tree/Qt5v2 , https://github.com/chrisburel/smokeqt etc... but am not sure which way to go, so I was thinking this wise community to enlighten the path.

and a fairly young blog is explaining a few things on that mystery: https://github.com/ryanmelt/qtbindings/issues/131

And , https://sourceforge.net/p/swig/mailman/message/30349828/ is a link introducing an effort on Qt and Python, with a touch of SWIG...

unfortunately, shiboken is used instead good old SWIG; this is not helping universal bridging: http://code.qt.io/cgit/pyside/pyside-setup.git/

anyway, with a bit of naive dare, it could be hardship cheap to complement smoke{qt} with SWIG ?

thx.

In reply to Re^2: Qt5 and perl by ptizoom
in thread Qt5 and perl by ptizoom

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.