File dialog filters

2016-02-16 Thread Christian Dávid
Hi, I noticed that in KMyMoney the filter strings for file dialogs are created "by hand", e.g. i18n("C++ sources (*.cpp *.cxx *.c++);;All files (*)"). So each of them must be translated. Alternatively something like QMimeDatabase db; db.mimeTypeForName("text/x-c++src").filterString() could be

Re: building extra-cmake-modules

2014-12-15 Thread Christian Dávid
Am Dienstag, 16. Dezember 2014, 02:11:27 schrieb anu mittal: I have been trying to build ecm after executing the command cmake -DCMAKE_INSTALL_PREFIX=$KF5 error is thrown-mentioned in the attachment. Can anybody help in resolving it? Hi Anu, probably you variable $KF5 contains a relative

Re: WANT TO DEVELOP KDE APPLICATIONS

2014-10-24 Thread Christian Dávid
Am Donnerstag, 23. Oktober 2014, 11:16:14 schrieb Surendra Reddy: what minimum concepts in c++ i should know for developing KDE applications? I am reading c++ primer but its taking lot of time , so i first want to learn minimum concepts require to fix bugs and start learning on the go please