Yeah. I think that is the reason. I have multiple widgets and some widgets
are created in another widget. So I need to arrange these shortcuts with
event filter or something like that I do not know yet.
Thanks for replies.
On Tue, May 26, 2015 at 8:14 PM, Matthew Woehlke <
mw_tr...@users.sourcefor
On Tuesday 26 May 2015 17:40:05 Viironen Kalle wrote:
> On 26/05/15 19:42, "Thiago Macieira" wrote:
>
>
> >On Tuesday 26 May 2015 15:19:26 Hausmann Simon wrote:
> >
> >>Good point :)
> >>I was under the assumption that the concepts are too different, but if
> >>they
> >>aren't then maybe a joint
On 26/05/15 19:42, "Thiago Macieira" wrote:
>On Tuesday 26 May 2015 15:19:26 Hausmann Simon wrote:
>>Good point :)
>>I was under the assumption that the concepts are too different, but if
>>they
>>aren't then maybe a joint module would make sense.
>
>At the very least it's a superset and QtSeri
On Tuesday 26 May 2015 15:19:26 Hausmann Simon wrote:
> Good point :)
>
> I was under the assumption that the concepts are too different, but if they
> aren't then maybe a joint module would make sense.
At the very least it's a superset and QtSerialPort (the library) should be
moved into the new
On Tuesday 26 May 2015 19:23:02 Berkay Elbir wrote:
> I simplified the event handler function. This is an event handler of a
> widget and there are different processes for every event case. In my
> widget, I catch events and doing something in terms of them. For example,
> as I said before I presse
I simplified the event handler function. This is an event handler of a
widget and there are different processes for every event case. In my
widget, I catch events and doing something in terms of them. For example,
as I said before I pressed "Delete" button of keyboard, type of event (
e->type() ) i
Good point :)
I was under the assumption that the concepts are too different, but if they
aren't then maybe a joint module would make sense.
Simon
Original Message
From: Thiago Macieira
Sent: Tuesday, May 26, 2015 17:06
To: development@qt-project.org
Subject: Re: [Development] New Module for
On Tuesday 26 May 2015 15:47:04 Simon Hausmann wrote:
> My first suggestion is to give the module a better name. "Bus" is an
> overloaded term with many meanings and it is IMO too close to our "DBus"
> module. Why not go with what your first sentence in the email used:
>
> "We’d like to create
On Tuesday 26 May 2015 16:10:08 Berkay Elbir wrote:
> bool eventFilter(QObject *o, QEvent *e){
> switch(e->type()){
> case QEvent::MouseButtonPress:
> case QEvent::MouseMove:
> case QEvent::MouseButtonRelease:
> case QEvent::Shortcut:
> case QEvent::KeyRelease:
>
> }
> return false;
> }
>
> My f
On Tuesday, May 26, 2015 01:33:59 PM Viironen Kalle wrote:
> Hi,
>
> We’d like to create a new Qt module for serial buses. At first stage this
> generic extendable module would include support for CAN-bus, but
> architecture should be such that supporting also other generally used
> serial buses l
Hello all,
I want to mention an issue that I have faced. I have an event filter of a
widget and when I press "Delete" button, event types coming to event Filter
changes.
bool eventFilter(QObject *o, QEvent *e){
switch(e->type()){
case QEvent::MouseButtonPress:
case QEvent::MouseMove:
case QEvent
For anyone following this, the change is now at:
https://codereview.qt-project.org/#/c/113070
On Tue, May 26, 2015 at 12:11 PM, Mikkel Krautz wrote:
> Hi Rich,
>
> Sorry for the clash of work -- I had this sketch done on Saturday, and
> thought I would have more time during the weekend to hack o
Good, that's what i exactly wanted to know.
2015-05-26 14:56 GMT+03:00 Marc Mutz :
> On Saturday 23 May 2015 19:47:28 Thiago Macieira wrote:
> > On Saturday 23 May 2015 15:35:23 Иван Комиссаров wrote:
> > > Hi.
> > >
> > > I’ve created a QVector of QImages and tried to insert an image in the
> >
On Saturday 23 May 2015 19:47:28 Thiago Macieira wrote:
> On Saturday 23 May 2015 15:35:23 Иван Комиссаров wrote:
> > Hi.
> >
> > I’ve created a QVector of QImages and tried to insert an image in the
> > vector: QVector images;
> > images.insert(images.begin(), QImage());
> >
> > I got a compiler
We are happy to announce the release of Qt 4.8.7:
http://blog.qt.io/blog/2015/05/26/qt-4-8-7-released/
Big thanks for everyone who made this possible!
--
Akseli Salovaara
Software Specialist
The Qt Company
___
Announce mailing list
annou...@qt-project.
Hi Rich,
Sorry for the clash of work -- I had this sketch done on Saturday, and
thought I would have more time during the weekend to hack on it.
However that turned out not to be the case, so I threw this out here.
I'll strive to be more communicative in the future. :-)
WRT tests and docs: I'm aw
Hi Mikkel,
Please could you upload your change to gerrit so I can review it properly?
I was actually implementing this yesterday, but since you've got it done
I'll abandon my change. If you add me as the reviewer then I'll add the
other relevant people. The change seems mainly okay, but there are
> On May 23, 2015, at 05:03, Ariel Molina wrote:
>
> Hi,
>
> I solved the problem, just want to share,
>
> On Wed, May 20, 2015 at 12:16 PM, Edward Sutton
> wrote:
> I understand the config commands used to build Qt packages are here:
>
> http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packagi
18 matches
Mail list logo