PDA

View Full Version : Moving table column using left mouse button with right mouse button



avner
18th August 2016, 13:41
Hi all,

I'm using Q3Table and want to prevent the user from moving columns.

I used the following Q3Table method:


setColumnMovingEnabled( false );

This works and the user CAN NOT move columns with left mouse button on column header.

But, if the user press left mouse button on column header, holds it, and press right mouse button too, user can still move columns.

To prevent this too, I used the following Q3Header method:


setMovingEnabled( false );

My question: is there any documentation regarding this left mouse button with right mouse button trick?

Regards,

Avner.

anda_skoa
18th August 2016, 14:29
Hmm, first time I hear about this, sounds more like a bug.

Qt3 support classes, my condolences on having to work with such ancient code!

Cheers,
_