Hi ,
I am using qt webkit. I have a webview application(QApplication with
QWebView) which is hosted as a Plugin in chrome. I can debug the html
applications launched in webview by using remote inspector which is
launched in new chrome tab with the following URL
"*http://127.0.0.1:/webkit
a shared library. And without
Q_INIT_RESOURCE being called how does it load the resources, is there any
other way...
Thanks and Regards,
Amogh
On Tue, Aug 20, 2013 at 4:22 PM, Jocelyn Turcotte <
jocelyn.turco...@digia.com> wrote:
> Hello,
>
> On Tue, Aug 20, 2013 at 01:28:29
:53 PM, Amogh Kudari wrote:
>
> Hello All,
>
> I have a Qwebview application which loads some of the links
> present in server. The application is using minimal plugin which displays
> the output in the form of images. The server has some html test
> pages/suite
Hello All,
I have a Qwebview application which loads some of the links
present in server. The application is using minimal plugin which displays
the output in the form of images. The server has some html test
pages/suites.The links have some basic html apps as well as complex one
wh
le or webkit library.
But I am not sure about the reason why is it not working and failing on
file.exists.
Please help.
Regards,
Amogh.
On Mon, Aug 19, 2013 at 6:16 PM, Amogh Kudari wrote:
> Hi Jocelyn,
>
>
> Thanks for your inputs. But I am not using webkit that comes along wi
.
Regards,
Amogh.
On Mon, Aug 19, 2013 at 4:55 PM, Jocelyn Turcotte <
jocelyn.turco...@digia.com> wrote:
> On Mon, Aug 19, 2013 at 04:08:46PM +0530, Amogh Kudari wrote:
> > Hi Group,
> >
> > I have a QWebview application(I am using Qt 4.8.x) using
> whic
Hi Group,
I have a QWebview application(I am using Qt 4.8.x) using which
I launch a test URL(Test html app). Now I am trying to use remote inspector
to debug the html application using http://localhost: from chrome
browser. When I do this, I get the link to URL which was launched u
Hi All,
While building webkit (qtwebkit-4.8.4) from build-webkit script, I
am getting the following error
JSWorkerContextCustom.cpp
..\..\..\..\Source\WebCore\bindings\js\JSWorkerContextCustom.cpp(99) :
error C2039: 'webSocket' : is not a member of 'WebCore::JSWorkerContext'
genera
Hi All,
I have qt built for windows in debug mode without webkit. I
wanted to build webkit as a separate component. Now I am building webkit
but in release mode.I am using build-webkit script to build webkit with the
following options "perl build-webkit --qt --release --only-webkit
Hi Sze-Howe,
Thanks for the information.
Regards,
Amogh.
On Mon, Mar 18, 2013 at 6:19 PM, Sze Howe Koh wrote:
> On 18 March 2013 18:58, Amogh Kudari wrote:
> > Hi Thiago,
> >
> >Thanks for your response. I am unaware of the group that is dedicated
> to
&g
de 2013 11.25.43, Amogh Kudari wrote:
> > Hi All,
> >
> >Any idea on how to proceed to remove the linker errors mentioned
> > below.
> > Please provide any inputs/suggestions.
>
> I suggest you try asking the mailing list dedicated to discussing
> develo
Hi All,
Any idea on how to proceed to remove the linker errors mentioned
below.
Please provide any inputs/suggestions.
Thanks and Regards,
Amogh.
On Thu, Mar 14, 2013 at 3:19 PM, Amogh Kudari wrote:
> Hi All,
>
> I am currently trying to link my software compone
Hi All,
I am currently trying to link my software component
libs(propreitary) with Qt Libs to form a DLL which will further be used by
my application.
In doing so I am facing linker issues. I did check if the symbols are
present in the libs and Yes they are present in Libs, but still i
Thanks Thiago and Peter for your suggestions.
I am trying to debug the cause for assertion.
@Peter : Yes I have compiled the Qt on Windows with the required
configuration.
Regards,
Amogh.
On Thu, Feb 21, 2013 at 1:15 PM, Peter Kümmel wrote:
> On 21.02.2013 06:04, Amogh Kudari wrote:
>
Hi All,
Any idea on how to proceed to remove this assertion mentioned below.
Please provide any inputs/suggestions.
Thanks and Regards,
Amogh.
On Tue, Feb 19, 2013 at 6:02 PM, Amogh Kudari wrote:
> Hi All,
>
> I am testing my Qt built libraries with a si
Hi All,
I am testing my Qt built libraries with a simple test
application, which basically creates a window with a button.
Its as shown
/ButtonApp.c*/
#include
extern "C" void WebKitTestApp(void *pdata)
{
int argv=1;
char *args[]={"WebKit
Hi Peter,
Thanks it worked:-)
Linker error was resolved.
Regards,
Amogh.
On Tue, Jan 22, 2013 at 1:37 PM, Peter Kümmel wrote:
> Try without -no-iconv, the error is related to unicode stuff.
>
> On 22.01.2013 08:50, Amogh Kudari wrote:
> > Hi Thiago,
>
,
Amogh.
On Tue, Jan 22, 2013 at 12:06 PM, Thiago Macieira wrote:
> On terça-feira, 22 de janeiro de 2013 11.46.28, Amogh Kudari wrote:
> > I am compiling QT-4.8.4 with the following configure options
> on
> > Windows(Using Visual Studio 2008 command prompt).
>
Hi All,
I am compiling QT-4.8.4 with the following configure options on
Windows(Using Visual Studio 2008 command prompt).
=Configure ===
configure.exe -debug -opensource -little-endian -no-accessibility -no-stl
-no-sql-sqlite -no-qt3support -no-nis -no-cups -no-iconv -no-larg
Thanks Thiago and Rafael for your inputs...
Regards,
Amogh.
On Thu, Jan 17, 2013 at 1:05 AM, Rafael Roquetto
wrote:
> On Thu, Jan 17, 2013 at 12:37:40AM +0800, Thiago Macieira wrote:
> > On quarta-feira, 16 de janeiro de 2013 12.34.39, Amogh Kudari wrote:
> > > Hi All,
&
Hi All,
I wanted to know whether is it possible to compile QT 4.8.2 with QPA
on Windows ?
Regards,
Amogh.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Thanks for your inputs and suggestions
On Fri, Jan 4, 2013 at 7:53 PM, Charley Bay wrote:
> Here's an interesting article from 2010 with a good history of POSIX-on-
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org
Hi All,
Currently I am using cygwin build environment with cl compiler. Is it
possible to compile qt with qws using cl compiler on cygwin build
environment?..
Regards,
Amogh.
___
Development mailing list
Development@qt-project.org
http://lists.qt-
23 matches
Mail list logo