mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
11 lines
228 B
C++
11 lines
228 B
C++
#include <escher/even_odd_cell_with_ellipsis.h>
|
|
|
|
EvenOddCellWithEllipsis::EvenOddCellWithEllipsis() :
|
|
EvenOddCell()
|
|
{
|
|
}
|
|
|
|
void EvenOddCellWithEllipsis::layoutSubviews(bool force) {
|
|
m_ellipsisView.setFrame(bounds(), force);
|
|
}
|