Hey there,

I have a MainWindow and a Dialog Class. Both inherit from the Qt Classes and from the Ui::Classes.
I can't access a Dialogs' LineEdit from a Method of the MainWindow. Why is that? Its public inherited ?!

The Error:
/home/kingfinn/Updat0r/updat0r/ui_sitedialog.h:38: error: ‘QLineEdit* Ui_SiteDialog::nameLineEdit’ is inaccessible

Cheers,

kf