Re: [Interest] [Help]A big problem about accessing database using OCI driver plugin from qt application.‏

2012-10-31 Thread Xiaognag Wang
Hello, Your solution is great.When I set OCI_ATTR_PREFETCH_ROWS option, the accessing speed becomes so fast. Thank you so much :) Have good time!BR,Eric2012.10.31 Date: Tue, 30 Oct 2012 20:13:19 +1000 From: a1291...@gmail.com To: xiaogangwang2...@hotmail.com; interest@qt-project.org Subject: Re:

[Interest] '__fastcall' incompatible with the '/clr'

2012-10-31 Thread alexander golks
Hello list, i am evaluating a possible change of vs2005+qt-4.4.3 to at least vs2010+qt-4.8.3, and perhaps qt5.X some time later on... several of our projects use managed code, too, so we must compile with /clr option, but with this last qt version i get many warnings like: ..\qchar.h(311):

Re: [Interest] '__fastcall' incompatible with the '/clr'

2012-10-31 Thread Thiago Macieira
On quarta-feira, 31 de outubro de 2012 10.10.58, alexander golks wrote: ..\qchar.h(311): warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall' i have searched the list and internet, but didn't find any explanation which really says: yes, this is NO

Re: [Interest] Why we have to remove Qt3D in Qt5.0 release?

2012-10-31 Thread Alan Ezust
If QtWebkit requires qtlocation and qt3d, then does this mean webkit will also no longer be included with Qt5? On Mon, Oct 29, 2012 at 8:20 PM, Loaden loa...@gmail.com wrote: See: https://codereview.qt-project.org/#change,38442 And: https://bugreports.qt-project.org/browse/QTBUG-27736 The

[Interest] FOSDEM CrossDesktop DevRoom 2013 - Call for Talks

2012-10-31 Thread Pau Garcia i Quiles
Hello, The Call for Talks for the CrossDesktop DevRoom at FOSDEM 2013 is now officially open. Please do not wait till the last minute! --8--- * FOSDEM is one of the largest gatherings of Free Software contributors in the world and happens each February in Brussels (Belgium). One of the tracks

[Interest] QtWinMigrate and QThread event loop (4.8.3)

2012-10-31 Thread Douglas . Lee
Hi, I've recently discovered that if an application creates a new background QThread and calls QThread::start() to start the thread's event loop, that thread will sometimes process QMfcApp::winEventFilter, which in turn will cause MFC events to be processed in the background thread. However,

[Interest] Spell checking.

2012-10-31 Thread Bill Crocker
Hello: I am adding spell checking to my application. I have the spell checking engine. I can see how to use the QSyntaxHighlighter to to underline words that are spelled incorrectly in a QTextEdit. I understand that I can configure a QTextEdit to behave as a single line widget for use in place

Re: [Interest] Spell checking.

2012-10-31 Thread Alex Malyushytskyy
Since combobox is using QLineEdit for editing, it provides a pointer to it with: QLineEdit * QComboBox::lineEdit () const Also you force it to use QLineEdit subclass with setLineEdit() Alex On Wed, Oct 31, 2012 at 10:07 AM, Bill Crocker william.croc...@analog.com wrote: Hello: I am adding

Re: [Interest] Spell checking.

2012-10-31 Thread Bill Crocker
On 10/31/2012 06:54 PM, Alex Malyushytskyy wrote: Since combobox is using QLineEdit for editing, it provides a pointer to it with: QLineEdit * QComboBox::lineEdit () const Also you force it to use QLineEdit subclass with setLineEdit() But, I don't know how to add spell checking to a

[Interest] connect sql server via odbc

2012-10-31 Thread 彭亮
Hi everyone. I connected MSSQL (on windows) via odbc on linux redhat 64bit. I executed sql command via isql or tsql(unixODBC) is perfect, but it always fail. So, maybe DSN string problem? Could anybody help me? Thanks Ken Below is odbc and freetds configuration files.