| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,250
» Latest member: sarbogast
» Forum threads: 38,780
» Forum posts: 175,821
Full Statistics
|
| Online Users |
There are currently 55 online users. » 2 Member(s) | 44 Guest(s) Bing, Applebot, Google, AOL, Facebook, woooee, Axel_Erfurt
|
|
|
| text edition in Text |
|
Posted by: crook79 - Aug-08-2021, 07:26 PM - Forum: GUI
- Replies (1)
|
 |
Hello
At the beginning I want show you what I want achieve.
I using tkinter: 2 text field and 1 button:
in the first text field I enter:
one
two..... More
|
|
|
| How to change odd to even numbers in the list? |
|
Posted by: plumberpy - Aug-08-2021, 05:34 AM - Forum: General Coding Help
- Replies (8)
|
 |
Newbie here. Struggling with this simple problem.
x2=[[2,4,6],[1,3,5],[7,8,9]]
Want to change to
x2=[[2,4,6],[2,4,6],[8,8,10]]
A. Change o..... More
|
|
|
| Make my button text update? |
|
Posted by: Skata100 - Aug-07-2021, 05:16 AM - Forum: GUI
- Replies (1)
|
 |
So i have an integer 'bankValue' that is increased by a function 'addToBank'.
The buttons text displays 'bankValue', and should update upon click, ..... More
|
|
|
| QTableWidget print problem |
|
Posted by: JokerSob - Aug-05-2021, 08:22 PM - Forum: GUI
- Replies (8)
|
 |
I created a print button for the QTableWidget where I display the db data, but after the dialog window that appears, I get an error. my code is as bel..... More
|
|
|
|