1) how to call another c program when i click the button.
2) i generated the source code using uic from an ui file. then tried to use them and something like this
consider x1.h and x1.cpp are the files created
i did
x1.pro
CONFIG+=QT
HEADER=X1.H
SOURCES+=X1.CPP
TARGET=X1
AND THEN TRIED QMAKE.
THEN WHILE MAKE I GOT AN ERROR LIKE VTABLE ERROR
WHAT SHUD I DO
Bookmarks