mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T730, style
* set object name * use m_XYZ member name
This commit is contained in:
committed by
Mat Sutcliffe
parent
c604ced11c
commit
857e3581b0
@@ -23,6 +23,7 @@ namespace BlackGui
|
||||
CLoadIndicator::CLoadIndicator(int width, int height, QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
this->setObjectName("CLoadIndicator");
|
||||
this->resize(width, height);
|
||||
this->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
this->setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
Reference in New Issue
Block a user