31 lines
637 B
C++
31 lines
637 B
C++
// #include "tiercardlayout.hpp"
|
|
// #include <QException>
|
|
|
|
// 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();
|
|
// }
|