mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Formatting, Doxygen
This commit is contained in:
committed by
Roland Winklmeier
parent
42a4e0b48b
commit
d581dda272
@@ -126,7 +126,6 @@ namespace BlackGui
|
|||||||
// re-stretch
|
// re-stretch
|
||||||
this->horizontalHeader()->setStretchLastSection(true);
|
this->horizontalHeader()->setStretchLastSection(true);
|
||||||
}
|
}
|
||||||
qDebug() << this->objectName() << "resize ms:" << t.elapsed() << QThread::currentThreadId();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CViewBaseNonTemplate::ps_customMenuRequested(QPoint pos)
|
void CViewBaseNonTemplate::ps_customMenuRequested(QPoint pos)
|
||||||
|
|||||||
@@ -117,8 +117,8 @@ namespace BlackGui
|
|||||||
int m_skipResizeThreshold = 40; //!< when to skip resize (rows count)
|
int m_skipResizeThreshold = 40; //!< when to skip resize (rows count)
|
||||||
int m_resizeAutoNthTime = 1; //!< with ResizeAuto, resize every n-th time
|
int m_resizeAutoNthTime = 1; //!< with ResizeAuto, resize every n-th time
|
||||||
bool m_forceStretchLastColumnWhenResized = false; //!< a small table might (few columns) might to fail stretching, force again
|
bool m_forceStretchLastColumnWhenResized = false; //!< a small table might (few columns) might to fail stretching, force again
|
||||||
bool m_withMenuItemClear = false;
|
bool m_withMenuItemClear = false; //!< allow clearing the view via menu
|
||||||
bool m_withMenuItemRefresh = false;
|
bool m_withMenuItemRefresh = false; //!< allow refreshing the view via menu
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
//! Helper method with template free signature serving as callback from threaded worker
|
//! Helper method with template free signature serving as callback from threaded worker
|
||||||
|
|||||||
Reference in New Issue
Block a user