QTfrontend/pages.cpp
changeset 463 353c2f830888
parent 461 105af110b0e6
child 464 7f48321fc38a
equal deleted inserted replaced
462:91baab07b79a 463:353c2f830888
   512 	QFont * font14 = new QFont("MS Shell Dlg", 14);
   512 	QFont * font14 = new QFont("MS Shell Dlg", 14);
   513 	QGridLayout * pageLayout = new QGridLayout(this);
   513 	QGridLayout * pageLayout = new QGridLayout(this);
   514 	pageLayout->setSizeConstraint(QLayout::SetMinimumSize);
   514 	pageLayout->setSizeConstraint(QLayout::SetMinimumSize);
   515 	//pageLayout->setSpacing(1);
   515 	//pageLayout->setSpacing(1);
   516 	//pageLayout->setMargin(1);
   516 	//pageLayout->setMargin(1);
       
   517 	pageLayout->setColumnStretch(0, 50);
       
   518 	pageLayout->setColumnStretch(1, 50);
   517 
   519 
   518 	// chatwidget
   520 	// chatwidget
   519 	pChatWidget = new HWChatWidget(this);
   521 	pChatWidget = new HWChatWidget(this);
   520 	pageLayout->addWidget(pChatWidget, 1, 0);
   522 	pageLayout->addWidget(pChatWidget, 1, 0);
   521 
   523