Re: [Interest] Send e-mail with Qt

2012-05-29 Thread Marcelo Estanislau Geyer
Poco libraries (www.pocoproject.org). Excellent! Regards, Marcelo E. Geyer > Date: Tue, 29 May 2012 08:36:22 -0700 > From: scott.bl...@onshorecs.com > To: interest@qt-project.org > Subject: Re: [Interest] Send e-mail with Qt > > Another option, use Qxt. A set of Qt extensions, one of them, bei

[Interest] Examples of transparently blended in prompt dialogs?

2012-05-29 Thread Jason Dictos
I'm looking for some examples on how to create a qt dialog which sort of 'alpha blends' itself into focus, kind of like how growl notifications work on Mac. Are there any out there? Thanks, -Jason 'Like' us on Facebook for exclusive content and other resources on all Barracuda Networks solutio

Re: [Interest] OS X Sandboxing and IPC (my experience so far)

2012-05-29 Thread Till Oliver Knoll
Am 24.05.12 14:16, schrieb morten.sor...@nokia.com: > > On May 19, 2012, at 4:59 PM, ext Till Oliver Knoll wrote: >> >> I prefer to install just what I need with my own *.pro/qmake script - it >> turns out that macdeployqt installs every possible framework, ... > I've uploaded a patch that update

Re: [Interest] Subclassing QMacPasteboardMime

2012-05-29 Thread Adam Light
In case anyone else encounters this, I've filed a bug report on this issue at https://bugreports.qt-project.org/browse/QTBUG-25951 On Thu, May 24, 2012 at 1:52 PM, Adam Light wrote: > In my application, I wish to handle tiff clipboard data (of UTI type > public.tiff) different than the implement

Re: [Interest] Send e-mail with Qt

2012-05-29 Thread Scott Aron Bloom
Another option, use Qxt. A set of Qt extensions, one of them, being a SMTP system Scott -Original Message- From: interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of Thiago Macieira Sent: Tuesday, May

Re: [Interest] Adding button groups to toolbars?

2012-05-29 Thread André Somers
Op 29-5-2012 12:09, Sensei schreef: > Hi everyone, > > I have (another) problem. I am trying to mimick the layout of Xcode, > making a simple custom widget with a toolbar on top and a widget on the > bottom. > > I was able to create a vertical layout and add a series of actions, > adding them to th

Re: [Interest] Simple code to remove backgruund noise from audio sample

2012-05-29 Thread Atlant Schmidt
Arun: Bo's correct - this topic isn't specific to Qt. However, just to get you started, I'll make several observations: 1. The best place to do audio noise reduction is when you capture your original data. Use a more-directional microphone, use a secondary microphone that

[Interest] Jira Maintenance May 30

2012-05-29 Thread finn.aasheim
We will be taking bugreports.qt-project.org down for a couple of hours of maintenance tomorrow, May 30, between 16:00 and 20:00 CEST. The reason for the downtime is an important upgrade to Jira version 5.0.5. An announcement will be sent out to the mailinglists when bugreports are available aga

[Interest] Adding button groups to toolbars?

2012-05-29 Thread Sensei
Hi everyone, I have (another) problem. I am trying to mimick the layout of Xcode, making a simple custom widget with a toolbar on top and a widget on the bottom. I was able to create a vertical layout and add a series of actions, adding them to the toolbar. Now I was moving to the next level:

Re: [Interest] Send e-mail with Qt

2012-05-29 Thread Harri Pasanen
On 05/29/2012 10:28 AM, Thiago Macieira wrote: > On segunda-feira, 28 de maio de 2012 16.10.31, Yuvraaj Kelkar wrote: >> It depends on how you want to send an email. >> >> You can either do it the easy way: >> http://qt-project.org/doc/qt-4.8/qdesktopservices.html#openUrl >> >> Or the really involv

Re: [Interest] Send e-mail with Qt

2012-05-29 Thread Thiago Macieira
On segunda-feira, 28 de maio de 2012 16.10.31, Yuvraaj Kelkar wrote: > It depends on how you want to send an email. > > You can either do it the easy way: > http://qt-project.org/doc/qt-4.8/qdesktopservices.html#openUrl > > Or the really involved and hard way: > http://labs.qt.nokia.com/2009/09/21/