// Version: $Id: 4373ebaa0eac596a665f4a0811c2b038f591acb9 $ // // // Commentary: // // // Change Log: // // // Code: class QLayout : public QObject { public: virtual int count(void) const = 0; }; // // QLayout.h ends here