Re: [Interest] How to display HTML entities in QLineEdit?

2012-06-03 Thread 程梁
Yeah, I found another way: QTextDocument text; text.setHtml(aString); textEdit->setText(text.toPlainText()); That's fine, too. 2012/6/3 Diego Iastrubni > > On Sat, Jun 2, 2012 at 4:29 AM, 程梁 wrote: > >> Hi, there! I wonder if I could display HTML entites such as &(&) in >> QLineEdit? >> I

Re: [Interest] Porting Qt app to windows

2012-06-03 Thread Till Oliver Knoll
Am 03.06.2012 um 10:33 schrieb Samuel Gaist : > Another idea, from which path did you copy the QtCore4.dll ? The one in the > folder from QtCreator ? Or the one from the provided Qt library tree ? Good point! Qt Creator comes with its *own* set of Qt libraries, wheras you build your app with t

Re: [Interest] reloading qml components

2012-06-03 Thread Bo Thorsen
Hi Jeremy, Den 31-05-2012 17:19, Jeremy skrev: > Say you have a qml component in a file mycomponent.qml or a network > resource, etc > > Is it possible to trigger a reload of the component from the > file/source/network/etc so that you can see the changed result live? > Preferably by re-initializi

Re: [Interest] Porting Qt app to windows

2012-06-03 Thread Samuel Gaist
Another idea, from which path did you copy the QtCore4.dll ? The one in the folder from QtCreator ? Or the one from the provided Qt library tree ? On 2 juin 2012, at 23:25, Chasc wrote: > On Sat, 2012-06-02 at 14:37 +0200, Samuel Gaist wrote: >> Hi, >> Is your application only an exe ? Or do you