comparison hgtabwidget.cpp @ 117:d5db15bf250c

* Start to sketch thing that shows the details of a changeset in the history view
author Chris Cannam
date Fri, 26 Nov 2010 22:46:29 +0000
parents 807c79350bf1
children c92f5859c707
comparison
equal deleted inserted replaced
116:807c79350bf1 117:d5db15bf250c
27 #include <iostream> 27 #include <iostream>
28 28
29 HgTabWidget::HgTabWidget(QWidget *parent, 29 HgTabWidget::HgTabWidget(QWidget *parent,
30 QString remoteRepo, 30 QString remoteRepo,
31 QString workFolderPath) : 31 QString workFolderPath) :
32 QTabWidget(parent) 32 QTabWidget(parent)
33 { 33 {
34 // Work page 34 // Work page
35 m_fileStatusWidget = new FileStatusWidget; 35 m_fileStatusWidget = new FileStatusWidget;
36 m_fileStatusWidget->setLocalPath(workFolderPath); 36 m_fileStatusWidget->setLocalPath(workFolderPath);
37 m_fileStatusWidget->setRemoteURL(remoteRepo); 37 m_fileStatusWidget->setRemoteURL(remoteRepo);