Hi all again.
More problems with Qt, now with Designer.
I have created a really easy GUI, which name is Form.ui. I also have created myform.pro with the following lines:
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
HEADERS += MyForm.h
FORMS += Form.ui
SOURCES += main.cpp MyForm.cpp
And main.cpp...
User Profile
Collapse
-
Problems with Qt Designer
-
Problems about Qt signals and compilation errors
Hi all !
Well, I am working for my first time in life with Qt libs and I have a few problems.
First, I want to make a QApplication very simple to practise signal/slots functionality.
The idea is: A QFrame with 1 Qlabel, 1QPushbutton and 1 QLineEdit. When you write something in the line edit, it is printed ( char by char) on the label. The button is used to exit ( close()). Quite easy.
Second...
No activity results to display
Show More