> My comment was actually about the call to QStyleFactory::create().
Ah okay, sorry, misunderstood.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On woensdag 15 juni 2016 19:00:34 CEST Igor Mironchik wrote:
> Hello.
>
> On 15.06.2016 16:59, Konstantin Shegunov wrote:
> > Hello,
> >
> >
> > On Wed, Jun 15, 2016 at 4:15 PM, Igor Mironchik
> >
> > mailto:igor.mironc...@gmail.com>> wrote:
> > Parent of the handles is the same as Line's.
Stephen,
Thanks for the response. I didn't realize there was a case open and work being
done to implement this feature. I'll take a look.
Thanks,
Adam
From: Interest [mailto:interest-bounces+thompsonab=ornl@qt-project.org] On
Behalf Of Stephen Kelly via Interest
Sent: Thursday, September 8
Hello,
My name is Shravan Singh and I work for Blue Sparq company based in
Florida. We rely on QT a lot for creating applications that connect and
communicate with the embedded devices. We are currently working on a
project that uses EH-MC10 Bluetooth module and it communicates with the QT
app.
S
On 06/09/16 21:20, Thompson, Adam B. wrote:
My question: can anyone provide some tips on how to properly subclass
QAbstractProxyModel so I can provide some custom depth-first filtering
capabilities? (Sorting isn’t really necessary at the moment, really
just filtering.)
There is a patch here w
Hi,
I am creating a simple 3D viewer using QML and Qt3D. I just need to dynamically
add objects to the surface of a mesh when the user clicks. I am using the
SceneLoader component to load an obj file and its corresponding mtl file, but I
can't seem to get an ObjectPicker component to work along
Hi i would like to start translating some part of Qt to danish (da)
language.
I can't seem to find who worked on the translation before.
I translate other software like SMPlayer that seems to use files like
qt_*.qm and qtbase_*.qm so i'm guessing i need to translate qt and
qtbase so that SMPl
Andy wrote:
Hi,
> My comment was actually about the call to QStyleFactory::create(). I
> wasn't sure if QStyleFactory created it and kept track of it somewhere
> (only load a style once?) or if I needed to manage it myself. Usually when
> I write these kinds of methods (static methods on classe