[Qt-interest] QtableWidget
Andre Somers
andre at familiesomers.nl
Mon Mar 15 10:58:21 CET 2010
Qrikg wrote:
>
> Its a private slot,which emits valueChanged() signal.
>
You mean it is private in Qt? In that case, you should not be supprised
that it breaks. Or is it private in your own code? If you don't tell us
what it does, how can we tell you how to achieve that function with
QTableWidget?
Really, you do need to give enough context to enable us to actually
answer your query. Be explicit in what you want to know, and what the
problem is you are running into.
André
> --- On *Sat, 3/13/10, André Somers /<andre at familiesomers.nl>/* wrote:
>
>
> From: André Somers <andre at familiesomers.nl>
> Subject: Re: [Qt-interest] QtableWidget
> To: qt-interest at trolltech.com
> Date: Saturday, March 13, 2010, 1:02 PM
>
> Looking at the docs, I don’t see a doValueChanged() slot in
> Q3Table. There only is a valueChanged() signal. Could you clarify
> what it is you want to know?
>
>
>
> André
>
>
>
>
>
> *Van:* qt-interest-bounces at trolltech.com
> [mailto:qt-interest-bounces at trolltech.com] *Namens *Qrikg
> *Verzonden:* zaterdag 13 maart 2010 12:03
> *Aan:* qt-interest at trolltech.com
> *Onderwerp:* [Qt-interest] QtableWidget
>
>
>
> Which is the function similar to Q3Table::doValueChanged() in
> QTableWidget?
>
>
>
> Our old code is
>
> "QObject::connect( pCb, SIGNAL( textChanged( const QString & ) ),
> table(), SLOT( doValueChanged() ) );"
>
>
>
> Now we are using QtableWidget instead of Q3Table.
>
>
>
> Thanks.
>
>
>
>
> -----Inline Attachment Follows-----
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com </mc/compose?to=Qt-interest at trolltech.com>
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list