Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can I create a new tag with PyQt5?
Post: How can I create a new tag with PyQt5?

Hello, I want to see the data I entered with PyQt5 by creating a new label. For example, if I gave 5 data, it should create 5 labels, if I gave 100 data, it should create 100 labels. How can I create ...
nickzsche GUI 2 1,497 Jan-12-2022, 07:22 AM
    Thread: Data pulled from SQL comes in brackets
Post: RE: Data pulled from SQL comes in brackets

(Jan-04-2022, 02:18 PM)buran Wrote: Each row (i.e. eacj i) in the result is a tuple. You just convert it to str, so it has a brackets (string representation of the tuple). Poor choice of name by the...
nickzsche General Coding Help 3 2,683 Jan-04-2022, 02:21 PM
    Thread: Data pulled from SQL comes in brackets
Post: Data pulled from SQL comes in brackets

Hello, my data from sql comes in brackets. How can I solve this? I just need the string states inside. veritabani = sqlite3.connect("Veritabani.db") cursor = veritabani.cursor() cur...
nickzsche General Coding Help 3 2,683 Jan-04-2022, 01:43 PM
    Thread: Sqllite column insert
Post: Sqllite column insert

Hi, I want to add the data from the text file to the column named "firma" in sqlite. What should I do? import sqlite3 vt = sqlite3.connect("AyGrupDatabase.sqlite") im = vt.cursor() im.execute("CREA...
nickzsche General Coding Help 2 1,537 Jan-03-2022, 01:54 PM
    Thread: How can I sync Combobox index to other combobox index?
Post: How can I sync Combobox index to other combobox in...

Hi, I have a question. I'm getting the data from the text file until the sql handles it. What I want is to return the index value of the element I selected on the ComboBox named Companies to the other...
nickzsche GUI 2 2,403 Jan-03-2022, 12:17 PM

User Panel Messages

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