What is your education budget and time frame?
md
On Thu, Mar 30, 2017 at 3:38 PM, Jason Allen
wrote:
> Hi all,
> I'm seeking a paid C++/Qt tutor or mentor.
>
> I am professionally experienced with Ruby on Rails, JS, and
> Elixir/Phoenix, but I'm having a hard time getting quickly up to speed w
Hi all,
I'm seeking a paid C++/Qt tutor or mentor.
I am professionally experienced with Ruby on Rails, JS, and Elixir/Phoenix,
but I'm having a hard time getting quickly up to speed with C++ and Qt's
capabilities on my own.
*I'm particularly interested in learning techniques/best practices within
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
"The operation couldn’t be completed. (kCLErrorDomain error 0.)"
(is Wi-Fi turned on?)
I started seeing this in my app when I switched from a Wifi connection to a
wired one. I'm not sure what is happening or why it matters.
___
Interest mailing list
Int
oops it was my fault, sorry.
On 3/30/2017 3:13 PM, Alexander Dyagilev wrote:
Hello,
I use libtorrent.
It has libtorrent::alert structure defined in it (it's a base
structure for all the derived alerts).
I declare metatype
Q_DECLARE_METATYPE(libtorrent::alert*)
and register it
qRegisterM
Hello,
I use libtorrent.
It has libtorrent::alert structure defined in it (it's a base structure
for all the derived alerts).
I declare metatype
Q_DECLARE_METATYPE(libtorrent::alert*)
and register it
qRegisterMetaType("libtorrent::alert*")
The problem is that sometimes (not always) slot r
One solution I though about was to inherit from QEntity and in the
constructor, add the parent QLayer component.
That way I have the recursive solution and as long as I use the new entity
class I don't have to do anything special.
@Sean: Have a look at the suggestion I posted in the JIRA (htt
Hi,
On Thursday 30 March 2017 02:28:29 Juan José Casafranca wrote:
> Hi,
>
> Im building a simple default viewer using Qt3D for a design tool. I'm trying
> to add a typical gradient background and for that I'm using the following
> approach.
>
> I have create a custom framegraph with 2 rendervie
I think that the fastest solution for this, although is not a perfect
solution, is to translate the background to a far position in world space so
that probably it wont appear never in the main camera.
I have already send a suggestion to the JIRA:
https://bugreports.qt.io/browse/QTBUG-59814
On
Im not using QML but QWindow. Maybe I can modify the widget paint event to
first draw a gradient.
I will prepare a simple example and add a suggestion.
Thanks
El 30 mar. 2017 9:20, "Oleg Evseev" escribió:
> Hi Juan,
>
> > How can I make the second renderview to skip the background entity?
>
>
Hi Juan,
> How can I make the second renderview to skip the background entity?
With help of LayerFilter.
> I have tried to add a LayerFilter for it, but that way I have to add a
Layer component to each object in my scene, which is not practical.
Totally agree. It would be nice if you add sugges
11 matches
Mail list logo