|
|
|
@ -166,7 +166,7 @@ void View::init()
|
|
|
|
|
m_splitter->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding));
|
|
|
|
|
|
|
|
|
|
// Create a status bar
|
|
|
|
|
TQHBoxLayout *statusLayout = new TQHBoxLayout(this);
|
|
|
|
|
TQHBoxLayout *statusLayout = new TQHBoxLayout();
|
|
|
|
|
|
|
|
|
|
m_connDurationMsg = new TQLabel(this);
|
|
|
|
|
m_connDurationMsg->setAlignment(AlignAuto | AlignVCenter | AlignHCenter | ExpandTabs);
|
|
|
|
|