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
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/
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
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
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
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
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
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