Hi all! Want to create qlabels and attach them to a table via for loop. I was successful to attach single labels to the table, but could not figure out how to do this via loop. I searched a lot for this, but have just found information related to C++ . While I have very little to none knowledge of C++ (or programming in general), this doesn't help me. I though tried to convert the C++ example with no success and finally gave up. Now I hope that somebody of you can give me an example/hint how to do this!
Let's assume I want to create 5 labels (for n in 1 .. 5), with each label's text set to name & index (n). Before the loop ends they shall be attached to a table with set_cell_widget and be retrievable from the table after the loop. How should the declarative and executive parts of this label(s) look like? I'm really stuck... Thanks in advance for your help! With kind regards, Michael _______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
