Hi,
How to replace the below MFC function in Qt?
QCheckbox ctrCheckbox;
CDataExchange pDX;
DDX_Control(pDX, IDC_B,ctrCheckbox)
Hi,
How to replace the below MFC function in Qt?
QCheckbox ctrCheckbox;
CDataExchange pDX;
DDX_Control(pDX, IDC_B,ctrCheckbox)
It makes no sense to try porting an MFC app line by line to Qt. They are very much different toolkits so you have to port functionality instead. You have to find out yourself what does CDataExchange do and then start thinking what's the corresponding technique in Qt.
J-P Nurmi
Bookmarks