CSV as data entry with " " is a pain.
>
>
--
https://mail.python.org/mailman/listinfo/python-list
On 3/02/20 7:05 AM, Abdur-Rahmaan Janhangeer wrote:
...
suggest you put names, birthday in csv
the load csv
for each row:
layout.addWidget(QLabel)
On Sun, 2 Feb 2020, 21:21 Souvik Dutta, wrote:
Because i want to show the name and date of 40 persons and their birthdays.
Why csv?
Wh
Ah ok.
suggest you put names, birthday in csv
the load csv
for each row:
layout.addWidget(QLabel)
On Sun, 2 Feb 2020, 21:21 Souvik Dutta, wrote:
> Because i want to show the name and date of 40 persons and their birthdays.
>
> On Sun, Feb 2, 2020, 10:42 PM Abdur-Rahmaan Janhangeer <
> arj
I'm 100% ready to answer your question, just add some more details like why
you need 40 labels.
--
https://mail.python.org/mailman/listinfo/python-list
On 1/02/20 1:05 AM, Souvik Dutta wrote:
Hi,
This is problem from pyqt5. Actually I want to have about 40 labels added
into a window when a button is clicked. The text are not the same so the
label is not the same. I cannot just add 40 labels before hand and then
change its text to something from