[Interest] About QPlatformInputContext in Qt5

2012-04-04 Thread Weng Xuetian
Hi, Currently I'm trying to implement my own QPlatformInputContext, but it seems that QPlatformInputContextPlugin is in a private header of qtcore? So is there anyway to implement third party QPlatformInputContext and export it as plugin in Qt5? Thanks!

[Interest] QMdiArea: rendering problem after closing all MDI subwindows

2012-04-04 Thread Rui Maciel
I'm developing an application which uses QMdiArea, and I've noticed that, when QMdiArea::closeAllSubWindows() is called, every MDI subwindow is effectively closed but the widget keeps on rendering what appears to be the frames of every MDI window over the widget's background. Has anyone experie

Re: [Interest] Qt Creator 2.4.1 Designer plugin

2012-04-04 Thread Andrei Alvares
Hi Philippe, Thanks for your response. I'm working with Hugo and we found another solution for our problem. I must confess that we didn't tested yours. We have built some custom widgets for Qt Designer (within Qt Creator) to be easily accessed by the Designer widgets palette, but Qt Creator 2

Re: [Interest] Using QT as web building system

2012-04-04 Thread Jason H
+1 Wt Also, there is a web module in libQxt. Also, I am tinkering on how to get legacy Qt apps to be web apps. I can already use the HTML5 canvas, but no one other than myself seems interested. From: Konstantin Tokarev To: Marek Bronowicki Cc: "interest@qt

Re: [Interest] Using QT as web building system

2012-04-04 Thread Marek Bronowicki
W dniu 2012-04-04 13:49, Sivan Greenberg pisze: > There are several things floating around close to that, one of them is this: > https://gitorious.org/qmlweb#more Looks promising ;) thx I'll try that today. ___ Interest mailing list Interest@qt-project.or

Re: [Interest] Using QT as web building system

2012-04-04 Thread Konstantin Tokarev
04.04.2012, 15:45, "Marek Bronowicki" : >  Hi Sivan >  Yes, but as I see it's a hybrid solution... I'm thinking about some >  other thing... converting ui (and maybe cpp) files to pure html, >  javascript and css code. > >  Like QLineEdit is etc. >  Connecting signals and slots to SOAP messages o

Re: [Interest] Using QT as web building system

2012-04-04 Thread Sivan Greenberg
There are several things floating around close to that, one of them is this: https://gitorious.org/qmlweb#more HTH, -Sivan On Wed, Apr 4, 2012 at 2:45 PM, Marek Bronowicki wrote: > Hi Sivan > Yes, but as I see it's a hybrid solution... I'm thinking about some other > thing... converting ui (and

Re: [Interest] Using QT as web building system

2012-04-04 Thread Marek Bronowicki
Hi Sivan Yes, but as I see it's a hybrid solution... I'm thinking about some other thing... converting ui (and maybe cpp) files to pure html, javascript and css code. Like QLineEdit is etc. Connecting signals and slots to SOAP messages or something similar. Just to write an app in QT, publish

Re: [Interest] Using QT as web building system

2012-04-04 Thread Sivan Greenberg
Hi Marek! So, you would like to use qt widgets on a web page? I'm not sure I understand what you mean. This might be what you look for perhasp? http://doc.qt.nokia.com/4.7-snapshot/qtwebkit.html#details and http://doc.qt.nokia.com/4.7-snapshot/qtwebkit-bridge.html . -Sivan On Wed, Apr 4, 201

[Interest] Using QT as web building system

2012-04-04 Thread Marek Bronowicki
Hello I'm just wondering is there something like web building system based on QT? I mean microsoft has ASP.NET, Apache has modules for PHP, Python and stuff like that and there are addons for PHP like Symfony or Kumbia... Making a port for web apps could be an awesome solution. Does anyone know

Re: [Interest] QLineEdit - clearing the password from memory

2012-04-04 Thread Konstantin Tokarev
04.04.2012, 14:24, "Marcus Frenkel" : > Hi > > I need to make sure that the password is not kept in memory when > QLineEdit is destroyed. I tried to use QLineEdit::clear() or > QLineEdit::setText() but the password string stays in memory. I > basically want to zeroise the private member string th

Re: [Interest] QLineEdit - clearing the password from memory

2012-04-04 Thread Andreas Pakulat
On 04.04.12 12:24:15, Marcus Frenkel wrote: > Hi > > I need to make sure that the password is not kept in memory when > QLineEdit is destroyed. I tried to use QLineEdit::clear() or > QLineEdit::setText() but the password string stays in memory. I > basically want to zeroise the private member stri

Re: [Interest] QLineEdit - clearing the password from memory

2012-04-04 Thread Atlant Schmidt
Marcus: > I need to make sure that the password is not kept in memory when > QLineEdit is destroyed. I tried to use QLineEdit::clear() or > QLineEdit::setText() but the password string stays in memory. I > basically want to zeroise the private member string that holds the > text, I believe QLineEd

[Interest] QLineEdit - clearing the password from memory

2012-04-04 Thread Marcus Frenkel
Hi I need to make sure that the password is not kept in memory when QLineEdit is destroyed. I tried to use QLineEdit::clear() or QLineEdit::setText() but the password string stays in memory. I basically want to zeroise the private member string that holds the text, I believe QLineEditPrivate::text