using QtCreator/Designer .ui form with KDE

2012-02-11 Thread Jan Kalcic
Hi there, It is a bit I am getting to know Qt developing small and almost useless applications just to practice, particularly using Qt Creator (I find it very easy, intuitive, powerful and also cool BTW) Now I have one app which I am starting to take more seriously and with this I would like

Re: using QtCreator/Designer .ui form with KDE

2012-02-11 Thread Andreas Pakulat
On 11.02.12 02:54:27, Jan Kalcic wrote: > Hi there, > > It is a bit I am getting to know Qt developing small and almost > useless applications just to practice, particularly using Qt Creator > (I find it very easy, intuitive, powerful and also cool BTW) > > Now I have one app which I am starting

Re: using QtCreator/Designer .ui form with KDE

2012-02-11 Thread Kevin Krammer
On Saturday, 2012-02-11, Jan Kalcic wrote: > Hi there, > > It is a bit I am getting to know Qt developing small and almost useless > applications just to practice, particularly using Qt Creator (I find it > very easy, intuitive, powerful and also cool BTW) > > Now I have one app which I am starti

[cmake] find_package(KDE4)

2012-02-11 Thread Michał Walenciak
Hi all today I've encountered problem with using kde stuff in my program. When I simply added find_package(KDE4) it just stopped linking. I think it's probably related to this post: http://forum.kde.org/viewtopic.php?f=64&t=89265 I've two questions: 1. what find_package(KDE4) has changed, so

Re: [cmake] find_package(KDE4)

2012-02-11 Thread Andreas Pakulat
On 11.02.12 22:34:32, Michał Walenciak wrote: > > Hi all > > > today I've encountered problem with using kde stuff in my program. > When I simply added find_package(KDE4) it just stopped linking. > > I think it's probably related to this post: > http://forum.kde.org/viewtopic.php?f=64&t=89265

Konqueror- GSOC idea

2012-02-11 Thread Abhishek Sood A
Hii I was just thinking if its possible to categorize the downloads in konqueror depending on file types and target it to respective folders which would make it easier to access. Thanks, -- Abhishek Sood A Graduate Masters Student Northwestern University, >> Visit http://mail.kde.org/mailman/li

Re: [cmake] find_package(KDE4)

2012-02-11 Thread Michał Walenciak
Dnia niedziela 12 lutego 2012 01:03:52 Andreas Pakulat pisze: > On 11.02.12 22:34:32, Michał Walenciak wrote: > > Hi all > > > > > > today I've encountered problem with using kde stuff in my program. > > When I simply added find_package(KDE4) it just stopped linking. > > > > I think it's probabl