Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: populate a QListWidget
Post: populate a QListWidget

Hi i want to populate a list widget but it always gives me this error what can i do? thanks error: Quote:TypeError: addItems(self, Iterable[str]): argument 1 has unexpected type 'str' code from...
devilonline GUI 1 1,605 Apr-10-2023, 01:11 AM
    Thread: choose checkbox
Post: choose checkbox

Hi, I have this code with pyqt5: elif (content1 == "next"): todos = ["one" , "two" , "three" , "four", "five"] self.todo_listWidget.show() for todo in todos: ...
devilonline GUI 1 1,296 Feb-16-2023, 11:48 PM
    Thread: remove dot
Post: RE: remove dot

sorry i tought it will be easier on : https://replit.com/@devilonline/test#main.py thanks from PyQt5.QtWidgets import QMainWindow, QApplication, QPushButton, QTextEdit, QLabel from PyQt5 import ui...
devilonline General Coding Help 3 1,327 Jul-09-2022, 03:56 PM
    Thread: remove dot
Post: remove dot

Hi, i'm doing a program in QTpy5 and I want to remove the dot in the query in python is easy here i cant make it work here is my code: def clicker(self): df = pd.read_excel("book2.xlsx") ...
devilonline General Coding Help 3 1,327 Jul-08-2022, 02:34 AM
    Thread: Passing a int into the query
Post: RE: Passing a int into the query

thanks both its works perfectly
devilonline General Coding Help 3 1,148 Jun-25-2022, 12:55 AM
    Thread: Passing a int into the query
Post: Passing a int into the query

Hi, i have an input on my code and I want that this input pass a int to the query. For example I type ‘1’ and it search by the number typed. the code i have import pandas as pd df = pd.read_excel(...
devilonline General Coding Help 3 1,148 Jun-24-2022, 08:34 PM
    Thread: list from excel
Post: RE: list from excel

thanks
devilonline General Coding Help 4 1,380 Jun-22-2022, 11:00 PM
    Thread: list from excel
Post: RE: list from excel

but i want that it reads the information from the excel file and the query of example '1' and prints charles is there a way to do it? thanks
devilonline General Coding Help 4 1,380 Jun-22-2022, 10:34 PM
    Thread: list from excel
Post: list from excel

I I'm trying to search from a excel file. I've make a convert to a dictionary but still didnt work I want for example search id 1 and print name Charles can you help me table from excel file [Image:...
devilonline General Coding Help 4 1,380 Jun-22-2022, 02:10 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020