Re: [Qt-jambi-interest] Forum

2010-08-19 Thread go canal
Hi, Are you going to replace this mailing list? thanks, canal From: René Jahn li...@sibvisions.org To: qt-jambi-interest@trolltech.com Sent: Thu, August 19, 2010 3:55:05 PM Subject: Re: [Qt-jambi-interest] Forum -Ursprüngliche Nachricht- Von:

Re: [Qt-jambi-interest] Forum

2010-08-20 Thread go canal
Love to see the mailing list is still maintained. One reason why I use mailing list is, I participate in several lists. So it is very easy for me to check multiple projects just by one login (my email). thanks, canal From: s...@smar.fi s...@smar.fi To:

Re: [Qt-jambi-interest] Error: QObject used from outside its own thread

2010-08-20 Thread go canal
Fredriksen h...@poseidon.no To: go canal goca...@yahoo.com Cc: qt-jambi-interest@trolltech.com Sent: Fri, August 20, 2010 3:17:05 PM Subject: Re: [Qt-jambi-interest] Error: QObject used from outside its own thread Hello! Have you studied the Hello Webkit example in our demo application? It seems

Re: [Qt-jambi-interest] Error: QObject used from outside its own thread

2010-08-20 Thread go canal
-interest@trolltech.com Sent: Fri, August 20, 2010 7:41:16 PM Subject: Re: [Qt-jambi-interest] Error: QObject used from outside its own thread Are you behind a proxy? Von:qt-jambi-interest-boun...@trolltech.com [mailto:qt-jambi-interest-boun...@trolltech.com] Im Auftrag von go canal Gesendet

Re: [Qt-jambi-interest] Error: QObject used from outside its own thread

2010-08-20 Thread go canal
its own thread Are you behind a proxy? Von:qt-jambi-interest-boun...@trolltech.com [mailto:qt-jambi-interest-boun...@trolltech.com] Im Auftrag von go canal Gesendet: Freitag, 20. August 2010 12:52 An: Helge Fredriksen Cc: qt-jambi-interest@trolltech.com Betreff: Re: [Qt-jambi-interest

[Qt-jambi-interest] how to define widget resizable

2010-08-21 Thread go canal
Hello, I am using Eclipse. Would like to know how to define a scrollable area such that when the main window is resized, the area is also resized. I tried to set the horizontal policy to Expand, or Maximize, but no effect. thanks, canal ___

Re: [Qt-jambi-interest] how to define widget resizable

2010-08-21 Thread go canal
are causing your problems. go canal kirjoitti lauantai 21 elokuu 2010 13:13:31: I can not figure out why. My main window is: public class Main extends QMainWindow { } I use Eclipse, add a horizontal layout, then add a scroll area to it. Here is the generated UI code: --- public void

Re: [Qt-jambi-interest] how to define widget resizable

2010-08-21 Thread go canal
to window. go canal kirjoitti lauantai 21 elokuu 2010 13:46:15: I only use the GUI Designer plugin for Eclipse, did not modify anything, but still the same, here is the very original full source code generated by the designer - still the same. This is what I did: - create a new Qt project

Re: [Qt-jambi-interest] Fwd: how to add a '+' or 'x' to the Tab bar ?

2010-09-28 Thread go canal
to add a '+' or 'x' to the Tab bar ? To: go canal goca...@yahoo.com Hmm, I have used the closable tab stuff once, but haven't really looked into how to have an add button there (like firefox has it I guess?). Don't know if this piece of documentation will give you any hints: http

[Qt-jambi-interest] to determine which button is clicked in the signal/slot

2010-09-28 Thread go canal
Hi, a newbie question and sorry if it was asked before, I googled it but have not find good answer: I have a tab widget, a few tabs, each tab has a close button. When I clicked the close button, I want to remove the tab. Question is, how do I know which button is clicked in the connection:

Re: [Qt-jambi-interest] to determine which button is clicked in the signal/slot

2010-09-29 Thread go canal
Arcángel Salazar Delgado arcangel.sala...@gmail.com To: qt-jambi-interest@trolltech.com Sent: Wed, September 29, 2010 10:52:59 PM Subject: Re: [Qt-jambi-interest] to determine which button is clicked in the signal/slot On Mié 29 Sep 2010 00:41:56 go canal escribió: Hi, a newbie question and sorry

Re: [Qt-jambi-interest] to determine which button is clicked in the signal/slot

2010-10-01 Thread go canal
From: go canal goca...@yahoo.com To: qt-jambi-interest@trolltech.com Sent: Thu, September 30, 2010 2:39:22 PM Subject: Re: [Qt-jambi-interest] to determine which button is clicked in the signal/slot Thank you for the quick response.Everything is ok now ! thanks

[Qt-jambi-interest] how to get the all the text in QWebView

2010-10-01 Thread go canal
Hi, is there a method to get the whole html content of a QWebView ? from QWebPage, we can get mainFrame and currentFrame, then using toHtml() to get the html content of a frame. However, what if the web page has multiple frames ? How do I iterate all the frames ? Better still if there is one

Re: [Qt-jambi-interest] to determine which button is clicked in the signal/slot

2010-10-04 Thread go canal
in the signal/slot On Vie 01 Oct 2010 03:49:09 go canal escribió: Hi, I have one more question - - SignalMapper is to re-emit th signal from the source with the additional parameter to identify the source - but how to pass the parameter emitted from the original signal ? for example, my source