Re: [Interest] Design shhirts using Qt OpenGL

2012-02-07 Thread Alex Malyushytskyy
> > Why my curiuousity is annoying you Mr Jordi. i am asking plain questions. > if it's annoying you dont take the effor of reading it. Waste > I am normally trying not to participate in trolling, but you seems really do not understand "why". So I will mention my own opinion why you were fla

[Interest] QTextEdit::toHtml() crash when a image is inserted

2012-02-07 Thread paulovictor.pinhe...@gmail.com
Hello there, I'm having a problem with QTextEdit/QTextDocument when i'm trying to export the document to html via QTextEdit::toHtml() . The problem lies when we insert an image using QTextDocument::addResource() and, although QTextEdit shows it fine, it crashes when we call QTextEdit::toHtml() fun

[Interest] UIKit device rotation drawing problem

2012-02-07 Thread Jon Ander Peñalba
Hi, I'm having problems when rotating the iPad. The size of the main QML widget changes and the orientation is also working, but the drawing is not. The sides of the screen go black when in landscape mode. I'm I missing something? AFAIK it should work. Thanks, Jon Ander __

Re: [Interest] QComboBox inside in QTableWidget: How to disable mouse scrolling of QComboBox?

2012-02-07 Thread Muthulingam Ammaiappan
Hi All, i have fixed this issue... i have implemented the wheelEvent in the CustomComboBox class and ignore the event... void CustomComboBox::wheelEvent(QWheelEvent *e) { e->ignore(); } Thanks & Regards, Muthu On Tue, Feb 7, 2012 at 3:57 PM, Muthulingam Ammaiappan < muthulinga...@gmai

Re: [Interest] locale changes Qt 4.8.0

2012-02-07 Thread Linos
Hi, i had today a bit of time to look this problem in the bugtracker and it seems that was caused by a fix to this bug https://bugreports.qt-project.org/browse/QTBUG-1313 , clearly it is an improve but my Arch Linux was using a LC_LOCATE=C, although i use LANG="es_ES.utf8" after disable th

Re: [Interest] QComboBox inside in QTableWidget: How to disable mouse scrolling of QComboBox?

2012-02-07 Thread Muthulingam Ammaiappan
Hi Jaco, here i am not using QTableView ... i have the TableWidget class which is derived from "QTableWidget"... and i have implemented the eventFilter in TableWidget class...? let me know,what i is wrong with the eventFilter which i have implemented?? Thanks & Regards, Muthu On Tue, Feb 7, 2

[Interest] QComboBox inside in QTableWidget: How to disable mouse scrolling of QComboBox?

2012-02-07 Thread Muthulingam Ammaiappan
Hi Friends, I have QTableWidget... it has "QComboBox" as a cellWidget in one of it column... I wanted to disable the ScrollEvent of QComboBox... so when cursor is on top of the QComboBox ,if user try to do the Mouse Scroll,then it should not change the index To achieve this, I just implement

Re: [Interest] [Qt-interest] About OpenVG support in Qt

2012-02-07 Thread Till Oliver Knoll
Am 07.02.2012 um 03:56 schrieb 陈敏华 : > Hello everyone, > > I'm trying to run OpenVG example "star" in Qt example directory using > command:./star -graphicssystem openvg, but a segmentation fault is occurred. > > Does anybody know why running the star example failed and how to make it > succe