OSDN Git Service

Switched the method of how the Designer UI file is used in the DropBox class to ...
authorLoRd_MuldeR <mulder2@gmx.de>
Tue, 11 Dec 2012 21:51:18 +0000 (22:51 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Tue, 11 Dec 2012 21:51:18 +0000 (22:51 +0100)
commit7e96cd3fe5c04d1904cf8cddc7aa3048e868b0e0
tree42292746ce9a06bbaabbdd0c39c28cfafa00d0cf
parent04e9565d5058ae24ce3b68d623d7795346422289
Switched the method of how the Designer UI file is used in the DropBox class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.
src/Dialog_DropBox.cpp
src/Dialog_DropBox.h