// #include "tiercardlayout.hpp" // #include // TierCardLayout::TierCardLayout() // { // // itemList.append(nullptr); // // itemList.append(nullptr); // // itemList.append(nullptr); // } // TierCardLayout::~TierCardLayout() // { // // QLayoutItem *item; // // while ((item = takeAt(0))) // // delete item; // delete image; // delete text; // delete id; // } // void TierCardLayout::addItem(QLayoutItem *item) // { // // itemList.append(item); // throw new QException(); // } // QLayoutItem* TierCardLayout::itemAt(int index) const // { // throw new QException(); // }