bunch of stuff. very basic drag/drop now working
This commit is contained in:
30
tiercardlayout.cpp
Normal file
30
tiercardlayout.cpp
Normal file
@@ -0,0 +1,30 @@
|
||||
// #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();
|
||||
// }
|
||||
Reference in New Issue
Block a user