On 09Oct2018 01:12, Luca Bertolotti wrote:
Thanks Cameron
but my problem is that i can't access to a line edit of the class Form from the
class Form_cli i get this error:
'Form_cli' object has no attribute 'lineEdit_29'
It is best to always show the entire error message including traceback.
Thanks Cameron
but my problem is that i can't access to a line edit of the class Form from the
class Form_cli i get this error:
'Form_cli' object has no attribute 'lineEdit_29'
--
https://mail.python.org/mailman/listinfo/python-list
On 09Oct2018 00:12, Luca Bertolotti wrote:
Hello i'm using python with pyqt but i have a problem on varable:
I have two class:
[...]
class Form(QWidget, Ui_Form):
"""
Class documentation goes here.
"""
def __init__(self, parent=None):
"""
Constructor
@param pa
Hello i'm using python with pyqt but i have a problem on varable:
I have two class:
from PyQt5.QtCore import pyqtSlot
from PyQt5.QtWidgets import QWidget
from PyQt5.QtSql import QSqlDatabase, QSqlTableModel
from PyQt5 import QtWidgets
from PyQt5.QtCore import Qt
from Ui_form import Ui_Form
from f