Re: [Interest] Qt 5.1 can't find headers in third-party frameworks?

2013-06-04 Thread Israel Brewster
On Jun 4, 2013, at 12:57 PM, Thiago Macieira wrote: > On terça-feira, 4 de junho de 2013 12.43.47, Israel Brewster wrote: >> Sure. Under 5.1: >> >> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha >> in/usr/bin/clang -c -pipe -O2 -isysroot >> /Applications/Xcode.app/C

Re: [Interest] Qt 5.1 can't find headers in third-party frameworks?

2013-06-04 Thread Thiago Macieira
On terça-feira, 4 de junho de 2013 12.43.47, Israel Brewster wrote: > Sure. Under 5.1: > > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha > in/usr/bin/clang -c -pipe -O2 -isysroot > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Develo > per/SDKs/

Re: [Interest] Qt 5.1 can't find headers in third-party frameworks?

2013-06-04 Thread Israel Brewster
Sure. Under 5.1: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -Wall -W -DQT_NO_DEBUG -DQT_PRINTSUPP

Re: [Interest] Qt 5.1 can't find headers in third-party frameworks?

2013-06-04 Thread Thiago Macieira
On terça-feira, 4 de junho de 2013 12.09.49, Israel Brewster wrote: > I'm hoping this is just something I'm doing wrong. I have a project which > uses a third-party framework - specifically the EvernoteSDK-Mac.framework. > I have this framework installed in /Library/Frameworks. When I build my > pr

[Interest] Qt 5.1 can't find headers in third-party frameworks?

2013-06-04 Thread Israel Brewster
I'm hoping this is just something I'm doing wrong. I have a project which uses a third-party framework - specifically the EvernoteSDK-Mac.framework. I have this framework installed in /Library/Frameworks. When I build my project under Qt 5.0.1, it builds and runs properly. However, when I try with

[Interest] QTextEdit line number paint event

2013-06-04 Thread Sensei
Dear all, I modified the QPlainTextEdit example that draws line numbers to suit my taste. What I'd want is simple: display the line number in red if it's the current line, gray otherwise. It turns out, the paint event seems to be not in sync with the current status, leaving unmarked lines or h

Re: [Interest] Long menus on Windows

2013-06-04 Thread André Somers
Op 31-5-2013 19:25, John Weeks schreef: > We have a couple very long menus in our application (containing a list > of functions in our internal programming language). On Macintosh, the > menu simple runs from the top to the bottom of the screen and scrolls > very quickly. On Windows, it shows as

Re: [Interest] Long menus on Windows

2013-06-04 Thread Joseph Crowell
On 6/1/2013 8:24 AM, John Weeks wrote: Alex- Thank you! You seem to be the only one that takes an interest in my peculiar questions. The dialog takes extra clicks- one to select a menu item that displays the dialog, then more clicks to interact with the dialog and click OK button. I agree t