Mercurial > hg > easyhg
comparison filestatuswidget.cpp @ 187:869825bc8bc4
* Set hand cursor on clickable label
author | Chris Cannam |
---|---|
date | Mon, 20 Dec 2010 16:15:19 +0000 |
parents | 6c15700f4103 |
children | f16fe0db11f3 |
comparison
equal
deleted
inserted
replaced
186:6c15700f4103 | 187:869825bc8bc4 |
---|---|
49 QFont f(m_openButton->font()); | 49 QFont f(m_openButton->font()); |
50 f.setBold(true); | 50 f.setBold(true); |
51 m_openButton->setFont(f); | 51 m_openButton->setFont(f); |
52 m_openButton->setMouseUnderline(true); | 52 m_openButton->setMouseUnderline(true); |
53 connect(m_openButton, SIGNAL(clicked()), this, SLOT(openButtonClicked())); | 53 connect(m_openButton, SIGNAL(clicked()), this, SLOT(openButtonClicked())); |
54 layout->addWidget(m_openButton, row, 1, 1, 2); | 54 layout->addWidget(m_openButton, row, 1, 1, 2, Qt::AlignLeft); |
55 | 55 |
56 ++row; | 56 ++row; |
57 layout->addWidget(new QLabel(tr("Remote:")), row, 0); | 57 layout->addWidget(new QLabel(tr("Remote:")), row, 0); |
58 m_remoteURLLabel = new QLabel; | 58 m_remoteURLLabel = new QLabel; |
59 layout->addWidget(m_remoteURLLabel, row, 1, 1, 2); | 59 layout->addWidget(m_remoteURLLabel, row, 1, 1, 2); |