Multi-Qt building
git-svn-id: svn://db.shs.com.ru/libs@250 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
|
||||
QPIIntrospector::QPIIntrospector(QWidget * parent): QMainWindow(parent), peer("__introspection_client__") {
|
||||
setupUi(this);
|
||||
#if QT_VERSION >= 0x050000
|
||||
tree->header()->setSectionResizeMode(QHeaderView::ResizeToContents);
|
||||
#else
|
||||
tree->header()->setResizeMode(QHeaderView::ResizeToContents);
|
||||
#endif
|
||||
CONNECTU(&peer, dataReceivedEvent, this, peerReceived)
|
||||
startTimer(100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user