Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » KDevelop / Qt / wxWidget » Wert aus Tabelle an Label übergeben

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
30.12.2004, 02:10 Uhr
earlyperl



Hallo Leute,
kann mir jemand sagen, wie ich einen Wert einer Tabelle an ein Label übergeben kann?

In Pascal währe das logisch:

C++:
textLabel1->setText(table1->item(0,0));




aber in c++ leider nicht :-(
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
30.12.2004, 12:50 Uhr
kronos
Quotenfisch
(Operator)


easy:

C++:
label.text=table_item->text;

--
main($)??<-$<='?'>>2?main($-!!putchar(
(("$;99M?GD??(??/x0d??/a:???;a"+'?'/4)
??($??)+'?'/3-2-1+$%2)??''?')):'?';??>
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
30.12.2004, 15:52 Uhr
virtual
Sexiest Bit alive
(Operator)


Kein ANSI C/C++. Welcher Compiler/welcher GUI Library?
--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
30.12.2004, 15:54 Uhr
earlyperl




Zitat von kronos:
easy:

C++:
label.text=table_item->text;




das wahr ja wohl nix
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
30.12.2004, 15:55 Uhr
earlyperl




Zitat von virtual:
Kein ANSI C/C++. Welcher Compiler/welcher GUI Library?

Kdevelop & QT
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
30.12.2004, 22:41 Uhr
virtual
Sexiest Bit alive
(Operator)



--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
07.01.2005, 17:00 Uhr
typecast
aka loddab
(Operator)


Das sollte das machen, was du moechtest:


C++:
textLabel1->setText(table1->item(0,0)->text());


--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ KDevelop / Qt / wxWidget ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: