Re: variable exchange

2018-10-09 Thread Cameron Simpson
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.

Re: variable exchange

2018-10-09 Thread Luca Bertolotti
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

Re: variable exchange

2018-10-09 Thread Cameron Simpson
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

variable exchange

2018-10-09 Thread Luca Bertolotti
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