Re: [Interest] Qt5 +CLR -> linker error LNK2005

2013-02-04 Thread Thiago Macieira
On segunda-feira, 4 de fevereiro de 2013 10.49.59, Franz Hirschbeck wrote: > 1>file2.obj : error LNK2005: "public: __cdecl `public: __cdecl > QList::QList(class QList > const &)'::`5'::Cleanup::Cleanup(struct QListData::Data *)" > (??0Cleanup@?4???0?$QList@VQStringQEAA@AEBV1@@Z@QEAA@PEAUData@QL

Re: [Interest] Parsing key/value pairs from a string.

2013-02-04 Thread d3fault
While what you're asking is easily accomplishing using QString::split() [0] , you could convince QUrl [1] (or QUrlQuery [2] if using Qt 5) to do it for you if you make the string a valid URL first: "http://blah.com/?your=query&goes=here"; and then ignore the hostname/protocol functionality of QUrl.

[Interest] That means this message

2013-02-04 Thread evazquez
Hello , all. When I compile my project QML/C + + error output shows me the following message. /* Starting C:\Documents and Settings\erlin\Escritorio\Picsender1\release\Picsender1.exe... bool __cdecl QDeclarativeMetaType::isModule(const class QByteArray &,int,int) Qt 4.7 import detected;

Re: [Interest] Qt 5.0 and Mac OS X

2013-02-04 Thread Nikos Chantziaras
On 04/02/13 23:04, Sami Maisniemi wrote: > Hi, > > I installed Qt 5.0.1 with default settings, but I am not able to rebuild any > projects, because Qt Creator cannot find qmake: > > "The Qt version is invalid: qmake does not exist or is not executable" > > "File not found: The qmake command "/usr/

[Interest] Qt 5.0 and Mac OS X

2013-02-04 Thread Sami Maisniemi
Hi, I installed Qt 5.0.1 with default settings, but I am not able to rebuild any projects, because Qt Creator cannot find qmake: "The Qt version is invalid: qmake does not exist or is not executable" "File not found: The qmake command "/usr/bin/qmake" was not found or is not executable" The r

[Interest] Parsing key/value pairs from a string.

2013-02-04 Thread Jason Cipriani
I have a QString, properties, formatted something like: keyvalue = key value properties = keyvalue *( keyvalue ) E.g.: "color:red;material:wood;name:joe" or "color=red&material=wood&name=joe" where and are arbitrary but known ahead of time. I'm loading the key/value pairs into a QMap. E

Re: [Interest] Where is the Qt Examples and Demos program (qtdemo.exe) in Qt 5.0.1?

2013-02-04 Thread Jason H
I would suggest that the 5.0 demos be completely reworked anyway, since 5.0 is about showcasing QML. A many of the demo stuff is obsolete or at least not new. Arthur is what 10 years old? From: Joseph Crowell To: interest@qt-project.org Sent: Sunday, Febru

[Interest] Buildiing SQL plugins using Qt5-SDK

2013-02-04 Thread Petric Frank
Hello, i want to create the MySQL plugin for the Qt5 SDK (Qt 5.0.1 + QtCreator 2.6.2) deivered a week ago. I earlier versions there was an package manager tool (i can't remember the exact name). This tool was able to download the pre-configured Qt sources (matching to the Qt libs in the SDK).

Re: [Interest] Sending a SMS with Qt5?

2013-02-04 Thread Mark
On Mon, Feb 4, 2013 at 12:30 PM, Kate Alhola wrote: > On Sun, Feb 3, 2013 at 5:18 PM, Joseph Crowell > wrote: >> >> On 02/01/2013 10:49 PM, Mark wrote: >> > On Fri, Feb 1, 2013 at 10:41 AM, Thiago Macieira >> > wrote: >> >> On sexta-feira, 1 de fevereiro de 2013 09.16.29, Mark wrote: >> >>> Wind

Re: [Interest] Sending a SMS with Qt5?

2013-02-04 Thread Kate Alhola
On Sun, Feb 3, 2013 at 5:18 PM, Joseph Crowell wrote: > On 02/01/2013 10:49 PM, Mark wrote: > > On Fri, Feb 1, 2013 at 10:41 AM, Thiago Macieira > > wrote: > >> On sexta-feira, 1 de fevereiro de 2013 09.16.29, Mark wrote: > >>> Windows 7 and linux (debian). > >> What SMS-sending middleware do you

Re: [Interest] ItemDelegate and word wrapping

2013-02-04 Thread André Somers
Op 2-2-2013 9:42, Иван Комиссаров schreef: > This hack has some disadvantages too. I made small investigation into a > QCommonStyle and it's inherited styles to find solution for that particular > feature in Qt. > > Is it possible to add new values to QStyleOptionViewItemV2::ViewItemFeature? > S

[Interest] Qt5 +CLR -> linker error LNK2005

2013-02-04 Thread Franz Hirschbeck
Hello, In one of our projects we are using managed c++ together with Qt. After porting the code to Qt5 the following linker error occurs. This happens in every combination VS2008/2010 and win32/x64. 1>file2.obj : error LNK2005: "public: __cdecl `public: __cdecl QList::QList(class QList cons

Re: [Interest] A little question about Qt

2013-02-04 Thread BOUCARD Olivier
Hi Andres, Frankly, I never read a book about Qt and I am a certified Qt developer. I always found the Qt's documentation sufficient. Also, Qt moved recently to 5. So if you just start a project, I think it is better to start with this latest version. But, you will not be able to fin any book ab

Re: [Interest] A little question about Qt

2013-02-04 Thread Joseph Crowell
On 02/04/2013 11:45 AM, Andres Linares wrote: > Hi, > Beforehand I'll introduce myself. My name is Andres Linares, I'm very > interested into developing using C++ and Qt Framework. I've been reading > some books and some documentation on the net, so I have a little > question about GUI support on Q

Re: [Interest] A little question about Qt

2013-02-04 Thread Joseph Crowell
On 02/04/2013 11:45 AM, Andres Linares wrote: > Hi, > Beforehand I'll introduce myself. My name is Andres Linares, I'm very > interested into developing using C++ and Qt Framework. I've been reading > some books and some documentation on the net, so I have a little > question about GUI support on Q